Stephan3 / dwc2-for-klipper

A translator between DWC2 and Klipper
GNU General Public License v3.0
160 stars 38 forks source link

G10 firmware retraction #16

Closed BlackStump closed 5 years ago

BlackStump commented 5 years ago

The duet firmware allows G10 without any parameters to be parsed as a firmware retraction and with parameter as you have implement temperature control. I have a klipper macro using G10/11 for retract, unretract, G11 works if command is issued in DWC G10 doesn't work, is it possible to allow G10 without parameters to be parsed?

Stephan3 commented 5 years ago

This should work as is in a gcodefile as its processed by Klipper itself. Just FYI this is better than using your macro.

https://github.com/KevinOConnor/klipper/pull/1617

BlackStump commented 5 years ago

thanks I will have a look