Browse Source

Merge pull request #5186 from esenapaj/Follow-up-the-PR-#5167-etc

Follow up the PR #5167 (Add Turkish Language) again, etc
Scott Lahteine 8 years ago
parent
commit
ea3c08d249
40 changed files with 217 additions and 217 deletions
  1. 9
    9
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h
  3. 9
    9
      Marlin/example_configurations/Cartesio/Configuration.h
  4. 1
    1
      Marlin/example_configurations/Cartesio/Configuration_adv.h
  5. 9
    9
      Marlin/example_configurations/Felix/Configuration.h
  6. 1
    1
      Marlin/example_configurations/Felix/Configuration_adv.h
  7. 9
    9
      Marlin/example_configurations/Felix/DUAL/Configuration.h
  8. 9
    9
      Marlin/example_configurations/Hephestos/Configuration.h
  9. 1
    1
      Marlin/example_configurations/Hephestos/Configuration_adv.h
  10. 9
    9
      Marlin/example_configurations/Hephestos_2/Configuration.h
  11. 1
    1
      Marlin/example_configurations/Hephestos_2/Configuration_adv.h
  12. 9
    9
      Marlin/example_configurations/K8200/Configuration.h
  13. 1
    1
      Marlin/example_configurations/K8200/Configuration_adv.h
  14. 9
    9
      Marlin/example_configurations/K8400/Configuration.h
  15. 1
    1
      Marlin/example_configurations/K8400/Configuration_adv.h
  16. 10
    10
      Marlin/example_configurations/K8400/Dual-head/Configuration.h
  17. 9
    9
      Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h
  18. 9
    9
      Marlin/example_configurations/RigidBot/Configuration.h
  19. 1
    1
      Marlin/example_configurations/RigidBot/Configuration_adv.h
  20. 9
    9
      Marlin/example_configurations/SCARA/Configuration.h
  21. 1
    1
      Marlin/example_configurations/SCARA/Configuration_adv.h
  22. 9
    9
      Marlin/example_configurations/TAZ4/Configuration.h
  23. 1
    1
      Marlin/example_configurations/TAZ4/Configuration_adv.h
  24. 9
    9
      Marlin/example_configurations/WITBOX/Configuration.h
  25. 1
    1
      Marlin/example_configurations/WITBOX/Configuration_adv.h
  26. 9
    9
      Marlin/example_configurations/adafruit/ST7565/Configuration.h
  27. 9
    9
      Marlin/example_configurations/delta/biv2.5/Configuration.h
  28. 1
    1
      Marlin/example_configurations/delta/biv2.5/Configuration_adv.h
  29. 9
    9
      Marlin/example_configurations/delta/generic/Configuration.h
  30. 1
    1
      Marlin/example_configurations/delta/generic/Configuration_adv.h
  31. 9
    9
      Marlin/example_configurations/delta/kossel_mini/Configuration.h
  32. 1
    1
      Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h
  33. 9
    9
      Marlin/example_configurations/delta/kossel_pro/Configuration.h
  34. 1
    1
      Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h
  35. 9
    9
      Marlin/example_configurations/delta/kossel_xl/Configuration.h
  36. 1
    1
      Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h
  37. 9
    9
      Marlin/example_configurations/makibox/Configuration.h
  38. 1
    1
      Marlin/example_configurations/makibox/Configuration_adv.h
  39. 9
    9
      Marlin/example_configurations/tvrrug/Round2/Configuration.h
  40. 1
    1
      Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h

+ 9
- 9
Marlin/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 0
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 0
646 646
 #define Y_ENABLE_ON 0
647 647
 #define Z_ENABLE_ON 0
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1011,7 +1011,7 @@
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012 1012
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 1
- 1
Marlin/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/Cartesio/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 115200
126 126
 
@@ -143,7 +143,7 @@
143 143
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
144 144
 
145 145
 // This defines the number of extruders
146
-// :[1,2,3,4]
146
+// :[1, 2, 3, 4]
147 147
 #define EXTRUDERS 3
148 148
 
149 149
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -186,7 +186,7 @@
186 186
  * 1 = ATX
187 187
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
188 188
  *
189
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
189
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
190 190
  */
191 191
 #define POWER_SUPPLY 1
192 192
 
@@ -242,7 +242,7 @@
242 242
 //     Use it for Testing or Development purposes. NEVER for production machine.
243 243
 //#define DUMMY_THERMISTOR_998_VALUE 25
244 244
 //#define DUMMY_THERMISTOR_999_VALUE 100
245
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
245
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
246 246
 #define TEMP_SENSOR_0 -1
247 247
 #define TEMP_SENSOR_1 -1
248 248
 #define TEMP_SENSOR_2 1
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 1
646 646
 #define Y_ENABLE_ON 1
647 647
 #define Z_ENABLE_ON 1
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1011,7 +1011,7 @@
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012 1012
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 1
- 1
Marlin/example_configurations/Cartesio/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/Felix/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -624,7 +624,7 @@
624 624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
625 625
 
626 626
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
627
-// :{0:'Low',1:'High'}
627
+// :{ 0:'Low', 1:'High' }
628 628
 #define X_ENABLE_ON 0
629 629
 #define Y_ENABLE_ON 0
630 630
 #define Z_ENABLE_ON 0
@@ -665,7 +665,7 @@
665 665
 
666 666
 // ENDSTOP SETTINGS:
667 667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
668
-// :[-1,1]
668
+// :[-1, 1]
669 669
 #define X_HOME_DIR -1
670 670
 #define Y_HOME_DIR -1
671 671
 #define Z_HOME_DIR -1
@@ -994,7 +994,7 @@
994 994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
995 995
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
996 996
 //
997
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
997
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
998 998
 //
999 999
 //#define LCD_LANGUAGE en
1000 1000
 
@@ -1018,7 +1018,7 @@
1018 1018
 //
1019 1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1020 1020
 //
1021
-// :['JAPANESE','WESTERN','CYRILLIC']
1021
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1022 1022
 //
1023 1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1024 1024
 

+ 1
- 1
Marlin/example_configurations/Felix/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 2
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 1
247 247
 #define TEMP_SENSOR_2 0
@@ -624,7 +624,7 @@
624 624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
625 625
 
626 626
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
627
-// :{0:'Low',1:'High'}
627
+// :{ 0:'Low', 1:'High' }
628 628
 #define X_ENABLE_ON 0
629 629
 #define Y_ENABLE_ON 0
630 630
 #define Z_ENABLE_ON 0
@@ -665,7 +665,7 @@
665 665
 
666 666
 // ENDSTOP SETTINGS:
667 667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
668
-// :[-1,1]
668
+// :[-1, 1]
669 669
 #define X_HOME_DIR -1
670 670
 #define Y_HOME_DIR -1
671 671
 #define Z_HOME_DIR -1
@@ -994,7 +994,7 @@
994 994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
995 995
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
996 996
 //
997
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
997
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
998 998
 //
999 999
 //#define LCD_LANGUAGE en
1000 1000
 
@@ -1018,7 +1018,7 @@
1018 1018
 //
1019 1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1020 1020
 //
1021
-// :['JAPANESE','WESTERN','CYRILLIC']
1021
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1022 1022
 //
1023 1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1024 1024
 

+ 9
- 9
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 115200
126 126
 
@@ -145,7 +145,7 @@
145 145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146 146
 
147 147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149 149
 #define EXTRUDERS 1
150 150
 
151 151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -188,7 +188,7 @@
188 188
  * 1 = ATX
189 189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
190 190
  *
191
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
191
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
192 192
  */
193 193
 #define POWER_SUPPLY 1
194 194
 
@@ -244,7 +244,7 @@
244 244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245 245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246 246
 //#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
247
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248 248
 #define TEMP_SENSOR_0 1
249 249
 #define TEMP_SENSOR_1 0
250 250
 #define TEMP_SENSOR_2 0
@@ -633,7 +633,7 @@
633 633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
634 634
 
635 635
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
636
-// :{0:'Low',1:'High'}
636
+// :{ 0:'Low', 1:'High' }
637 637
 #define X_ENABLE_ON 0
638 638
 #define Y_ENABLE_ON 0
639 639
 #define Z_ENABLE_ON 0
@@ -674,7 +674,7 @@
674 674
 
675 675
 // ENDSTOP SETTINGS:
676 676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
677
-// :[-1,1]
677
+// :[-1, 1]
678 678
 #define X_HOME_DIR -1
679 679
 #define Y_HOME_DIR -1
680 680
 #define Z_HOME_DIR -1
@@ -1003,7 +1003,7 @@
1003 1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1004 1004
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1005 1005
 //
1006
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1006
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1007 1007
 //
1008 1008
 //#define LCD_LANGUAGE en
1009 1009
 
@@ -1027,7 +1027,7 @@
1027 1027
 //
1028 1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1029 1029
 //
1030
-// :['JAPANESE','WESTERN','CYRILLIC']
1030
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1031 1031
 //
1032 1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1033 1033
 

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 #define MACHINE_UUID "8d083632-40c5-4649-85b8-43d9ae6c5d55" // BQ Hephestos 2 standard config
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 70
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -635,7 +635,7 @@
635 635
 #define Z_PROBE_OFFSET_RANGE_MAX  0
636 636
 
637 637
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
638
-// :{0:'Low',1:'High'}
638
+// :{ 0:'Low', 1:'High' }
639 639
 #define X_ENABLE_ON 0
640 640
 #define Y_ENABLE_ON 0
641 641
 #define Z_ENABLE_ON 0
@@ -676,7 +676,7 @@
676 676
 
677 677
 // ENDSTOP SETTINGS:
678 678
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
679
-// :[-1,1]
679
+// :[-1, 1]
680 680
 #define X_HOME_DIR -1
681 681
 #define Y_HOME_DIR -1
682 682
 #define Z_HOME_DIR -1
@@ -1005,7 +1005,7 @@
1005 1005
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1006 1006
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1007 1007
 //
1008
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1008
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1009 1009
 //
1010 1010
 #define LCD_LANGUAGE en
1011 1011
 
@@ -1029,7 +1029,7 @@
1029 1029
 //
1030 1030
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1031 1031
 //
1032
-// :['JAPANESE','WESTERN','CYRILLIC']
1032
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1033 1033
 //
1034 1034
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1035 1035
 

+ 1
- 1
Marlin/example_configurations/Hephestos_2/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/K8200/Configuration.h View File

@@ -117,7 +117,7 @@
117 117
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
118 118
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
119 119
  *
120
- * :[0,1,2,3,4,5,6,7]
120
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
121 121
  */
122 122
 #define SERIAL_PORT 0
123 123
 
@@ -127,7 +127,7 @@
127 127
  * 250000 works in most cases, but you might try a lower speed if
128 128
  * you commonly experience drop-outs during host printing.
129 129
  *
130
- * :[2400,9600,19200,38400,57600,115200,250000]
130
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
131 131
  */
132 132
 #define BAUDRATE 250000
133 133
 
@@ -149,7 +149,7 @@
149 149
 #define MACHINE_UUID "2b7dea3b-844e-4ab1-aa96-bb6406607d6e" // K8200 standard config with VM8201 (Display)
150 150
 
151 151
 // This defines the number of extruders
152
-// :[1,2,3,4]
152
+// :[1, 2, 3, 4]
153 153
 #define EXTRUDERS 1
154 154
 
155 155
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -192,7 +192,7 @@
192 192
  * 1 = ATX
193 193
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
194 194
  *
195
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
195
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
196 196
  */
197 197
 #define POWER_SUPPLY 1
198 198
 
@@ -248,7 +248,7 @@
248 248
 //     Use it for Testing or Development purposes. NEVER for production machine.
249 249
 //#define DUMMY_THERMISTOR_998_VALUE 25
250 250
 //#define DUMMY_THERMISTOR_999_VALUE 100
251
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
251
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
252 252
 #define TEMP_SENSOR_0 5
253 253
 #define TEMP_SENSOR_1 0
254 254
 #define TEMP_SENSOR_2 0
@@ -658,7 +658,7 @@
658 658
 #define Z_PROBE_OFFSET_RANGE_MAX 20
659 659
 
660 660
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
661
-// :{0:'Low',1:'High'}
661
+// :{ 0:'Low', 1:'High' }
662 662
 #define X_ENABLE_ON 0
663 663
 #define Y_ENABLE_ON 0
664 664
 #define Z_ENABLE_ON 0
@@ -699,7 +699,7 @@
699 699
 
700 700
 // ENDSTOP SETTINGS:
701 701
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
702
-// :[-1,1]
702
+// :[-1, 1]
703 703
 #define X_HOME_DIR -1
704 704
 #define Y_HOME_DIR -1
705 705
 #define Z_HOME_DIR -1
@@ -1028,7 +1028,7 @@
1028 1028
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1029 1029
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1030 1030
 //
1031
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1031
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1032 1032
 //
1033 1033
 #define LCD_LANGUAGE en
1034 1034
 
@@ -1052,7 +1052,7 @@
1052 1052
 //
1053 1053
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1054 1054
 //
1055
-// :['JAPANESE','WESTERN','CYRILLIC']
1055
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1056 1056
 //
1057 1057
 #define DISPLAY_CHARSET_HD44780 JAPANESE     // K8200: for Display VM8201
1058 1058
 

+ 1
- 1
Marlin/example_configurations/K8200/Configuration_adv.h View File

@@ -604,7 +604,7 @@
604 604
 // For ADVANCED_OK (M105) you need 32 bytes.
605 605
 // For debug-echo: 128 bytes for the optimal speed.
606 606
 // Other output doesn't need to be that speedy.
607
-// :[0,2,4,8,16,32,64,128,256]
607
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
608 608
 #define TX_BUFFER_SIZE 0
609 609
 
610 610
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/K8400/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 5
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 0
646 646
 #define Y_ENABLE_ON 0
647 647
 #define Z_ENABLE_ON 0
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1011,7 +1011,7 @@
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012 1012
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 1
- 1
Marlin/example_configurations/K8400/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 10
- 10
Marlin/example_configurations/K8400/Dual-head/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 2
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 5
246 246
 #define TEMP_SENSOR_1 5
247 247
 #define TEMP_SENSOR_2 0
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 0
646 646
 #define Y_ENABLE_ON 0
647 647
 #define Z_ENABLE_ON 0
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1009,9 +1009,9 @@
1009 1009
 // Here you may choose the language used by Marlin on the LCD menus, the following
1010 1010
 // list of languages are available:
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012
-//    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, test
1012
+//    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian','test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 9
- 9
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 0
646 646
 #define Y_ENABLE_ON 0
647 647
 #define Z_ENABLE_ON 0
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1011,7 +1011,7 @@
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012 1012
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 9
- 9
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 115200
126 126
 
@@ -145,7 +145,7 @@
145 145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146 146
 
147 147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149 149
 #define EXTRUDERS 1  // Single extruder. Set to 2 for dual extruders
150 150
 
151 151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -188,7 +188,7 @@
188 188
  * 1 = ATX
189 189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
190 190
  *
191
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
191
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
192 192
  */
193 193
 #define POWER_SUPPLY 1
194 194
 
@@ -244,7 +244,7 @@
244 244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245 245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246 246
 //#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
247
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248 248
 #define TEMP_SENSOR_0 1 // DGlass3D = 5; RigidBot = 1; 3DSv6 = 5
249 249
 #define TEMP_SENSOR_1 0
250 250
 #define TEMP_SENSOR_2 0
@@ -639,7 +639,7 @@
639 639
 #define Z_PROBE_OFFSET_RANGE_MAX 20
640 640
 
641 641
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
642
-// :{0:'Low',1:'High'}
642
+// :{ 0:'Low', 1:'High' }
643 643
 #define X_ENABLE_ON 0
644 644
 #define Y_ENABLE_ON 0
645 645
 #define Z_ENABLE_ON 0
@@ -680,7 +680,7 @@
680 680
 
681 681
 // ENDSTOP SETTINGS:
682 682
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
683
-// :[-1,1]
683
+// :[-1, 1]
684 684
 #define X_HOME_DIR -1
685 685
 #define Y_HOME_DIR -1
686 686
 #define Z_HOME_DIR -1
@@ -1009,7 +1009,7 @@
1009 1009
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1010 1010
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1011 1011
 //
1012
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1012
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1013 1013
 //
1014 1014
 #define LCD_LANGUAGE en
1015 1015
 
@@ -1033,7 +1033,7 @@
1033 1033
 //
1034 1034
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1035 1035
 //
1036
-// :['JAPANESE','WESTERN','CYRILLIC']
1036
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1037 1037
 //
1038 1038
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1039 1039
 

+ 1
- 1
Marlin/example_configurations/RigidBot/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -142,7 +142,7 @@
142 142
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
143 143
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
144 144
  *
145
- * :[0,1,2,3,4,5,6,7]
145
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
146 146
  */
147 147
 #define SERIAL_PORT 0
148 148
 
@@ -152,7 +152,7 @@
152 152
  * 250000 works in most cases, but you might try a lower speed if
153 153
  * you commonly experience drop-outs during host printing.
154 154
  *
155
- * :[2400,9600,19200,38400,57600,115200,250000]
155
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
156 156
  */
157 157
 #define BAUDRATE 250000
158 158
 
@@ -174,7 +174,7 @@
174 174
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
175 175
 
176 176
 // This defines the number of extruders
177
-// :[1,2,3,4]
177
+// :[1, 2, 3, 4]
178 178
 #define EXTRUDERS 1
179 179
 
180 180
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -217,7 +217,7 @@
217 217
  * 1 = ATX
218 218
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
219 219
  *
220
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
220
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
221 221
  */
222 222
 #define POWER_SUPPLY 1
223 223
 
@@ -273,7 +273,7 @@
273 273
 //     Use it for Testing or Development purposes. NEVER for production machine.
274 274
 //#define DUMMY_THERMISTOR_998_VALUE 25
275 275
 //#define DUMMY_THERMISTOR_999_VALUE 100
276
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
276
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
277 277
 #define TEMP_SENSOR_0 1
278 278
 #define TEMP_SENSOR_1 0
279 279
 #define TEMP_SENSOR_2 0
@@ -656,7 +656,7 @@
656 656
 #define Z_PROBE_OFFSET_RANGE_MAX 20
657 657
 
658 658
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
659
-// :{0:'Low',1:'High'}
659
+// :{ 0:'Low', 1:'High' }
660 660
 #define X_ENABLE_ON 0
661 661
 #define Y_ENABLE_ON 0
662 662
 #define Z_ENABLE_ON 0
@@ -697,7 +697,7 @@
697 697
 
698 698
 // ENDSTOP SETTINGS:
699 699
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
700
-// :[-1,1]
700
+// :[-1, 1]
701 701
 #define X_HOME_DIR 1
702 702
 #define Y_HOME_DIR 1
703 703
 #define Z_HOME_DIR -1
@@ -1026,7 +1026,7 @@
1026 1026
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1027 1027
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1028 1028
 //
1029
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1029
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1030 1030
 //
1031 1031
 //#define LCD_LANGUAGE en
1032 1032
 
@@ -1050,7 +1050,7 @@
1050 1050
 //
1051 1051
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1052 1052
 //
1053
-// :['JAPANESE','WESTERN','CYRILLIC']
1053
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1054 1054
 //
1055 1055
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1056 1056
 

+ 1
- 1
Marlin/example_configurations/SCARA/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 7
246 246
 #define TEMP_SENSOR_1 7
247 247
 #define TEMP_SENSOR_2 0
@@ -662,7 +662,7 @@
662 662
 #define Z_PROBE_OFFSET_RANGE_MAX 20
663 663
 
664 664
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
665
-// :{0:'Low',1:'High'}
665
+// :{ 0:'Low', 1:'High' }
666 666
 #define X_ENABLE_ON 0
667 667
 #define Y_ENABLE_ON 0
668 668
 #define Z_ENABLE_ON 0
@@ -703,7 +703,7 @@
703 703
 
704 704
 // ENDSTOP SETTINGS:
705 705
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
706
-// :[-1,1]
706
+// :[-1, 1]
707 707
 #define X_HOME_DIR -1
708 708
 #define Y_HOME_DIR -1
709 709
 #define Z_HOME_DIR -1
@@ -1032,7 +1032,7 @@
1032 1032
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1033 1033
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1034 1034
 //
1035
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1035
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1036 1036
 //
1037 1037
 #define LCD_LANGUAGE en
1038 1038
 
@@ -1056,7 +1056,7 @@
1056 1056
 //
1057 1057
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1058 1058
 //
1059
-// :['JAPANESE','WESTERN','CYRILLIC']
1059
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1060 1060
 //
1061 1061
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1062 1062
 

+ 1
- 1
Marlin/example_configurations/TAZ4/Configuration_adv.h View File

@@ -606,7 +606,7 @@
606 606
 // For ADVANCED_OK (M105) you need 32 bytes.
607 607
 // For debug-echo: 128 bytes for the optimal speed.
608 608
 // Other output doesn't need to be that speedy.
609
-// :[0,2,4,8,16,32,64,128,256]
609
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
610 610
 #define TX_BUFFER_SIZE 0
611 611
 
612 612
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 115200
126 126
 
@@ -145,7 +145,7 @@
145 145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146 146
 
147 147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149 149
 #define EXTRUDERS 1
150 150
 
151 151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -188,7 +188,7 @@
188 188
  * 1 = ATX
189 189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
190 190
  *
191
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
191
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
192 192
  */
193 193
 #define POWER_SUPPLY 1
194 194
 
@@ -244,7 +244,7 @@
244 244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245 245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246 246
 //#define DUMMY_THERMISTOR_999_VALUE 100
247
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
247
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
248 248
 #define TEMP_SENSOR_0 1
249 249
 #define TEMP_SENSOR_1 0
250 250
 #define TEMP_SENSOR_2 0
@@ -633,7 +633,7 @@
633 633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
634 634
 
635 635
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
636
-// :{0:'Low',1:'High'}
636
+// :{ 0:'Low', 1:'High' }
637 637
 #define X_ENABLE_ON 0
638 638
 #define Y_ENABLE_ON 0
639 639
 #define Z_ENABLE_ON 0
@@ -674,7 +674,7 @@
674 674
 
675 675
 // ENDSTOP SETTINGS:
676 676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
677
-// :[-1,1]
677
+// :[-1, 1]
678 678
 #define X_HOME_DIR 1
679 679
 #define Y_HOME_DIR 1
680 680
 #define Z_HOME_DIR -1
@@ -1003,7 +1003,7 @@
1003 1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1004 1004
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1005 1005
 //
1006
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1006
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1007 1007
 //
1008 1008
 //#define LCD_LANGUAGE en
1009 1009
 
@@ -1027,7 +1027,7 @@
1027 1027
 //
1028 1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1029 1029
 //
1030
-// :['JAPANESE','WESTERN','CYRILLIC']
1030
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1031 1031
 //
1032 1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1033 1033
 

+ 1
- 1
Marlin/example_configurations/WITBOX/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -641,7 +641,7 @@
641 641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642 642
 
643 643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
644
-// :{0:'Low',1:'High'}
644
+// :{ 0:'Low', 1:'High' }
645 645
 #define X_ENABLE_ON 0
646 646
 #define Y_ENABLE_ON 0
647 647
 #define Z_ENABLE_ON 0
@@ -682,7 +682,7 @@
682 682
 
683 683
 // ENDSTOP SETTINGS:
684 684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686 686
 #define X_HOME_DIR -1
687 687
 #define Y_HOME_DIR -1
688 688
 #define Z_HOME_DIR -1
@@ -1011,7 +1011,7 @@
1011 1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1012 1012
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1013 1013
 //
1014
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1014
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1015 1015
 //
1016 1016
 #define LCD_LANGUAGE en
1017 1017
 
@@ -1035,7 +1035,7 @@
1035 1035
 //
1036 1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037 1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039 1039
 //
1040 1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041 1041
 

+ 9
- 9
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 2
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 5
246 246
 #define TEMP_SENSOR_1 5
247 247
 #define TEMP_SENSOR_2 0
@@ -733,7 +733,7 @@
733 733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
734 734
 
735 735
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
736
-// :{0:'Low',1:'High'}
736
+// :{ 0:'Low', 1:'High' }
737 737
 #define X_ENABLE_ON 0
738 738
 #define Y_ENABLE_ON 0
739 739
 #define Z_ENABLE_ON 0
@@ -774,7 +774,7 @@
774 774
 
775 775
 // ENDSTOP SETTINGS:
776 776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
777
-// :[-1,1]
777
+// :[-1, 1]
778 778
 #define X_HOME_DIR 1  // deltas always home to max
779 779
 #define Y_HOME_DIR 1
780 780
 #define Z_HOME_DIR 1
@@ -1104,7 +1104,7 @@
1104 1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1105 1105
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1106 1106
 //
1107
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1107
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1108 1108
 //
1109 1109
 #define LCD_LANGUAGE en
1110 1110
 
@@ -1128,7 +1128,7 @@
1128 1128
 //
1129 1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1130 1130
 //
1131
-// :['JAPANESE','WESTERN','CYRILLIC']
1131
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1132 1132
 //
1133 1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1134 1134
 

+ 1
- 1
Marlin/example_configurations/delta/biv2.5/Configuration_adv.h View File

@@ -600,7 +600,7 @@
600 600
 // For ADVANCED_OK (M105) you need 32 bytes.
601 601
 // For debug-echo: 128 bytes for the optimal speed.
602 602
 // Other output doesn't need to be that speedy.
603
-// :[0,2,4,8,16,32,64,128,256]
603
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
604 604
 #define TX_BUFFER_SIZE 0
605 605
 
606 606
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 -1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -727,7 +727,7 @@
727 727
 #define Z_PROBE_OFFSET_RANGE_MAX 20
728 728
 
729 729
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
730
-// :{0:'Low',1:'High'}
730
+// :{ 0:'Low', 1:'High' }
731 731
 #define X_ENABLE_ON 0
732 732
 #define Y_ENABLE_ON 0
733 733
 #define Z_ENABLE_ON 0
@@ -768,7 +768,7 @@
768 768
 
769 769
 // ENDSTOP SETTINGS:
770 770
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
771
-// :[-1,1]
771
+// :[-1, 1]
772 772
 #define X_HOME_DIR 1  // deltas always home to max
773 773
 #define Y_HOME_DIR 1
774 774
 #define Z_HOME_DIR 1
@@ -1098,7 +1098,7 @@
1098 1098
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1099 1099
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1100 1100
 //
1101
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1101
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1102 1102
 //
1103 1103
 #define LCD_LANGUAGE en
1104 1104
 
@@ -1122,7 +1122,7 @@
1122 1122
 //
1123 1123
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1124 1124
 //
1125
-// :['JAPANESE','WESTERN','CYRILLIC']
1125
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1126 1126
 //
1127 1127
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1128 1128
 

+ 1
- 1
Marlin/example_configurations/delta/generic/Configuration_adv.h View File

@@ -600,7 +600,7 @@
600 600
 // For ADVANCED_OK (M105) you need 32 bytes.
601 601
 // For debug-echo: 128 bytes for the optimal speed.
602 602
 // Other output doesn't need to be that speedy.
603
-// :[0,2,4,8,16,32,64,128,256]
603
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
604 604
 #define TX_BUFFER_SIZE 0
605 605
 
606 606
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 7
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -730,7 +730,7 @@
730 730
 #define Z_PROBE_OFFSET_RANGE_MAX 20
731 731
 
732 732
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
733
-// :{0:'Low',1:'High'}
733
+// :{ 0:'Low', 1:'High' }
734 734
 #define X_ENABLE_ON 0
735 735
 #define Y_ENABLE_ON 0
736 736
 #define Z_ENABLE_ON 0
@@ -771,7 +771,7 @@
771 771
 
772 772
 // ENDSTOP SETTINGS:
773 773
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
774
-// :[-1,1]
774
+// :[-1, 1]
775 775
 #define X_HOME_DIR 1  // deltas always home to max
776 776
 #define Y_HOME_DIR 1
777 777
 #define Z_HOME_DIR 1
@@ -1101,7 +1101,7 @@
1101 1101
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1102 1102
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1103 1103
 //
1104
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1104
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1105 1105
 //
1106 1106
 #define LCD_LANGUAGE en
1107 1107
 
@@ -1125,7 +1125,7 @@
1125 1125
 //
1126 1126
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1127 1127
 //
1128
-// :['JAPANESE','WESTERN','CYRILLIC']
1128
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1129 1129
 //
1130 1130
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1131 1131
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration_adv.h View File

@@ -600,7 +600,7 @@
600 600
 // For ADVANCED_OK (M105) you need 32 bytes.
601 601
 // For debug-echo: 128 bytes for the optimal speed.
602 602
 // Other output doesn't need to be that speedy.
603
-// :[0,2,4,8,16,32,64,128,256]
603
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
604 604
 #define TX_BUFFER_SIZE 0
605 605
 
606 606
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -116,7 +116,7 @@
116 116
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117 117
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
118 118
  *
119
- * :[0,1,2,3,4,5,6,7]
119
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
120 120
  */
121 121
 #define SERIAL_PORT 0
122 122
 
@@ -126,7 +126,7 @@
126 126
  * 250000 works in most cases, but you might try a lower speed if
127 127
  * you commonly experience drop-outs during host printing.
128 128
  *
129
- * :[2400,9600,19200,38400,57600,115200,250000]
129
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
130 130
  */
131 131
 #define BAUDRATE 115200
132 132
 
@@ -148,7 +148,7 @@
148 148
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
149 149
 
150 150
 // This defines the number of extruders
151
-// :[1,2,3,4]
151
+// :[1, 2, 3, 4]
152 152
 #define EXTRUDERS 1
153 153
 
154 154
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -191,7 +191,7 @@
191 191
  * 1 = ATX
192 192
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
193 193
  *
194
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
194
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
195 195
  */
196 196
 #define POWER_SUPPLY 1
197 197
 
@@ -247,7 +247,7 @@
247 247
 //     Use it for Testing or Development purposes. NEVER for production machine.
248 248
 //#define DUMMY_THERMISTOR_998_VALUE 25
249 249
 //#define DUMMY_THERMISTOR_999_VALUE 100
250
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
250
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
251 251
 #define TEMP_SENSOR_0 5
252 252
 #define TEMP_SENSOR_1 0
253 253
 #define TEMP_SENSOR_2 0
@@ -731,7 +731,7 @@
731 731
 #define Z_PROBE_OFFSET_RANGE_MAX   5
732 732
 
733 733
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
734
-// :{0:'Low',1:'High'}
734
+// :{ 0:'Low', 1:'High' }
735 735
 #define X_ENABLE_ON 0
736 736
 #define Y_ENABLE_ON 0
737 737
 #define Z_ENABLE_ON 0
@@ -772,7 +772,7 @@
772 772
 
773 773
 // ENDSTOP SETTINGS:
774 774
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
775
-// :[-1,1]
775
+// :[-1, 1]
776 776
 #define X_HOME_DIR 1  // deltas always home to max
777 777
 #define Y_HOME_DIR 1
778 778
 #define Z_HOME_DIR 1
@@ -1102,7 +1102,7 @@
1102 1102
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1103 1103
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1104 1104
 //
1105
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1105
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1106 1106
 //
1107 1107
 #define LCD_LANGUAGE en
1108 1108
 
@@ -1126,7 +1126,7 @@
1126 1126
 //
1127 1127
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1128 1128
 //
1129
-// :['JAPANESE','WESTERN','CYRILLIC']
1129
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1130 1130
 //
1131 1131
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1132 1132
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration_adv.h View File

@@ -605,7 +605,7 @@
605 605
 // For ADVANCED_OK (M105) you need 32 bytes.
606 606
 // For debug-echo: 128 bytes for the optimal speed.
607 607
 // Other output doesn't need to be that speedy.
608
-// :[0,2,4,8,16,32,64,128,256]
608
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
609 609
 #define TX_BUFFER_SIZE 0
610 610
 
611 611
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -103,7 +103,7 @@
103 103
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
104 104
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
105 105
  *
106
- * :[0,1,2,3,4,5,6,7]
106
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
107 107
  */
108 108
 #define SERIAL_PORT 0
109 109
 
@@ -113,7 +113,7 @@
113 113
  * 250000 works in most cases, but you might try a lower speed if
114 114
  * you commonly experience drop-outs during host printing.
115 115
  *
116
- * :[2400,9600,19200,38400,57600,115200,250000]
116
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
117 117
  */
118 118
 #define BAUDRATE 250000
119 119
 
@@ -135,7 +135,7 @@
135 135
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
136 136
 
137 137
 // This defines the number of extruders
138
-// :[1,2,3,4]
138
+// :[1, 2, 3, 4]
139 139
 #define EXTRUDERS 1
140 140
 
141 141
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -178,7 +178,7 @@
178 178
  * 1 = ATX
179 179
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
180 180
  *
181
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
181
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
182 182
  */
183 183
 #define POWER_SUPPLY 2
184 184
 
@@ -234,7 +234,7 @@
234 234
 //     Use it for Testing or Development purposes. NEVER for production machine.
235 235
 //#define DUMMY_THERMISTOR_998_VALUE 25
236 236
 //#define DUMMY_THERMISTOR_999_VALUE 100
237
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
237
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
238 238
 #define TEMP_SENSOR_0 5
239 239
 #define TEMP_SENSOR_1 0
240 240
 #define TEMP_SENSOR_2 0
@@ -733,7 +733,7 @@
733 733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
734 734
 
735 735
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
736
-// :{0:'Low',1:'High'}
736
+// :{ 0:'Low', 1:'High' }
737 737
 #define X_ENABLE_ON 0
738 738
 #define Y_ENABLE_ON 0
739 739
 #define Z_ENABLE_ON 0
@@ -774,7 +774,7 @@
774 774
 
775 775
 // ENDSTOP SETTINGS:
776 776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
777
-// :[-1,1]
777
+// :[-1, 1]
778 778
 #define X_HOME_DIR 1  // deltas always home to max
779 779
 #define Y_HOME_DIR 1
780 780
 #define Z_HOME_DIR 1
@@ -1104,7 +1104,7 @@
1104 1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1105 1105
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1106 1106
 //
1107
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1107
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1108 1108
 //
1109 1109
 #define LCD_LANGUAGE en
1110 1110
 
@@ -1128,7 +1128,7 @@
1128 1128
 //
1129 1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1130 1130
 //
1131
-// :['JAPANESE','WESTERN','CYRILLIC']
1131
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1132 1132
 //
1133 1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1134 1134
 

+ 1
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration_adv.h View File

@@ -600,7 +600,7 @@
600 600
 // For ADVANCED_OK (M105) you need 32 bytes.
601 601
 // For debug-echo: 128 bytes for the optimal speed.
602 602
 // Other output doesn't need to be that speedy.
603
-// :[0,2,4,8,16,32,64,128,256]
603
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
604 604
 #define TX_BUFFER_SIZE 0
605 605
 
606 606
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/makibox/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 1
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -644,7 +644,7 @@
644 644
 #define Z_PROBE_OFFSET_RANGE_MAX 20
645 645
 
646 646
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
647
-// :{0:'Low',1:'High'}
647
+// :{ 0:'Low', 1:'High' }
648 648
 #define X_ENABLE_ON 0
649 649
 #define Y_ENABLE_ON 0
650 650
 #define Z_ENABLE_ON 0
@@ -685,7 +685,7 @@
685 685
 
686 686
 // ENDSTOP SETTINGS:
687 687
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
688
-// :[-1,1]
688
+// :[-1, 1]
689 689
 #define X_HOME_DIR -1
690 690
 #define Y_HOME_DIR -1
691 691
 #define Z_HOME_DIR -1
@@ -1014,7 +1014,7 @@
1014 1014
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1015 1015
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1016 1016
 //
1017
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1017
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1018 1018
 //
1019 1019
 //#define LCD_LANGUAGE en
1020 1020
 
@@ -1038,7 +1038,7 @@
1038 1038
 //
1039 1039
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1040 1040
 //
1041
-// :['JAPANESE','WESTERN','CYRILLIC']
1041
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1042 1042
 //
1043 1043
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1044 1044
 

+ 1
- 1
Marlin/example_configurations/makibox/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

+ 9
- 9
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -110,7 +110,7 @@
110 110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111 111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
112 112
  *
113
- * :[0,1,2,3,4,5,6,7]
113
+ * :[0, 1, 2, 3, 4, 5, 6, 7]
114 114
  */
115 115
 #define SERIAL_PORT 0
116 116
 
@@ -120,7 +120,7 @@
120 120
  * 250000 works in most cases, but you might try a lower speed if
121 121
  * you commonly experience drop-outs during host printing.
122 122
  *
123
- * :[2400,9600,19200,38400,57600,115200,250000]
123
+ * :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
124 124
  */
125 125
 #define BAUDRATE 250000
126 126
 
@@ -142,7 +142,7 @@
142 142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143 143
 
144 144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146 146
 #define EXTRUDERS 1
147 147
 
148 148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
@@ -185,7 +185,7 @@
185 185
  * 1 = ATX
186 186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
187 187
  *
188
- * :{0:'No power switch',1:'ATX',2:'X-Box 360'}
188
+ * :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
189 189
  */
190 190
 #define POWER_SUPPLY 1
191 191
 
@@ -241,7 +241,7 @@
241 241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242 242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243 243
 //#define DUMMY_THERMISTOR_999_VALUE 100
244
-// :{ '0': "Not used",'1':"100k / 4.7k - EPCOS",'2':"200k / 4.7k - ATC Semitec 204GT-2",'3':"Mendel-parts / 4.7k",'4':"10k !! do not use for a hotend. Bad resolution at high temp. !!",'5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'6':"100k / 4.7k EPCOS - Not as accurate as Table 1",'7':"100k / 4.7k Honeywell 135-104LAG-J01",'8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT",'9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1",'10':"100k / 4.7k RS 198-961",'11':"100k / 4.7k beta 3950 1%",'12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)",'13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'",'20':"PT100 (Ultimainboard V2.x)",'51':"100k / 1k - EPCOS",'52':"200k / 1k - ATC Semitec 204GT-2",'55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)",'60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950",'66':"Dyze Design 4.7M High Temperature thermistor",'70':"the 100K thermistor found in the bq Hephestos 2",'71':"100k / 4.7k Honeywell 135-104LAF-J01",'147':"Pt100 / 4.7k",'1047':"Pt1000 / 4.7k",'110':"Pt100 / 1k (non-standard)",'1010':"Pt1000 / 1k (non standard)",'-3':"Thermocouple + MAX31855 (only for sensor 0)",'-2':"Thermocouple + MAX6675 (only for sensor 0)",'-1':"Thermocouple + AD595",'998':"Dummy 1",'999':"Dummy 2" }
244
+// :{ '0': "Not used", '1':"100k / 4.7k - EPCOS", '2':"200k / 4.7k - ATC Semitec 204GT-2", '3':"Mendel-parts / 4.7k", '4':"10k !! do not use for a hotend. Bad resolution at high temp. !!", '5':"100K / 4.7k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '6':"100k / 4.7k EPCOS - Not as accurate as Table 1", '7':"100k / 4.7k Honeywell 135-104LAG-J01", '8':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT", '9':"100k / 4.7k GE Sensing AL03006-58.2K-97-G1", '10':"100k / 4.7k RS 198-961", '11':"100k / 4.7k beta 3950 1%", '12':"100k / 4.7k 0603 SMD Vishay NTCS0603E3104FXT (calibrated for Makibox hot bed)", '13':"100k Hisens 3950  1% up to 300°C for hotend 'Simple ONE ' & hotend 'All In ONE'", '20':"PT100 (Ultimainboard V2.x)", '51':"100k / 1k - EPCOS", '52':"200k / 1k - ATC Semitec 204GT-2", '55':"100k / 1k - ATC Semitec 104GT-2 (Used in ParCan & J-Head)", '60':"100k Maker's Tool Works Kapton Bed Thermistor beta=3950", '66':"Dyze Design 4.7M High Temperature thermistor", '70':"the 100K thermistor found in the bq Hephestos 2", '71':"100k / 4.7k Honeywell 135-104LAF-J01", '147':"Pt100 / 4.7k", '1047':"Pt1000 / 4.7k", '110':"Pt100 / 1k (non-standard)", '1010':"Pt1000 / 1k (non standard)", '-3':"Thermocouple + MAX31855 (only for sensor 0)", '-2':"Thermocouple + MAX6675 (only for sensor 0)", '-1':"Thermocouple + AD595",'998':"Dummy 1", '999':"Dummy 2" }
245 245
 #define TEMP_SENSOR_0 5
246 246
 #define TEMP_SENSOR_1 0
247 247
 #define TEMP_SENSOR_2 0
@@ -637,7 +637,7 @@
637 637
 #define Z_PROBE_OFFSET_RANGE_MAX 20
638 638
 
639 639
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
640
-// :{0:'Low',1:'High'}
640
+// :{ 0:'Low', 1:'High' }
641 641
 #define X_ENABLE_ON 1
642 642
 #define Y_ENABLE_ON 1
643 643
 #define Z_ENABLE_ON 1
@@ -678,7 +678,7 @@
678 678
 
679 679
 // ENDSTOP SETTINGS:
680 680
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
681
-// :[-1,1]
681
+// :[-1, 1]
682 682
 #define X_HOME_DIR -1
683 683
 #define Y_HOME_DIR -1
684 684
 #define Z_HOME_DIR -1
@@ -1007,7 +1007,7 @@
1007 1007
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1008 1008
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
1009 1009
 //
1010
-// :{'en':'English','an':'Aragonese','bg':'Bulgarian','ca':'Catalan','cn':'Chinese','cz':'Czech','de':'German','el':'Greek','el-gr':'Greek (Greece)','es':'Spanish','eu':'Basque-Euskera','fi':'Finnish','fr':'French','gl':'Galician','hr':'Croatian','it':'Italian','kana':'Japanese','kana_utf8':'Japanese (UTF8)','nl':'Dutch','pl':'Polish','pt':'Portuguese','pt-br':'Portuguese (Brazilian)','pt-br_utf8':'Portuguese (Brazilian UTF8)','pt_utf8':'Portuguese (UTF8)','ru':'Russian', 'tr':'Turkish', 'test':'TEST'}
1010
+// :{ 'en':'English', 'an':'Aragonese', 'bg':'Bulgarian', 'ca':'Catalan', 'cn':'Chinese', 'cz':'Czech', 'de':'German', 'el':'Greek', 'el-gr':'Greek (Greece)', 'es':'Spanish', 'eu':'Basque-Euskera', 'fi':'Finnish', 'fr':'French', 'gl':'Galician', 'hr':'Croatian', 'it':'Italian', 'kana':'Japanese', 'kana_utf8':'Japanese (UTF8)', 'nl':'Dutch', 'pl':'Polish', 'pt':'Portuguese', 'pt-br':'Portuguese (Brazilian)', 'pt-br_utf8':'Portuguese (Brazilian UTF8)', 'pt_utf8':'Portuguese (UTF8)', 'ru':'Russian', 'tr':'Turkish', 'test':'TEST' }
1011 1011
 //
1012 1012
 //#define LCD_LANGUAGE en
1013 1013
 
@@ -1031,7 +1031,7 @@
1031 1031
 //
1032 1032
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1033 1033
 //
1034
-// :['JAPANESE','WESTERN','CYRILLIC']
1034
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1035 1035
 //
1036 1036
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1037 1037
 

+ 1
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration_adv.h View File

@@ -598,7 +598,7 @@
598 598
 // For ADVANCED_OK (M105) you need 32 bytes.
599 599
 // For debug-echo: 128 bytes for the optimal speed.
600 600
 // Other output doesn't need to be that speedy.
601
-// :[0,2,4,8,16,32,64,128,256]
601
+// :[0, 2, 4, 8, 16, 32, 64, 128, 256]
602 602
 #define TX_BUFFER_SIZE 0
603 603
 
604 604
 // Enable an emergency-command parser to intercept certain commands as they

Loading…
Cancel
Save