M26 not working
-
I am calling macro to start print with certain offset:
M23 PrintTest.gcode
M26 S10070
M24Error I get:
Error: Failed to execute M26: [NullReferenceException] Object reference not set to an instance of an object.
Same thing runs as expected on non-beta setup of mine. Is there something else I am missing?
-
-
Assuming you're trying to start 10070 bytes into the file... M26 is broken.
You should report it at https://github.com/chrishamm/DuetSoftwareFramework/issues -
-
@Minion Can you post what firmware versions (beta that doesn't work, non-beta that does) you are using?
Ian
-
Experimental:
firmwareName":"RepRapFirmware for Duet 3 MB6HC v0.6 or 1.0","boardName":"MB6HC","firmwareVersion":"3.0beta12+1","firmwareDate":"2019-11-11b1Normal:
firmwareName":"RepRapFirmware for Duet 2 WiFi/Ethernet","firmwareVersion":"2.02(RTOS)","firmwareDate":"2018-12-24b1 -
chrishamm replied via DSF issue board confirming that M26 is buggy and will be fixed in next release.