Phaedrux Cannot move x-y-z axis on my cr-10 help!
-
Cannot move my xyz axis on my cr-10 with
Firmware Name: RepRapFirmware for Duet 2 WiFi/Ethernet
Firmware Electronics: Duet WiFi 1.02 or later
Firmware Version: 2.01beta2(RTOS) (2018-07-14b5)
WiFi Server Version: 1.19
Web Interface Version: 1.21.1
Please help
homeall.g
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool on Sun Aug 05 2018 11:24:11 GMT-0700 (Pacific Daylight Time)
G91 ; relative positioning
G1 Z5 F6000 S2 ; lift Z relative to current position
G1 S1 X-305 Y-305 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 X5 Y5 F6000 ; go back a few mm
G1 S1 X-305 Y-305 F360 ; move slowly to X and Y axis endstops once more (second pass)
G1 S1 Z-405 F1800 ; move Z down stopping at the endstop
G90 ; absolute positioning
G92 Z20 ; set Z to axis minimum (you may want to adjust this); Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 S2 Z5 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
I think you have some mismatched firmware versions
Please update the following:
https://github.com/dc42/RepRapFirmware/releases/download/2.01/Duet2CombinedFirmware.bin
https://github.com/dc42/RepRapFirmware/releases/download/2.01/DuetWebControl-1.21.2-dc42.zip
https://github.com/dc42/RepRapFirmware/releases/download/2.01/DuetWiFiServer-1.21.bin
See if that helps.
-
Alot just can't wrap my head around the 0 &1 for movement direction will get her done! Thank You. PS found the reputation button! DUH
-
@ngwpower said in Phaedrux Cannot move x-y-z axis on my cr-10 help!:
the 0 &1 for movement direction
I'm not sure what you mean.
-
@phaedrux Hard time remembering which way the G Code sets the movement of the steppers 0 or 1. Just hard for my brain.will be okay after I get it sorted out. I am using a spreadsheet to follow my movements in Duet system editor. only way I can keep track of all this G Coding!.
-
@phaedrux Getting the error, suggestions Please.
-
-
Download iap4e.bin from the most recent release at https://github.com/dc42/RepRapFirmware/releases that includes it (release 2.0), and upload it through the Settings/General tab of Duet web Control.
Edit: Phaedrux beat me to it.
-
Thank You both the Phaedrux file worked this time. You guys rock
-
This post is deleted!