Skip to content

Commit 55912a6

Browse files
committed
🔧 Update settings sections
MarlinFirmware/Marlin#28240
1 parent e7f0c47 commit 55912a6

File tree

812 files changed

+6096
-4467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

812 files changed

+6096
-4467
lines changed

‎config/default/Configuration.h‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
//===========================================================================
478478
//============================= Thermal Settings ============================
479479
//===========================================================================
480-
// @section temperature
480+
// @section temperature sensors
481481

482482
/**
483483
* Temperature Sensors:
@@ -662,6 +662,8 @@
662662
#define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort.
663663
#endif
664664

665+
// @section temperature
666+
665667
// Below this temperature the heater will be switched off
666668
// because it probably indicates a broken thermistor wire.
667669
#define HEATER_0_MINTEMP 5
@@ -1870,15 +1872,12 @@
18701872
//#define DISABLE_V
18711873
//#define DISABLE_W
18721874

1873-
// Turn off the display blinking that warns about possible accuracy reduction
1874-
//#define DISABLE_REDUCED_ACCURACY_WARNING
1875-
18761875
// @section extruder
18771876

18781877
//#define DISABLE_E // Disable the extruder when not stepping
18791878
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
18801879

1881-
// @section motion
1880+
// @section stepper drivers
18821881

18831882
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
18841883
#define INVERT_X_DIR false
@@ -1891,8 +1890,6 @@
18911890
//#define INVERT_V_DIR false
18921891
//#define INVERT_W_DIR false
18931892

1894-
// @section extruder
1895-
18961893
// For direct drive extruder v9 set to true, for geared extruder set to false.
18971894
#define INVERT_E0_DIR false
18981895
#define INVERT_E1_DIR false
@@ -2543,7 +2540,7 @@
25432540
//
25442541
//#define TEMPERATURE_UNITS_SUPPORT
25452542

2546-
// @section temperature
2543+
// @section temperature presets
25472544

25482545
//
25492546
// Preheat Constants - Up to 10 are supported without changes

‎config/default/Configuration_adv.h‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,9 @@
15261526

15271527
// @section lcd
15281528

1529+
// Turn off the display blinking that warns about possible accuracy reduction
1530+
//#define DISABLE_REDUCED_ACCURACY_WARNING
1531+
15291532
#if HAS_MANUAL_MOVE_MENU
15301533
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
15311534
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
@@ -2355,7 +2358,7 @@
23552358
//#define WATCHDOG_RESET_MANUAL
23562359
#endif
23572360

2358-
// @section lcd
2361+
// @section baby-stepping
23592362

23602363
/**
23612364
* Babystepping enables movement of the axes by tiny increments without changing
@@ -2612,13 +2615,15 @@
26122615
#endif
26132616
#endif // PTC_PROBE || PTC_BED || PTC_HOTEND
26142617

2615-
// @section extras
2618+
// @section gcode
26162619

26172620
//
26182621
// G60/G61 Position Save and Return
26192622
//
26202623
//#define SAVED_POSITIONS 1 // Each saved position slot costs 12 bytes
26212624

2625+
// @section motion
2626+
26222627
//
26232628
// G2/G3 Arc Support
26242629
//
@@ -2650,6 +2655,8 @@
26502655
*/
26512656
//#define DIRECT_STEPPING
26522657

2658+
// @section calibrate
2659+
26532660
/**
26542661
* G38 Probe Target
26552662
*
@@ -2856,7 +2863,7 @@
28562863
*/
28572864
//#define EXTRA_FAN_SPEED
28582865

2859-
// @section gcode
2866+
// @section firmware retraction
28602867

28612868
/**
28622869
* Firmware-based and LCD-controlled retract

‎config/examples/3DFabXYZ/Migbot/Configuration.h‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
//===========================================================================
479479
//============================= Thermal Settings ============================
480480
//===========================================================================
481-
// @section temperature
481+
// @section temperature sensors
482482

483483
/**
484484
* Temperature Sensors:
@@ -663,6 +663,8 @@
663663
#define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort.
664664
#endif
665665

666+
// @section temperature
667+
666668
// Below this temperature the heater will be switched off
667669
// because it probably indicates a broken thermistor wire.
668670
#define HEATER_0_MINTEMP 5
@@ -1872,15 +1874,12 @@
18721874
//#define DISABLE_V
18731875
//#define DISABLE_W
18741876

1875-
// Turn off the display blinking that warns about possible accuracy reduction
1876-
//#define DISABLE_REDUCED_ACCURACY_WARNING
1877-
18781877
// @section extruder
18791878

18801879
//#define DISABLE_E // Disable the extruder when not stepping
18811880
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
18821881

1883-
// @section motion
1882+
// @section stepper drivers
18841883

18851884
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
18861885
#define INVERT_X_DIR true
@@ -1893,8 +1892,6 @@
18931892
//#define INVERT_V_DIR false
18941893
//#define INVERT_W_DIR false
18951894

1896-
// @section extruder
1897-
18981895
// For direct drive extruder v9 set to true, for geared extruder set to false.
18991896
#define INVERT_E0_DIR false
19001897
#define INVERT_E1_DIR false
@@ -2545,7 +2542,7 @@
25452542
//
25462543
//#define TEMPERATURE_UNITS_SUPPORT
25472544

2548-
// @section temperature
2545+
// @section temperature presets
25492546

25502547
//
25512548
// Preheat Constants - Up to 10 are supported without changes

‎config/examples/3DFabXYZ/Migbot/Configuration_adv.h‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,9 @@
15211521

15221522
// @section lcd
15231523

1524+
// Turn off the display blinking that warns about possible accuracy reduction
1525+
//#define DISABLE_REDUCED_ACCURACY_WARNING
1526+
15241527
#if HAS_MANUAL_MOVE_MENU
15251528
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
15261529
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
@@ -2346,7 +2349,7 @@
23462349
//#define WATCHDOG_RESET_MANUAL
23472350
#endif
23482351

2349-
// @section lcd
2352+
// @section baby-stepping
23502353

23512354
/**
23522355
* Babystepping enables movement of the axes by tiny increments without changing
@@ -2603,13 +2606,15 @@
26032606
#endif
26042607
#endif // PTC_PROBE || PTC_BED || PTC_HOTEND
26052608

2606-
// @section extras
2609+
// @section gcode
26072610

26082611
//
26092612
// G60/G61 Position Save and Return
26102613
//
26112614
//#define SAVED_POSITIONS 1 // Each saved position slot costs 12 bytes
26122615

2616+
// @section motion
2617+
26132618
//
26142619
// G2/G3 Arc Support
26152620
//
@@ -2641,6 +2646,8 @@
26412646
*/
26422647
//#define DIRECT_STEPPING
26432648

2649+
// @section calibrate
2650+
26442651
/**
26452652
* G38 Probe Target
26462653
*
@@ -2847,7 +2854,7 @@
28472854
*/
28482855
//#define EXTRA_FAN_SPEED
28492856

2850-
// @section gcode
2857+
// @section firmware retraction
28512858

28522859
/**
28532860
* Firmware-based and LCD-controlled retract

‎config/examples/3DMatik/XL/Configuration.h‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
//===========================================================================
478478
//============================= Thermal Settings ============================
479479
//===========================================================================
480-
// @section temperature
480+
// @section temperature sensors
481481

482482
/**
483483
* Temperature Sensors:
@@ -662,6 +662,8 @@
662662
#define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort.
663663
#endif
664664

665+
// @section temperature
666+
665667
// Below this temperature the heater will be switched off
666668
// because it probably indicates a broken thermistor wire.
667669
#define HEATER_0_MINTEMP 5
@@ -1870,15 +1872,12 @@
18701872
//#define DISABLE_V
18711873
//#define DISABLE_W
18721874

1873-
// Turn off the display blinking that warns about possible accuracy reduction
1874-
//#define DISABLE_REDUCED_ACCURACY_WARNING
1875-
18761875
// @section extruder
18771876

18781877
//#define DISABLE_E // Disable the extruder when not stepping
18791878
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
18801879

1881-
// @section motion
1880+
// @section stepper drivers
18821881

18831882
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
18841883
#define INVERT_X_DIR false
@@ -1891,8 +1890,6 @@
18911890
//#define INVERT_V_DIR false
18921891
//#define INVERT_W_DIR false
18931892

1894-
// @section extruder
1895-
18961893
// For direct drive extruder v9 set to true, for geared extruder set to false.
18971894
#define INVERT_E0_DIR false
18981895
#define INVERT_E1_DIR false
@@ -2543,7 +2540,7 @@
25432540
//
25442541
//#define TEMPERATURE_UNITS_SUPPORT
25452542

2546-
// @section temperature
2543+
// @section temperature presets
25472544

25482545
//
25492546
// Preheat Constants - Up to 10 are supported without changes

‎config/examples/3DMatik/XL/Configuration_adv.h‎

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,6 +1521,9 @@
15211521

15221522
// @section lcd
15231523

1524+
// Turn off the display blinking that warns about possible accuracy reduction
1525+
//#define DISABLE_REDUCED_ACCURACY_WARNING
1526+
15241527
#if HAS_MANUAL_MOVE_MENU
15251528
#define MANUAL_FEEDRATE { 50*60, 50*60, 4*60, 2*60 } // (mm/min) Feedrates for manual moves along X, Y, Z, E from panel
15261529
#define FINE_MANUAL_MOVE 0.025 // (mm) Smallest manual move (< 0.1mm) applying to Z on most machines
@@ -2346,7 +2349,7 @@
23462349
//#define WATCHDOG_RESET_MANUAL
23472350
#endif
23482351

2349-
// @section lcd
2352+
// @section baby-stepping
23502353

23512354
/**
23522355
* Babystepping enables movement of the axes by tiny increments without changing
@@ -2603,13 +2606,15 @@
26032606
#endif
26042607
#endif // PTC_PROBE || PTC_BED || PTC_HOTEND
26052608

2606-
// @section extras
2609+
// @section gcode
26072610

26082611
//
26092612
// G60/G61 Position Save and Return
26102613
//
26112614
//#define SAVED_POSITIONS 1 // Each saved position slot costs 12 bytes
26122615

2616+
// @section motion
2617+
26132618
//
26142619
// G2/G3 Arc Support
26152620
//
@@ -2641,6 +2646,8 @@
26412646
*/
26422647
//#define DIRECT_STEPPING
26432648

2649+
// @section calibrate
2650+
26442651
/**
26452652
* G38 Probe Target
26462653
*
@@ -2847,7 +2854,7 @@
28472854
*/
28482855
//#define EXTRA_FAN_SPEED
28492856

2850-
// @section gcode
2857+
// @section firmware retraction
28512858

28522859
/**
28532860
* Firmware-based and LCD-controlled retract

‎config/examples/ADIMLab/Gantry v1/Configuration.h‎

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
//===========================================================================
478478
//============================= Thermal Settings ============================
479479
//===========================================================================
480-
// @section temperature
480+
// @section temperature sensors
481481

482482
/**
483483
* Temperature Sensors:
@@ -662,6 +662,8 @@
662662
#define TEMP_SENSOR_REDUNDANT_MAX_DIFF 10 // (°C) Temperature difference that will trigger a print abort.
663663
#endif
664664

665+
// @section temperature
666+
665667
// Below this temperature the heater will be switched off
666668
// because it probably indicates a broken thermistor wire.
667669
#define HEATER_0_MINTEMP 1
@@ -1870,15 +1872,12 @@
18701872
//#define DISABLE_V
18711873
//#define DISABLE_W
18721874

1873-
// Turn off the display blinking that warns about possible accuracy reduction
1874-
//#define DISABLE_REDUCED_ACCURACY_WARNING
1875-
18761875
// @section extruder
18771876

18781877
//#define DISABLE_E // Disable the extruder when not stepping
18791878
#define DISABLE_OTHER_EXTRUDERS // Keep only the active extruder enabled
18801879

1881-
// @section motion
1880+
// @section stepper drivers
18821881

18831882
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
18841883
#define INVERT_X_DIR false
@@ -1891,8 +1890,6 @@
18911890
//#define INVERT_V_DIR false
18921891
//#define INVERT_W_DIR false
18931892

1894-
// @section extruder
1895-
18961893
// For direct drive extruder v9 set to true, for geared extruder set to false.
18971894
#define INVERT_E0_DIR false
18981895
#define INVERT_E1_DIR false
@@ -2543,7 +2540,7 @@
25432540
//
25442541
//#define TEMPERATURE_UNITS_SUPPORT
25452542

2546-
// @section temperature
2543+
// @section temperature presets
25472544

25482545
//
25492546
// Preheat Constants - Up to 10 are supported without changes

0 commit comments

Comments
 (0)