I have some gcode commands to warm up the extruder and bed before the auto-leveling. The code starts like this
M82 ;absolute extrusion mode
M140 S70 ; Set Heat Bed temperature
M104 S160; start warming extruder to 160
G28 ; Home all axes
G29 ; Auto bed-level (BL-Touch)
....
But the M140 and M104 commands are filtered out with this plugin on my Ender3S/Marlin printer.
Do you have a document about the filtering?
Hi,
I have some gcode commands to warm up the extruder and bed before the auto-leveling. The code starts like this
But the M140 and M104 commands are filtered out with this plugin on my Ender3S/Marlin printer. Do you have a document about the filtering?
Thanks, Daniel