Firesped / Marlin-Raise3D-N-Series-Unofficial

GNU General Public License v3.0
2 stars 3 forks source link

Stop IDLE forever #2

Open sylus28 opened 7 years ago

sylus28 commented 7 years ago

when I stop before begin print and LCD says Kill HALT reset,could you autoreset?

sylus28 commented 7 years ago

It comes from fast stop command

Firesped commented 7 years ago

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.

sylus28 commented 7 years ago

now printing with 1.1.6 rev 1 ,I will try

Firesped commented 7 years ago

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.

Firesped commented 7 years ago

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

Firesped commented 7 years ago

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.