Skip to content

Commit

Permalink
Add setting DEFAULT_TOOL_LENGTH_COMPENSATION to Configuration.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 committed Jan 4, 2025
1 parent c9a167f commit bab7ffb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,9 @@
//#define HOTEND_OFFSET_Y { 0.0, 5.00 } // (mm) relative Y-offset for each nozzle
//#define HOTEND_OFFSET_Z { 0.0, 0.00 } // (mm) relative Z-offset for each nozzle

// Enable and disable tool length compensation with G43 and G49, respectively. true: Enabled by default. false: Disabled by default.
//#define DEFAULT_TOOL_LENGTH_COMPENSATION true

// @section multi-material

/**
Expand Down

0 comments on commit bab7ffb

Please sign in to comment.