From 069c6b38ddbff725ab26411c6cedef9984d4d377 Mon Sep 17 00:00:00 2001 From: esenapaj Date: Fri, 16 Dec 2016 00:21:32 +0900 Subject: [PATCH] Remove unnecessary tabs and spaces --- Marlin/Configuration.h | 10 +++++----- Marlin/Configuration_adv.h | 4 ++-- Marlin/M100_Free_Mem_Chk.cpp | 6 +++--- Marlin/Marlin_main.cpp | 2 +- Marlin/endstops.cpp | 4 ++-- Marlin/example_configurations/Cartesio/Configuration.h | 10 +++++----- .../Cartesio/Configuration_adv.h | 4 ++-- Marlin/example_configurations/Felix/Configuration.h | 10 +++++----- .../example_configurations/Felix/Configuration_adv.h | 4 ++-- .../example_configurations/Felix/DUAL/Configuration.h | 10 +++++----- .../example_configurations/Hephestos/Configuration.h | 10 +++++----- .../Hephestos/Configuration_adv.h | 4 ++-- Marlin/example_configurations/K8200/Configuration.h | 10 +++++----- .../example_configurations/K8200/Configuration_adv.h | 4 ++-- Marlin/example_configurations/K8400/Configuration.h | 10 +++++----- .../example_configurations/K8400/Configuration_adv.h | 4 ++-- .../K8400/Dual-head/Configuration.h | 10 +++++----- .../RepRapWorld/Megatronics/Configuration.h | 10 +++++----- Marlin/example_configurations/RigidBot/Configuration.h | 10 +++++----- .../RigidBot/Configuration_adv.h | 4 ++-- Marlin/example_configurations/SCARA/Configuration.h | 10 +++++----- .../example_configurations/SCARA/Configuration_adv.h | 4 ++-- Marlin/example_configurations/TAZ4/Configuration.h | 10 +++++----- Marlin/example_configurations/TAZ4/Configuration_adv.h | 4 ++-- Marlin/example_configurations/WITBOX/Configuration.h | 10 +++++----- .../example_configurations/WITBOX/Configuration_adv.h | 4 ++-- .../adafruit/ST7565/Configuration.h | 10 +++++----- .../delta/biv2.5/Configuration.h | 4 ++-- .../delta/biv2.5/Configuration_adv.h | 4 ++-- .../delta/generic/Configuration.h | 10 +++++----- .../delta/generic/Configuration_adv.h | 4 ++-- .../delta/kossel_mini/Configuration.h | 10 +++++----- .../delta/kossel_mini/Configuration_adv.h | 4 ++-- .../delta/kossel_pro/Configuration.h | 10 +++++----- .../delta/kossel_pro/Configuration_adv.h | 4 ++-- .../delta/kossel_xl/Configuration.h | 10 +++++----- .../delta/kossel_xl/Configuration_adv.h | 4 ++-- Marlin/example_configurations/makibox/Configuration.h | 10 +++++----- .../example_configurations/makibox/Configuration_adv.h | 4 ++-- .../tvrrug/Round2/Configuration.h | 10 +++++----- .../tvrrug/Round2/Configuration_adv.h | 4 ++-- Marlin/language_tr.h | 6 +++--- Marlin/pins.h | 2 +- Marlin/pins_MEGATRONICS_3.h | 2 +- Marlin/pins_RIGIDBOARD_V2.h | 2 +- Marlin/planner.cpp | 10 +++++----- Marlin/planner.h | 8 ++++---- Marlin/stepper.cpp | 4 ++-- Marlin/stepper.h | 2 +- Marlin/stepper_dac.cpp | 4 ++-- Marlin/temperature.cpp | 2 +- 51 files changed, 163 insertions(+), 163 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index a07532336..a7953a53d 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 0e9f6f869..3138a13ba 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/M100_Free_Mem_Chk.cpp b/Marlin/M100_Free_Mem_Chk.cpp index 82689465a..d82434e97 100644 --- a/Marlin/M100_Free_Mem_Chk.cpp +++ b/Marlin/M100_Free_Mem_Chk.cpp @@ -22,10 +22,10 @@ /** * M100 Free Memory Watcher - * + * * This code watches the free memory block between the bottom of the heap and the top of the stack. * This memory block is initialized and watched via the M100 command. - * + * * M100 I Initializes the free memory block and prints vitals statistics about the area * M100 F Identifies how much of the free memory block remains free and unused. It also * detects and reports any corruption within the free memory block that may have @@ -34,7 +34,7 @@ * data that does not match the expected value. * M100 C x Corrupts x locations within the free memory block. This is useful to check the * correctness of the M100 F and M100 D commands. - * + * * Initial version by Roxy-3DPrintBoard */ #define M100_FREE_MEMORY_DUMPER // Comment out to remove Dump sub-command diff --git a/Marlin/Marlin_main.cpp b/Marlin/Marlin_main.cpp index 66e9ecdcd..3151bcf42 100755 --- a/Marlin/Marlin_main.cpp +++ b/Marlin/Marlin_main.cpp @@ -5259,7 +5259,7 @@ inline void gcode_M104() { if (code_value_temp_abs() > thermalManager.degHotend(target_extruder)) LCD_MESSAGEPGM(MSG_HEATING); } - + #if ENABLED(AUTOTEMP) planner.autotemp_M104_M109(); #endif diff --git a/Marlin/endstops.cpp b/Marlin/endstops.cpp index 653e0753a..659fc4052 100644 --- a/Marlin/endstops.cpp +++ b/Marlin/endstops.cpp @@ -255,14 +255,14 @@ void Endstops::update() { } \ } while(0) - #if ENABLED(G38_PROBE_TARGET) && PIN_EXISTS(Z_MIN) // If G38 command then check Z_MIN for every axis and every direction + #if ENABLED(G38_PROBE_TARGET) && PIN_EXISTS(Z_MIN) // If G38 command then check Z_MIN for every axis and every direction #define UPDATE_ENDSTOP(AXIS,MINMAX) do { \ _UPDATE_ENDSTOP(AXIS,MINMAX,NOOP); \ if (G38_move) _UPDATE_ENDSTOP(Z, MIN, G38_endstop_hit = true); \ } while(0) - #else + #else #define UPDATE_ENDSTOP(AXIS,MINMAX) _UPDATE_ENDSTOP(AXIS,MINMAX,NOOP) diff --git a/Marlin/example_configurations/Cartesio/Configuration.h b/Marlin/example_configurations/Cartesio/Configuration.h index 75e6b12a0..f25f13230 100644 --- a/Marlin/example_configurations/Cartesio/Configuration.h +++ b/Marlin/example_configurations/Cartesio/Configuration.h @@ -207,7 +207,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -232,13 +232,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/Cartesio/Configuration_adv.h b/Marlin/example_configurations/Cartesio/Configuration_adv.h index 3e6b86a76..5f54f0e75 100644 --- a/Marlin/example_configurations/Cartesio/Configuration_adv.h +++ b/Marlin/example_configurations/Cartesio/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/Felix/Configuration.h b/Marlin/example_configurations/Felix/Configuration.h index 3022ac98a..87cc01323 100644 --- a/Marlin/example_configurations/Felix/Configuration.h +++ b/Marlin/example_configurations/Felix/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -810,10 +810,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/Felix/Configuration_adv.h b/Marlin/example_configurations/Felix/Configuration_adv.h index edf15c00c..2e52c39eb 100644 --- a/Marlin/example_configurations/Felix/Configuration_adv.h +++ b/Marlin/example_configurations/Felix/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/Felix/DUAL/Configuration.h b/Marlin/example_configurations/Felix/DUAL/Configuration.h index 2e72ae859..4178d7fc1 100644 --- a/Marlin/example_configurations/Felix/DUAL/Configuration.h +++ b/Marlin/example_configurations/Felix/DUAL/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -810,10 +810,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/Hephestos/Configuration.h b/Marlin/example_configurations/Hephestos/Configuration.h index fe41fd9e3..bb19408c2 100644 --- a/Marlin/example_configurations/Hephestos/Configuration.h +++ b/Marlin/example_configurations/Hephestos/Configuration.h @@ -209,7 +209,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -234,13 +234,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -819,10 +819,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/Hephestos/Configuration_adv.h b/Marlin/example_configurations/Hephestos/Configuration_adv.h index ad4adb4de..9740e9c75 100644 --- a/Marlin/example_configurations/Hephestos/Configuration_adv.h +++ b/Marlin/example_configurations/Hephestos/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/K8200/Configuration.h b/Marlin/example_configurations/K8200/Configuration.h index f8b907619..f5320ac07 100644 --- a/Marlin/example_configurations/K8200/Configuration.h +++ b/Marlin/example_configurations/K8200/Configuration.h @@ -226,7 +226,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -251,13 +251,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -856,10 +856,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/K8200/Configuration_adv.h b/Marlin/example_configurations/K8200/Configuration_adv.h index fca18580a..c275fa3b6 100644 --- a/Marlin/example_configurations/K8200/Configuration_adv.h +++ b/Marlin/example_configurations/K8200/Configuration_adv.h @@ -481,12 +481,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/K8400/Configuration.h b/Marlin/example_configurations/K8400/Configuration.h index 7544ff2e2..31fae7bc7 100644 --- a/Marlin/example_configurations/K8400/Configuration.h +++ b/Marlin/example_configurations/K8400/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/K8400/Configuration_adv.h b/Marlin/example_configurations/K8400/Configuration_adv.h index 68d8f1285..8ee66df5e 100644 --- a/Marlin/example_configurations/K8400/Configuration_adv.h +++ b/Marlin/example_configurations/K8400/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/K8400/Dual-head/Configuration.h b/Marlin/example_configurations/K8400/Dual-head/Configuration.h index 724d8eed3..5d90bb888 100644 --- a/Marlin/example_configurations/K8400/Dual-head/Configuration.h +++ b/Marlin/example_configurations/K8400/Dual-head/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h index afeb989b0..cc746f782 100644 --- a/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h +++ b/Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/RigidBot/Configuration.h b/Marlin/example_configurations/RigidBot/Configuration.h index 394b8747e..426f74bd1 100644 --- a/Marlin/example_configurations/RigidBot/Configuration.h +++ b/Marlin/example_configurations/RigidBot/Configuration.h @@ -209,7 +209,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -234,13 +234,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -826,10 +826,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/RigidBot/Configuration_adv.h b/Marlin/example_configurations/RigidBot/Configuration_adv.h index 103c07f2a..92a337ba1 100644 --- a/Marlin/example_configurations/RigidBot/Configuration_adv.h +++ b/Marlin/example_configurations/RigidBot/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/SCARA/Configuration.h b/Marlin/example_configurations/SCARA/Configuration.h index 8a4ff9632..a80ac2923 100644 --- a/Marlin/example_configurations/SCARA/Configuration.h +++ b/Marlin/example_configurations/SCARA/Configuration.h @@ -238,7 +238,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -263,13 +263,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -842,10 +842,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/SCARA/Configuration_adv.h b/Marlin/example_configurations/SCARA/Configuration_adv.h index 095c49724..647fb7122 100644 --- a/Marlin/example_configurations/SCARA/Configuration_adv.h +++ b/Marlin/example_configurations/SCARA/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/TAZ4/Configuration.h b/Marlin/example_configurations/TAZ4/Configuration.h index e62747b2f..ee76668e8 100644 --- a/Marlin/example_configurations/TAZ4/Configuration.h +++ b/Marlin/example_configurations/TAZ4/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -848,10 +848,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/TAZ4/Configuration_adv.h b/Marlin/example_configurations/TAZ4/Configuration_adv.h index a724f8447..0211a9caf 100644 --- a/Marlin/example_configurations/TAZ4/Configuration_adv.h +++ b/Marlin/example_configurations/TAZ4/Configuration_adv.h @@ -476,12 +476,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/WITBOX/Configuration.h b/Marlin/example_configurations/WITBOX/Configuration.h index dc0df50b4..11dca14e6 100644 --- a/Marlin/example_configurations/WITBOX/Configuration.h +++ b/Marlin/example_configurations/WITBOX/Configuration.h @@ -209,7 +209,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -234,13 +234,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -819,10 +819,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/WITBOX/Configuration_adv.h b/Marlin/example_configurations/WITBOX/Configuration_adv.h index ad4adb4de..9740e9c75 100644 --- a/Marlin/example_configurations/WITBOX/Configuration_adv.h +++ b/Marlin/example_configurations/WITBOX/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/adafruit/ST7565/Configuration.h b/Marlin/example_configurations/adafruit/ST7565/Configuration.h index 9f5bc335f..30930fd71 100644 --- a/Marlin/example_configurations/adafruit/ST7565/Configuration.h +++ b/Marlin/example_configurations/adafruit/ST7565/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -827,10 +827,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration.h b/Marlin/example_configurations/delta/biv2.5/Configuration.h index 8c817681c..c1966cbaf 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration.h @@ -921,10 +921,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h index e3b9e480c..114951d57 100644 --- a/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h +++ b/Marlin/example_configurations/delta/biv2.5/Configuration_adv.h @@ -470,12 +470,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/delta/generic/Configuration.h b/Marlin/example_configurations/delta/generic/Configuration.h index a3482357f..c3bea40d9 100644 --- a/Marlin/example_configurations/delta/generic/Configuration.h +++ b/Marlin/example_configurations/delta/generic/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -915,10 +915,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/generic/Configuration_adv.h b/Marlin/example_configurations/delta/generic/Configuration_adv.h index f90230b16..b3a2039e5 100644 --- a/Marlin/example_configurations/delta/generic/Configuration_adv.h +++ b/Marlin/example_configurations/delta/generic/Configuration_adv.h @@ -470,12 +470,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration.h b/Marlin/example_configurations/delta/kossel_mini/Configuration.h index d6e510603..c317f7dd0 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -918,10 +918,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h index f90230b16..b3a2039e5 100644 --- a/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h @@ -470,12 +470,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration.h b/Marlin/example_configurations/delta/kossel_pro/Configuration.h index c6510b2bb..7bdaf265b 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration.h @@ -210,7 +210,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -235,13 +235,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -917,10 +917,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h index 5e471238c..b438af289 100644 --- a/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h @@ -475,12 +475,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration.h b/Marlin/example_configurations/delta/kossel_xl/Configuration.h index a539152c6..3fdd41239 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration.h @@ -199,7 +199,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -224,13 +224,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -921,10 +921,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h index 227beb8e0..a98c53eae 100644 --- a/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h +++ b/Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h @@ -470,12 +470,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/makibox/Configuration.h b/Marlin/example_configurations/makibox/Configuration.h index ca1b94e3d..492081c43 100644 --- a/Marlin/example_configurations/makibox/Configuration.h +++ b/Marlin/example_configurations/makibox/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -830,10 +830,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/makibox/Configuration_adv.h b/Marlin/example_configurations/makibox/Configuration_adv.h index 11026b901..1f5446dc5 100644 --- a/Marlin/example_configurations/makibox/Configuration_adv.h +++ b/Marlin/example_configurations/makibox/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration.h b/Marlin/example_configurations/tvrrug/Round2/Configuration.h index 18cc89f05..eb87304a0 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration.h @@ -206,7 +206,7 @@ /** * --NORMAL IS 4.7kohm PULLUP!-- 1kohm pullup can be used on hotend sensor, using correct resistor and table - * + * * Temperature sensors available: * * -3 : thermocouple with MAX31855 (only for sensor 0) @@ -231,13 +231,13 @@ * 60 : 100k Maker's Tool Works Kapton Bed Thermistor beta=3950 * 66 : 4.7M High Temperature thermistor from Dyze Design * 70 : the 100K thermistor found in the bq Hephestos 2 - * + * * 1k ohm pullup tables - This is atypical, and requires changing out the 4.7k pullup for 1k. * (but gives greater accuracy and more stable PID) * 51 : 100k thermistor - EPCOS (1k pullup) * 52 : 200k thermistor - ATC Semitec 204GT-2 (1k pullup) * 55 : 100k thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (1k pullup) - * + * * 1047 : Pt1000 with 4k7 pullup * 1010 : Pt1000 with 1k pullup (non standard) * 147 : Pt100 with 4k7 pullup @@ -823,10 +823,10 @@ // The height can be set with M420 Z #define ENABLE_LEVELING_FADE_HEIGHT - // + // // Experimental Subdivision of the grid by Catmull-Rom method. // Synthesizes intermediate points to produce a more detailed mesh. - // + // //#define ABL_BILINEAR_SUBDIVISION #if ENABLED(ABL_BILINEAR_SUBDIVISION) // Number of subdivisions between probe points diff --git a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h index 0cc14238f..190c18ce3 100644 --- a/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h +++ b/Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h @@ -468,12 +468,12 @@ /** * Additional options for Graphical Displays - * + * * Use the optimizations here to improve printing performance, * which can be adversely affected by graphical display drawing, * especially when doing several short moves, and when printing * on DELTA and SCARA machines. - * + * * Some of these options may result in the display lagging behind * controller events, as there is a trade-off between reliable * printing performance versus fast display updates. diff --git a/Marlin/language_tr.h b/Marlin/language_tr.h index 57147c9fd..102f6293b 100644 --- a/Marlin/language_tr.h +++ b/Marlin/language_tr.h @@ -57,12 +57,12 @@ #define MSG_HOME_OFFSETS_APPLIED _UxGT("Offset Tamam") // Offset Tamam #define MSG_SET_ORIGIN _UxGT("Sıfır Belirle") // Sıfır Belirle #define MSG_PREHEAT_1 _UxGT("Ön Isınma PLA") // Ön Isınma PLA -#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") // +#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") // #define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Tüm") // Tüm #define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Tabla") // Tabla #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Ayar") // Ayar #define MSG_PREHEAT_2 _UxGT("Ön Isınma ABS") // Ön Isınma ABS -#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") // +#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") // #define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Tüm") // Tüm #define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Tabla") // Tabla #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Ayar") // Ayar @@ -91,7 +91,7 @@ #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max") // Max #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Çarpan") // Çarpan #define MSG_AUTOTEMP _UxGT("Autotemp") // Autotemp -#define MSG_ON _UxGT("On ") // On +#define MSG_ON _UxGT("On ") // On #define MSG_OFF _UxGT("Off") // Off #define MSG_PID_P _UxGT("PID-P") // PID-P #define MSG_PID_I _UxGT("PID-I") // PID-I diff --git a/Marlin/pins.h b/Marlin/pins.h index 272519ba9..a336cd1ee 100644 --- a/Marlin/pins.h +++ b/Marlin/pins.h @@ -135,7 +135,7 @@ #include "pins_MEGATRONICS_3.h" #elif MB(MEGATRONICS_31) #define MEGATRONICS_31 - #include "pins_MEGATRONICS_3.h" + #include "pins_MEGATRONICS_3.h" #elif MB(OMCA_A) #include "pins_OMCA_A.h" #elif MB(OMCA) diff --git a/Marlin/pins_MEGATRONICS_3.h b/Marlin/pins_MEGATRONICS_3.h index 1b87457e2..cc1c947bd 100644 --- a/Marlin/pins_MEGATRONICS_3.h +++ b/Marlin/pins_MEGATRONICS_3.h @@ -153,7 +153,7 @@ #define LCD_PINS_D5 30 #define LCD_PINS_D6 39 #define LCD_PINS_D7 15 - + #define SHIFT_CLK 43 #define SHIFT_LD 35 #define SHIFT_OUT 34 diff --git a/Marlin/pins_RIGIDBOARD_V2.h b/Marlin/pins_RIGIDBOARD_V2.h index 501bcc285..3fb575142 100644 --- a/Marlin/pins_RIGIDBOARD_V2.h +++ b/Marlin/pins_RIGIDBOARD_V2.h @@ -39,7 +39,7 @@ #define DAC_STEPPER_SENSE 0.05 // sense resistors on rigidboard stepper chips are .05 value #define DAC_STEPPER_ADDRESS 0 -#define DAC_STEPPER_MAX 4096 // was 5000 but max allowable value is actually 4096 +#define DAC_STEPPER_MAX 4096 // was 5000 but max allowable value is actually 4096 #define DAC_STEPPER_VREF 1 // internal Vref, gain 2x = 4.096V #define DAC_STEPPER_GAIN 1 // value of 1 here sets gain of 2 #define DAC_DISABLE_PIN 42 // set low to enable DAC diff --git a/Marlin/planner.cpp b/Marlin/planner.cpp index 9f3a45772..4c815e284 100644 --- a/Marlin/planner.cpp +++ b/Marlin/planner.cpp @@ -675,7 +675,7 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const const float target_float[XYZE] = { a, b, c, e }, de_float = target_float[E_AXIS] - position_float[E_AXIS], mm_D_float = sqrt(sq(target_float[X_AXIS] - position_float[X_AXIS]) + sq(target_float[Y_AXIS] - position_float[Y_AXIS])); - + memcpy(position_float, target_float, sizeof(position_float)); #endif @@ -1108,7 +1108,7 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const if (accel * block->steps[AXIS] > comp) accel = comp / block->steps[AXIS]; \ } \ }while(0) - + #define LIMIT_ACCEL_FLOAT(AXIS,INDX) do{ \ if (block->steps[AXIS] && max_acceleration_steps_per_s2[AXIS+INDX] < accel) { \ const float comp = (float)max_acceleration_steps_per_s2[AXIS+INDX] * (float)block->step_event_count; \ @@ -1292,11 +1292,11 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const // Use LIN_ADVANCE for blocks if all these are true: // // esteps : We have E steps todo (a printing move) - // + // // block->steps[X_AXIS] || block->steps[Y_AXIS] : We have a movement in XY direction (i.e., not retract / prime). - // + // // extruder_advance_k : There is an advance factor set. - // + // // block->steps[E_AXIS] != block->step_event_count : A problem occurs if the move before a retract is too small. // In that case, the retract and move will be executed together. // This leads to too many advance steps due to a huge e_acceleration. diff --git a/Marlin/planner.h b/Marlin/planner.h index d9b87afc6..407ca7de3 100644 --- a/Marlin/planner.h +++ b/Marlin/planner.h @@ -123,7 +123,7 @@ typedef struct { #if ENABLED(BARICUDA) uint32_t valve_pressure, e_to_p_pressure; #endif - + uint32_t segment_time; } block_t; @@ -185,7 +185,7 @@ class Planner { * Nominal speed of previous path line segment */ static float previous_nominal_speed; - + /** * Limit where 64bit math is necessary for acceleration calculation */ @@ -206,7 +206,7 @@ class Planner { // Segment times (in µs). Used for speed calculations static long axis_segment_time[2][3]; #endif - + #if ENABLED(LIN_ADVANCE) static float position_float[NUM_AXIS]; static float extruder_advance_k; @@ -264,7 +264,7 @@ class Planner { #define ARG_Z const float &lz #endif - + #if ENABLED(LIN_ADVANCE) void advance_M905(const float &k); #endif diff --git a/Marlin/stepper.cpp b/Marlin/stepper.cpp index b0a7e2250..0008a8a72 100644 --- a/Marlin/stepper.cpp +++ b/Marlin/stepper.cpp @@ -338,7 +338,7 @@ void Stepper::isr() { CBI(TIMSK0, OCIE0B); //Temperature ISR DISABLE_STEPPER_DRIVER_INTERRUPT(); sei(); - + if (cleaning_buffer_counter) { --cleaning_buffer_counter; current_block = NULL; @@ -583,7 +583,7 @@ void Stepper::isr() { #endif } #endif - + #if ENABLED(ADVANCE) || ENABLED(LIN_ADVANCE) // If we have esteps to execute, fire the next advance_isr "now" if (e_steps[TOOL_E_INDEX]) OCR0A = TCNT0 + 2; diff --git a/Marlin/stepper.h b/Marlin/stepper.h index 7cc323a84..7befe2604 100644 --- a/Marlin/stepper.h +++ b/Marlin/stepper.h @@ -358,7 +358,7 @@ class Stepper { acc_step_rate = current_block->initial_rate; acceleration_time = calc_timer(acc_step_rate); OCR1A = acceleration_time; - + #if ENABLED(LIN_ADVANCE) if (current_block->use_advance_lead) { current_estep_rate[current_block->active_extruder] = ((unsigned long)acc_step_rate * current_block->abs_adv_steps_multiplier8) >> 17; diff --git a/Marlin/stepper_dac.cpp b/Marlin/stepper_dac.cpp index efdea60a3..4ce2abc61 100644 --- a/Marlin/stepper_dac.cpp +++ b/Marlin/stepper_dac.cpp @@ -88,7 +88,7 @@ static float dac_perc(int8_t n) { return 100.0 * mcp4728_getValue(dac_order[n]) * (1.0 / (DAC_STEPPER_MAX)); } static float dac_amps(int8_t n) { return mcp4728_getDrvPct(dac_order[n]) * (DAC_STEPPER_MAX) * 0.125 * (1.0 / (DAC_STEPPER_SENSE)); } - + int16_t dac_current_get_percent(AxisEnum axis) { return mcp4728_getDrvPct(dac_order[axis]); } void dac_current_set_percents(int16_t pct[XYZE]) { LOOP_XYZE(i) dac_channel_pct[i] = pct[dac_order[i]]; @@ -101,7 +101,7 @@ SERIAL_ECHO_START; SERIAL_ECHOLNPGM("Stepper current values in % (Amps):"); SERIAL_ECHO_START; - SERIAL_ECHOPAIR(" X:", dac_perc(X_AXIS)); + SERIAL_ECHOPAIR(" X:", dac_perc(X_AXIS)); SERIAL_ECHOPAIR(" (", dac_amps(X_AXIS)); SERIAL_ECHOPAIR(") Y:", dac_perc(Y_AXIS)); SERIAL_ECHOPAIR(" (", dac_amps(Y_AXIS)); diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp index 4895d1da9..9eb68f7f1 100644 --- a/Marlin/temperature.cpp +++ b/Marlin/temperature.cpp @@ -1943,6 +1943,6 @@ void Temperature::isr() { if (!endstop_monitor_count) endstop_monitor(); // report changes in endstop status } #endif - + SBI(TIMSK0, OCIE0B); //re-enable Temperature ISR }