bootuz-dinamon / ender3-v3-se-full-klipper

Configuration files for Klipper for Ender3 V3 SE.
122 stars 15 forks source link

Unknown command: #9

Open eemersonrosa opened 5 months ago

eemersonrosa commented 5 months ago

I am getting the following errors with the current config:

01:21:33 PM // Unknown command:"M205" 01:21:38 PM Done printing file 01:32:41 PM // Unknown command:"POWER_OFF_PRINTER" 01:37:44 PM File opened:CE3V3SE_block.gcode Size:26149553 01:37:44 PM File selected

bootuz-dinamon commented 5 months ago

You can comment out this command in the End g-code macro. I use it to turn off the printer after printing and while the extruder is cooling. Described in the Moonraker documentation https://moonraker.readthedocs.io/en/latest/configuration/ in [power] section.

eemersonrosa commented 5 months ago

What about the "M205"?