Two klipper printers turning heat off to bed and nozzle on print start

Basic Information:

Printer Model: Tronxy X5SA, Ender 3
MCU / Printerboard: Chitu V6, E3 mini V3
klippy(4).log (1.1 MB)

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

NOTE: Having same issue on both printers.
I have just recent flashed both of my printers over to mainsail. Having finished basic calibration I am now now trying to get a print off. I preheat both bed and extruder, start print and get these messages in the photo popping up, both bed and extruder enter cool down but the printer keeps going. I am assuming that the macros are causing me issues but I cant seem to figure out what I am missing.

Unknown command:"PRINT_START"
Unknown command:"START_PRINT"

Means that you have neither a PRINT_START nor START_PRINT macro in your printer.cfg. See klipper/config/sample-macros.cfg at 99d7af87fd7cd74b9a6eab355eb71327ed3b8256 · Klipper3d/klipper · GitHub for an example of such a macro.

Make sure to pass the correct parameters from your slicer. They depend on the slicer you are using.

Unknown command:"EXCLUDE_OBJECT_START"

Means you have setup your slicer to support cancelling individual objects but you have not configured Klipper for it. See Exclude Objects - Klipper documentation

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.