New firmware 1.16 RC1
-
That's fantastic, thanks so much for your efforts!
I have reproduced this and fixed it. I intend to release rc2 later today or tomorrow.
-
After updating to RC1 my endstop E0 endstop for my Zprobe always says its triggered even if i reverse it.
M574 X1 Y2 S1 ; Reverse Microswitches
M574 E0 S0 ; Endstop for Zprobe on E0
M558 P4 X0 Y0 Z1 H4 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z-1.1 ; Set Z probe trigger value, offset and trigger height -
I also notice that when editing the config file. after i save it , it no longer asks me to reset the Duet Wifi
what gcode command should i use to reset after editing codeM999?
-
After updating to RC1 my endstop E0 endstop for my Zprobe always says its triggered even if i reverse it.
M574 X1 Y2 S1 ; Reverse Microswitches
M574 E0 S0 ; Endstop for Zprobe on E0
M558 P4 X0 Y0 Z1 H4 F120 T6000 ; Set Z probe type to switch, the axes for which it is used and the probe + travel speeds
G31 P600 X0 Y0 Z-1.1 ; Set Z probe trigger value, offset and trigger heightI confirm the issue. However, I was going to remove the E parameter from the M574 command anyway. You can use the I1 parameter on the M558 command instead.
-
I also notice that when editing the config file. after i save it , it no longer asks me to reset the Duet Wifi
what gcode command should i use to reset after editing codeM999?
Just hit emergency stop, does the same thing.
-
Emergency stop is working for me. However, I confirm that after editing config.g the latest DWC does not ask if I want to reset the Duet.
-
Is a reset always required or will some settings update immediatelyupon save?
-
Settings don't update immediately on save. However, with a few exceptions (e.g. network settings), you can send the modified gcode commands through the gcode console to have them take immediate effect. Or you can execute "M98 Pconfig.g".
-
I have just released 1.16rc2 so I am closing this thread.