printer.cfg
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
printer.cfg [2025/09/07 22:32] – sysmgr | printer.cfg [2025/09/20 16:28] (current) – dshoop | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== printer.cfg File ====== | ====== printer.cfg File ====== | ||
- | {{tag> | + | {{tag> |
- | The printer.cfg file is where Klipper stores its permanent configuration settings for the printer. It is described in the Klipper documentation, | + | The printer.cfg file is where Klipper stores its permanent configuration settings for the printer. It is described in the Klipper documentation, |
It's composed of sections, or stanzas, denoted like " | It's composed of sections, or stanzas, denoted like " | ||
+ | |||
+ | ==== Klipper Managed Settings ==== | ||
+ | |||
+ | Klipper can and will automatically manage some settings for you. These will be stored in a semi-commented format at the bottom of the file and leverage that the last setting is what's set. | ||
+ | |||
+ | Example: | ||
+ | |||
+ | < | ||
+ | #*# < | ||
+ | #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. | ||
+ | #*# | ||
+ | #*# [bed_mesh zero11] | ||
+ | #*# version = 1 | ||
+ | #*# points = | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 | ||
+ | #*# tension = 0.2 | ||
+ | #*# min_x = 10.0 | ||
+ | #*# algo = bicubic | ||
+ | #*# y_count = 11 | ||
+ | #*# mesh_y_pps = 4 | ||
+ | #*# min_y = 21.0 | ||
+ | #*# x_count = 11 | ||
+ | #*# max_y = 211.0 | ||
+ | #*# mesh_x_pps = 4 | ||
+ | #*# max_x = 210.0 | ||
+ | </ | ||
/app/data/attic/printer.cfg.1757298763.txt.gz · Last modified: (external edit)