Home » 3DP » Ender 3 Klipper Conversion – Troubleshooting

Ender 3 Klipper Conversion – Troubleshooting

Unknown command: “EXCLUDE_OBJECT_START” and “EXCLUDE_OBJECT_END”

Add [exclude_object] to printer.cfg

https://docs.mainsail.xyz/overview/features/exclude-objects

Mainsail shuts down midprint

  • Mainsail loses connection.
  • Raspberry pi green led is constantly on.
  • Print stops

SSH into raspberry

/boot/firmware/config.txt
sudo nano config.txt

add

dtoverlay=dwc2

at the end of the config.txt file

This can be also done removing the sd card from the raspberry and locating the file on the boot partition. (It’s not in a folder there.)