Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.09 KB

configuration.md

File metadata and controls

22 lines (17 loc) · 2.09 KB

🪛 Quick Reference - Configuration

Configuration items are typically defined in the printer.cfg file. Be careful with these customizations as the hardware in your printer may be very different than what is assumed here.

Note: Any changes to Klipper's printer.cfg file will require a reboot to take effect.

Note: Before copying and replacing large sections of a printer.cfg file, be mindful that there is typically a printer-specific serial number appearing near the beginning of the file. This is tied to the serial number of the MCU board (an Octopus F407 board in the case of the Troodon 2.0 Pro). Be careful not to overwrite that line.

  • printer.cfg [exclude_object] - Enable option for excluding failed objects from the currently running print job
  • printer.cfg [gcode_arcs] - Enable support for G2/G3 G-Code commands
  • printer.cfg [probe] - Voron TAP optimizations
  • printer.cfg [quad_gantry_level] - Improve the QGL process
  • printer.cfg [fan] - View more fan data, control fans directly

Troodon Configurations from Discord #troodon_2 users

  • @Don_Duce - Clean setup, with macros.cfg separated out, suitable for stock Troodon 2.0 Pro with SB + TAP

Stock Configuration Files

Next: Quick Reference - Macros