Open sylus28 opened 7 years ago
It comes from fast stop command
what is fast stop sending to the motion controller?
fast stop is bugged. however, if you disable fast stop, stop is very fast to react on the firmware due to emergency parser in marlin 1.1.0
a number of commands have priority over other G code. stop is one of them.
now printing with 1.1.6 rev 1 ,I will try
I may have to look into enabling command input Echo., so we can see what the touchscreen is sending. i'll have to look up how to do that.
here is a version based on 1.1.6-rev2 (lack of material) that added in the gcode for the F command and fixes some other bugs in the firmware.
https://github.com/Firesped/Marlin-Raise3D-N-Series/tree/1.1.7
the other version of marlin does not have the following gcode but this one has it. M111 S1 will enable debug level 1 and echo the commands sent to the parser back. I'm not sure how the touchscreen will like that though.
when I stop before begin print and LCD says Kill HALT reset,could you autoreset?