3MS Bypass
Follow this guide to allow manually loading a spool to your printer, and bypassing the 3MS system.
Klipper Macros
Replace the MMMS_START
line in your PRINT_START
macro with:
Replace the MMMS_END
line in your PRINT_END
macro with:
Slicer GCode
- Navigate to
Printer Settings
->Machine G-code
. - In your
Machine start G-code
, pass theBYPASS=1
parameter to yourPRINT_START
macro. - In your
Machine end G-code
, pass theBYPASS=1
parameter to yourPRINT_END
macro. - Save the new preset with a different name to differentiate it from your main preset.