Add calibration include to user_settings.cfg
- Added [include calibration/*.cfg] to optimized_user_settings.cfg - Updated CHANGES.md with complete deployment steps - Updated calibration/README.md with installation options Now the calibration macros are automatically available when using the optimized user_settings.cfg - no manual include needed!
This commit is contained in:
parent
3c40c660cf
commit
f05f64c3b2
3 changed files with 66 additions and 9 deletions
|
|
@ -1,4 +1,11 @@
|
|||
[include KNCM_settings.cfg]
|
||||
# ============================================================================
|
||||
# USER SETTINGS - Neptune 4 Plus with Cartographer 3D
|
||||
# ============================================================================
|
||||
# Includes are loaded in order - later includes override earlier ones
|
||||
# ============================================================================
|
||||
|
||||
[include KNCM_settings.cfg] # Nozzle cleaning macros
|
||||
[include calibration/*.cfg] # Calibration suite (Z-offset, PA, etc.)
|
||||
|
||||
[skew_correction]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue