Hello, is it possible to write a custom gcode macro to loop until another gcode macro stops it? Let's say I'd like to have a macro called EXTRUDE that extrudes material forever until I type STOP in terminal and it stops extruding. Thank you....
Internal error on command:"SDCARD_PRINT_FILE" Traceback (most recent call last): File "/home/pi/klipper/klippy/gcode.py", line 182, in _process_commands handler(gcmd) File "/home/pi/klipper/klippy/gcode.py", line 120, in <lambda> func = ...
Since commit b0d859f I haven't been able to home my printer as a G28 crashes the host software. Output of terminal: Send: G28 Recv: // Klipper state: Shutdown Recv: !! Internal error on command:"G28" Recv: !! Internal error on command:"G...
Safe Homing and Quick Homing from Marlin - Safe Homing lifts the Z up first before moving X or Y if the Z height is unknown or below a set limit (5mm by default) to clear binder clips, and Quick Homing moves both X and Y at the same time until one of them hits the endstop. ...
;TYPE:Custom START_PRINT T_TOOL=205 T_BED=60 ; Klipper Start code Macro M107 G21 ; set units to millimeters G90 ; use absolute coordinates M82 ; use absolute distances for extrusion G92 E0 ; Filament Gcode M104 S205 ; set temperature M109 S205 ; set temperature and wait for it to ...