Creality CR-10 upgrade
-
@phaedrux Thank you.
I think i am missing something. I have not specified exact Z max distance. would that be the case?
How would you calculate exact one? I have induction probe for z min and a micro switch for z max
My induction is connected to E0 endstop and Z max to Z endstop -
I have another macro that lets me adjust the trigger height of my optical endstop. It could also be used to measure the exact distance and set the axis limit. I'll post that later today.
-
@agniusm Here you go
; 0:/macros/Bed Leveling/0_Measure Zmax trigger.g ; Automates measuring the Zmax trigger for optical endstop at 300mm ; M291 P"This will set Z0 and calibrate Zmax height to 300mm" R"Proceed?" S3 M291 P"Homing all axis" T5 G28 ; Home all G90 ; Absolute positioning G1 X149 Y130 Z4 ; move to bed center G92 Z6 M291 P"Adjust nozzle height until it's touching bed" Z1 S3 G92 Z0 ; set Z0 M291 P"Bed will now drop to Z300" S3 G1 Z300 ; Move bed down 300mm M291 P"Adjust optical endstop flag until light just turns off" R"Set Zmax=300mm" S3 M291 P"ZMax homing will now be tested, starting with homing Zmin" S3 M291 P"Homing to Zmin" T5 G28 Z M291 P"Ready to test Zmax homing?" R"Proceed?" S3 M291 P"Homing to Zmax" T5 M98 P"0:/macros/2_HomeZMax.g" ; Test Zmax homing M291 P"ZMax homing test complete. Printer will now home all." R"Proceed?" S3 G28 ; Home all M291 "ZMax calibration complete." S3
-
@dc42
I have replaced my duet wifi with eth. What procedure i should follow to get firmware working?
I had latest duet firmware, updated prob 3 weeks ago.
Thanks -
@agniusm said in Creality CR-10 upgrade:
@dc42
I have replaced my duet wifi with eth. What procedure i should follow to get firmware working?
I had latest duet firmware, updated prob 3 weeks ago.
ThanksWhat firmware is the new board currently running? If it's at least 2.0 or newer you can upload the single combined zip file as is and the duet will extract the firmware files and update everything as needed.
Otherwise, the usual procedure here should work: https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware
-
Thanks. Yes, most recent, 2.2something.
I cant upload as i cannot connect yet -
In that case you can either edit the config file manually to grab a DHCP IP address from the router or set one manually and connect.
Or you could place the firmware file on the SD card and send the command to update it but then you're still in the same situation if needing to connect to the network, so might as well just start with that.
-
Gotcha. Will edit.
-
-
All sorted now. Works great