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
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 0
190
 #define POWER_SUPPLY 0
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
645
 #define X_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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, tr, 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', '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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

+ 1
- 1
Marlin/Configuration_adv.h View File

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 115200
125
 #define BAUDRATE 115200
126
 
126
 
143
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
144
 
144
 
145
 // This defines the number of extruders
145
 // This defines the number of extruders
146
-// :[1,2,3,4]
146
+// :[1, 2, 3, 4]
147
 #define EXTRUDERS 3
147
 #define EXTRUDERS 3
148
 
148
 
149
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
149
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
186
  * 1 = ATX
186
  * 1 = ATX
187
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
191
 #define POWER_SUPPLY 1
192
 
192
 
242
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //     Use it for Testing or Development purposes. NEVER for production machine.
243
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_998_VALUE 25
244
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 -1
246
 #define TEMP_SENSOR_0 -1
247
 #define TEMP_SENSOR_1 -1
247
 #define TEMP_SENSOR_1 -1
248
 #define TEMP_SENSOR_2 1
248
 #define TEMP_SENSOR_2 1
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 1
645
 #define X_ENABLE_ON 1
646
 #define Y_ENABLE_ON 1
646
 #define Y_ENABLE_ON 1
647
 #define Z_ENABLE_ON 1
647
 #define Z_ENABLE_ON 1
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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, tr, 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', '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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
625
 
625
 
626
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
628
 #define X_ENABLE_ON 0
629
 #define Y_ENABLE_ON 0
629
 #define Y_ENABLE_ON 0
630
 #define Z_ENABLE_ON 0
630
 #define Z_ENABLE_ON 0
665
 
665
 
666
 // ENDSTOP SETTINGS:
666
 // ENDSTOP SETTINGS:
667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
668
-// :[-1,1]
668
+// :[-1, 1]
669
 #define X_HOME_DIR -1
669
 #define X_HOME_DIR -1
670
 #define Y_HOME_DIR -1
670
 #define Y_HOME_DIR -1
671
 #define Z_HOME_DIR -1
671
 #define Z_HOME_DIR -1
994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
995
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
999
 //#define LCD_LANGUAGE en
1000
 
1000
 
1018
 //
1018
 //
1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1020
 //
1020
 //
1021
-// :['JAPANESE','WESTERN','CYRILLIC']
1021
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1022
 //
1022
 //
1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1024
 
1024
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 2
146
 #define EXTRUDERS 2
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 1
246
 #define TEMP_SENSOR_1 1
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
624
 #define Z_PROBE_OFFSET_RANGE_MAX 20
625
 
625
 
626
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
628
 #define X_ENABLE_ON 0
629
 #define Y_ENABLE_ON 0
629
 #define Y_ENABLE_ON 0
630
 #define Z_ENABLE_ON 0
630
 #define Z_ENABLE_ON 0
665
 
665
 
666
 // ENDSTOP SETTINGS:
666
 // ENDSTOP SETTINGS:
667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
667
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
668
-// :[-1,1]
668
+// :[-1, 1]
669
 #define X_HOME_DIR -1
669
 #define X_HOME_DIR -1
670
 #define Y_HOME_DIR -1
670
 #define Y_HOME_DIR -1
671
 #define Z_HOME_DIR -1
671
 #define Z_HOME_DIR -1
994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
994
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
995
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
999
 //#define LCD_LANGUAGE en
1000
 
1000
 
1018
 //
1018
 //
1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1019
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1020
 //
1020
 //
1021
-// :['JAPANESE','WESTERN','CYRILLIC']
1021
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1022
 //
1022
 //
1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1023
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1024
 
1024
 

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 115200
125
 #define BAUDRATE 115200
126
 
126
 
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146
 
146
 
147
 // This defines the number of extruders
147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149
 #define EXTRUDERS 1
149
 #define EXTRUDERS 1
150
 
150
 
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
188
  * 1 = ATX
188
  * 1 = ATX
189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
193
 #define POWER_SUPPLY 1
194
 
194
 
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
248
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_1 0
249
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
250
 #define TEMP_SENSOR_2 0
633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
634
 
634
 
635
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
637
 #define X_ENABLE_ON 0
638
 #define Y_ENABLE_ON 0
638
 #define Y_ENABLE_ON 0
639
 #define Z_ENABLE_ON 0
639
 #define Z_ENABLE_ON 0
674
 
674
 
675
 // ENDSTOP SETTINGS:
675
 // ENDSTOP SETTINGS:
676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
677
-// :[-1,1]
677
+// :[-1, 1]
678
 #define X_HOME_DIR -1
678
 #define X_HOME_DIR -1
679
 #define Y_HOME_DIR -1
679
 #define Y_HOME_DIR -1
680
 #define Z_HOME_DIR -1
680
 #define Z_HOME_DIR -1
1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1004
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
1008
 //#define LCD_LANGUAGE en
1009
 
1009
 
1027
 //
1027
 //
1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1029
 //
1029
 //
1030
-// :['JAPANESE','WESTERN','CYRILLIC']
1030
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1031
 //
1031
 //
1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1033
 
1033
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 #define MACHINE_UUID "8d083632-40c5-4649-85b8-43d9ae6c5d55" // BQ Hephestos 2 standard config
142
 #define MACHINE_UUID "8d083632-40c5-4649-85b8-43d9ae6c5d55" // BQ Hephestos 2 standard config
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 70
245
 #define TEMP_SENSOR_0 70
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
635
 #define Z_PROBE_OFFSET_RANGE_MAX  0
635
 #define Z_PROBE_OFFSET_RANGE_MAX  0
636
 
636
 
637
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
639
 #define X_ENABLE_ON 0
640
 #define Y_ENABLE_ON 0
640
 #define Y_ENABLE_ON 0
641
 #define Z_ENABLE_ON 0
641
 #define Z_ENABLE_ON 0
676
 
676
 
677
 // ENDSTOP SETTINGS:
677
 // ENDSTOP SETTINGS:
678
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
678
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
679
-// :[-1,1]
679
+// :[-1, 1]
680
 #define X_HOME_DIR -1
680
 #define X_HOME_DIR -1
681
 #define Y_HOME_DIR -1
681
 #define Y_HOME_DIR -1
682
 #define Z_HOME_DIR -1
682
 #define Z_HOME_DIR -1
1005
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1005
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1006
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1010
 #define LCD_LANGUAGE en
1011
 
1011
 
1029
 //
1029
 //
1030
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1030
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1031
 //
1031
 //
1032
-// :['JAPANESE','WESTERN','CYRILLIC']
1032
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1033
 //
1033
 //
1034
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1034
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1035
 
1035
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

117
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
118
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
122
 #define SERIAL_PORT 0
123
 
123
 
127
  * 250000 works in most cases, but you might try a lower speed if
127
  * 250000 works in most cases, but you might try a lower speed if
128
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
132
 #define BAUDRATE 250000
133
 
133
 
149
 #define MACHINE_UUID "2b7dea3b-844e-4ab1-aa96-bb6406607d6e" // K8200 standard config with VM8201 (Display)
149
 #define MACHINE_UUID "2b7dea3b-844e-4ab1-aa96-bb6406607d6e" // K8200 standard config with VM8201 (Display)
150
 
150
 
151
 // This defines the number of extruders
151
 // This defines the number of extruders
152
-// :[1,2,3,4]
152
+// :[1, 2, 3, 4]
153
 #define EXTRUDERS 1
153
 #define EXTRUDERS 1
154
 
154
 
155
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
155
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
192
  * 1 = ATX
192
  * 1 = ATX
193
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
197
 #define POWER_SUPPLY 1
198
 
198
 
248
 //     Use it for Testing or Development purposes. NEVER for production machine.
248
 //     Use it for Testing or Development purposes. NEVER for production machine.
249
 //#define DUMMY_THERMISTOR_998_VALUE 25
249
 //#define DUMMY_THERMISTOR_998_VALUE 25
250
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
252
 #define TEMP_SENSOR_0 5
253
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_1 0
254
 #define TEMP_SENSOR_2 0
254
 #define TEMP_SENSOR_2 0
658
 #define Z_PROBE_OFFSET_RANGE_MAX 20
658
 #define Z_PROBE_OFFSET_RANGE_MAX 20
659
 
659
 
660
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
662
 #define X_ENABLE_ON 0
663
 #define Y_ENABLE_ON 0
663
 #define Y_ENABLE_ON 0
664
 #define Z_ENABLE_ON 0
664
 #define Z_ENABLE_ON 0
699
 
699
 
700
 // ENDSTOP SETTINGS:
700
 // ENDSTOP SETTINGS:
701
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
701
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
702
-// :[-1,1]
702
+// :[-1, 1]
703
 #define X_HOME_DIR -1
703
 #define X_HOME_DIR -1
704
 #define Y_HOME_DIR -1
704
 #define Y_HOME_DIR -1
705
 #define Z_HOME_DIR -1
705
 #define Z_HOME_DIR -1
1028
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1028
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1029
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1033
 #define LCD_LANGUAGE en
1034
 
1034
 
1052
 //
1052
 //
1053
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1053
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1054
 //
1054
 //
1055
-// :['JAPANESE','WESTERN','CYRILLIC']
1055
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1056
 //
1056
 //
1057
 #define DISPLAY_CHARSET_HD44780 JAPANESE     // K8200: for Display VM8201
1057
 #define DISPLAY_CHARSET_HD44780 JAPANESE     // K8200: for Display VM8201
1058
 
1058
 

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

604
 // For ADVANCED_OK (M105) you need 32 bytes.
604
 // For ADVANCED_OK (M105) you need 32 bytes.
605
 // For debug-echo: 128 bytes for the optimal speed.
605
 // For debug-echo: 128 bytes for the optimal speed.
606
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
608
 #define TX_BUFFER_SIZE 0
609
 
609
 
610
 // Enable an emergency-command parser to intercept certain commands as they
610
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
245
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
645
 #define X_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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, tr, 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', '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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
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
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 2
146
 #define EXTRUDERS 2
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
245
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 5
246
 #define TEMP_SENSOR_1 5
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
645
 #define X_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1009
 // Here you may choose the language used by Marlin on the LCD menus, the following
1009
 // Here you may choose the language used by Marlin on the LCD menus, the following
1010
 // list of languages are available:
1010
 // list of languages are available:
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
645
 #define X_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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, tr, 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', '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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 115200
125
 #define BAUDRATE 115200
126
 
126
 
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146
 
146
 
147
 // This defines the number of extruders
147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149
 #define EXTRUDERS 1  // Single extruder. Set to 2 for dual extruders
149
 #define EXTRUDERS 1  // Single extruder. Set to 2 for dual extruders
150
 
150
 
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
188
  * 1 = ATX
188
  * 1 = ATX
189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
193
 #define POWER_SUPPLY 1
194
 
194
 
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1 // DGlass3D = 5; RigidBot = 1; 3DSv6 = 5
248
 #define TEMP_SENSOR_0 1 // DGlass3D = 5; RigidBot = 1; 3DSv6 = 5
249
 #define TEMP_SENSOR_1 0
249
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
250
 #define TEMP_SENSOR_2 0
639
 #define Z_PROBE_OFFSET_RANGE_MAX 20
639
 #define Z_PROBE_OFFSET_RANGE_MAX 20
640
 
640
 
641
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
643
 #define X_ENABLE_ON 0
644
 #define Y_ENABLE_ON 0
644
 #define Y_ENABLE_ON 0
645
 #define Z_ENABLE_ON 0
645
 #define Z_ENABLE_ON 0
680
 
680
 
681
 // ENDSTOP SETTINGS:
681
 // ENDSTOP SETTINGS:
682
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
682
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
683
-// :[-1,1]
683
+// :[-1, 1]
684
 #define X_HOME_DIR -1
684
 #define X_HOME_DIR -1
685
 #define Y_HOME_DIR -1
685
 #define Y_HOME_DIR -1
686
 #define Z_HOME_DIR -1
686
 #define Z_HOME_DIR -1
1009
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1009
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1010
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1014
 #define LCD_LANGUAGE en
1015
 
1015
 
1033
 //
1033
 //
1034
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1034
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1035
 //
1035
 //
1036
-// :['JAPANESE','WESTERN','CYRILLIC']
1036
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1037
 //
1037
 //
1038
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1038
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1039
 
1039
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

142
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
142
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
143
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
147
 #define SERIAL_PORT 0
148
 
148
 
152
  * 250000 works in most cases, but you might try a lower speed if
152
  * 250000 works in most cases, but you might try a lower speed if
153
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
157
 #define BAUDRATE 250000
158
 
158
 
174
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
174
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
175
 
175
 
176
 // This defines the number of extruders
176
 // This defines the number of extruders
177
-// :[1,2,3,4]
177
+// :[1, 2, 3, 4]
178
 #define EXTRUDERS 1
178
 #define EXTRUDERS 1
179
 
179
 
180
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
180
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
217
  * 1 = ATX
217
  * 1 = ATX
218
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
222
 #define POWER_SUPPLY 1
223
 
223
 
273
 //     Use it for Testing or Development purposes. NEVER for production machine.
273
 //     Use it for Testing or Development purposes. NEVER for production machine.
274
 //#define DUMMY_THERMISTOR_998_VALUE 25
274
 //#define DUMMY_THERMISTOR_998_VALUE 25
275
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
277
 #define TEMP_SENSOR_0 1
278
 #define TEMP_SENSOR_1 0
278
 #define TEMP_SENSOR_1 0
279
 #define TEMP_SENSOR_2 0
279
 #define TEMP_SENSOR_2 0
656
 #define Z_PROBE_OFFSET_RANGE_MAX 20
656
 #define Z_PROBE_OFFSET_RANGE_MAX 20
657
 
657
 
658
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
660
 #define X_ENABLE_ON 0
661
 #define Y_ENABLE_ON 0
661
 #define Y_ENABLE_ON 0
662
 #define Z_ENABLE_ON 0
662
 #define Z_ENABLE_ON 0
697
 
697
 
698
 // ENDSTOP SETTINGS:
698
 // ENDSTOP SETTINGS:
699
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
699
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
700
-// :[-1,1]
700
+// :[-1, 1]
701
 #define X_HOME_DIR 1
701
 #define X_HOME_DIR 1
702
 #define Y_HOME_DIR 1
702
 #define Y_HOME_DIR 1
703
 #define Z_HOME_DIR -1
703
 #define Z_HOME_DIR -1
1026
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1026
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1027
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
1031
 //#define LCD_LANGUAGE en
1032
 
1032
 
1050
 //
1050
 //
1051
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1051
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1052
 //
1052
 //
1053
-// :['JAPANESE','WESTERN','CYRILLIC']
1053
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1054
 //
1054
 //
1055
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1055
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1056
 
1056
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 7
245
 #define TEMP_SENSOR_0 7
246
 #define TEMP_SENSOR_1 7
246
 #define TEMP_SENSOR_1 7
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
662
 #define Z_PROBE_OFFSET_RANGE_MAX 20
662
 #define Z_PROBE_OFFSET_RANGE_MAX 20
663
 
663
 
664
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
666
 #define X_ENABLE_ON 0
667
 #define Y_ENABLE_ON 0
667
 #define Y_ENABLE_ON 0
668
 #define Z_ENABLE_ON 0
668
 #define Z_ENABLE_ON 0
703
 
703
 
704
 // ENDSTOP SETTINGS:
704
 // ENDSTOP SETTINGS:
705
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
705
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
706
-// :[-1,1]
706
+// :[-1, 1]
707
 #define X_HOME_DIR -1
707
 #define X_HOME_DIR -1
708
 #define Y_HOME_DIR -1
708
 #define Y_HOME_DIR -1
709
 #define Z_HOME_DIR -1
709
 #define Z_HOME_DIR -1
1032
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1032
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1033
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1037
 #define LCD_LANGUAGE en
1038
 
1038
 
1056
 //
1056
 //
1057
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1057
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1058
 //
1058
 //
1059
-// :['JAPANESE','WESTERN','CYRILLIC']
1059
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1060
 //
1060
 //
1061
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1061
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1062
 
1062
 

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

606
 // For ADVANCED_OK (M105) you need 32 bytes.
606
 // For ADVANCED_OK (M105) you need 32 bytes.
607
 // For debug-echo: 128 bytes for the optimal speed.
607
 // For debug-echo: 128 bytes for the optimal speed.
608
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
610
 #define TX_BUFFER_SIZE 0
611
 
611
 
612
 // Enable an emergency-command parser to intercept certain commands as they
612
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 115200
125
 #define BAUDRATE 115200
126
 
126
 
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
145
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
146
 
146
 
147
 // This defines the number of extruders
147
 // This defines the number of extruders
148
-// :[1,2,3,4]
148
+// :[1, 2, 3, 4]
149
 #define EXTRUDERS 1
149
 #define EXTRUDERS 1
150
 
150
 
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
151
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
188
  * 1 = ATX
188
  * 1 = ATX
189
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
193
 #define POWER_SUPPLY 1
194
 
194
 
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
244
 //     Use it for Testing or Development purposes. NEVER for production machine.
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
245
 //#define DUMMY_THERMISTOR_998_VALUE 25
246
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
248
 #define TEMP_SENSOR_0 1
249
 #define TEMP_SENSOR_1 0
249
 #define TEMP_SENSOR_1 0
250
 #define TEMP_SENSOR_2 0
250
 #define TEMP_SENSOR_2 0
633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
633
 #define Z_PROBE_OFFSET_RANGE_MAX 20
634
 
634
 
635
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
637
 #define X_ENABLE_ON 0
638
 #define Y_ENABLE_ON 0
638
 #define Y_ENABLE_ON 0
639
 #define Z_ENABLE_ON 0
639
 #define Z_ENABLE_ON 0
674
 
674
 
675
 // ENDSTOP SETTINGS:
675
 // ENDSTOP SETTINGS:
676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
676
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
677
-// :[-1,1]
677
+// :[-1, 1]
678
 #define X_HOME_DIR 1
678
 #define X_HOME_DIR 1
679
 #define Y_HOME_DIR 1
679
 #define Y_HOME_DIR 1
680
 #define Z_HOME_DIR -1
680
 #define Z_HOME_DIR -1
1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1003
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1004
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
1008
 //#define LCD_LANGUAGE en
1009
 
1009
 
1027
 //
1027
 //
1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1028
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1029
 //
1029
 //
1030
-// :['JAPANESE','WESTERN','CYRILLIC']
1030
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1031
 //
1031
 //
1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1032
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1033
 
1033
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
641
 #define Z_PROBE_OFFSET_RANGE_MAX 20
642
 
642
 
643
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
645
 #define X_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
646
 #define Y_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
647
 #define Z_ENABLE_ON 0
682
 
682
 
683
 // ENDSTOP SETTINGS:
683
 // ENDSTOP SETTINGS:
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
684
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
685
-// :[-1,1]
685
+// :[-1, 1]
686
 #define X_HOME_DIR -1
686
 #define X_HOME_DIR -1
687
 #define Y_HOME_DIR -1
687
 #define Y_HOME_DIR -1
688
 #define Z_HOME_DIR -1
688
 #define Z_HOME_DIR -1
1011
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
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, tr, 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', '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
 #define LCD_LANGUAGE en
1016
 #define LCD_LANGUAGE en
1017
 
1017
 
1035
 //
1035
 //
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1036
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1037
 //
1037
 //
1038
-// :['JAPANESE','WESTERN','CYRILLIC']
1038
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1039
 //
1039
 //
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1040
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1041
 
1041
 

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 2
146
 #define EXTRUDERS 2
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
245
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 5
246
 #define TEMP_SENSOR_1 5
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
734
 
734
 
735
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
737
 #define X_ENABLE_ON 0
738
 #define Y_ENABLE_ON 0
738
 #define Y_ENABLE_ON 0
739
 #define Z_ENABLE_ON 0
739
 #define Z_ENABLE_ON 0
774
 
774
 
775
 // ENDSTOP SETTINGS:
775
 // ENDSTOP SETTINGS:
776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
777
-// :[-1,1]
777
+// :[-1, 1]
778
 #define X_HOME_DIR 1  // deltas always home to max
778
 #define X_HOME_DIR 1  // deltas always home to max
779
 #define Y_HOME_DIR 1
779
 #define Y_HOME_DIR 1
780
 #define Z_HOME_DIR 1
780
 #define Z_HOME_DIR 1
1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1105
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1109
 #define LCD_LANGUAGE en
1110
 
1110
 
1128
 //
1128
 //
1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1130
 //
1130
 //
1131
-// :['JAPANESE','WESTERN','CYRILLIC']
1131
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1132
 //
1132
 //
1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1134
 
1134
 

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

600
 // For ADVANCED_OK (M105) you need 32 bytes.
600
 // For ADVANCED_OK (M105) you need 32 bytes.
601
 // For debug-echo: 128 bytes for the optimal speed.
601
 // For debug-echo: 128 bytes for the optimal speed.
602
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
604
 #define TX_BUFFER_SIZE 0
605
 
605
 
606
 // Enable an emergency-command parser to intercept certain commands as they
606
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 -1
245
 #define TEMP_SENSOR_0 -1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
727
 #define Z_PROBE_OFFSET_RANGE_MAX 20
727
 #define Z_PROBE_OFFSET_RANGE_MAX 20
728
 
728
 
729
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
731
 #define X_ENABLE_ON 0
732
 #define Y_ENABLE_ON 0
732
 #define Y_ENABLE_ON 0
733
 #define Z_ENABLE_ON 0
733
 #define Z_ENABLE_ON 0
768
 
768
 
769
 // ENDSTOP SETTINGS:
769
 // ENDSTOP SETTINGS:
770
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
770
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
771
-// :[-1,1]
771
+// :[-1, 1]
772
 #define X_HOME_DIR 1  // deltas always home to max
772
 #define X_HOME_DIR 1  // deltas always home to max
773
 #define Y_HOME_DIR 1
773
 #define Y_HOME_DIR 1
774
 #define Z_HOME_DIR 1
774
 #define Z_HOME_DIR 1
1098
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1098
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1099
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1103
 #define LCD_LANGUAGE en
1104
 
1104
 
1122
 //
1122
 //
1123
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1123
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1124
 //
1124
 //
1125
-// :['JAPANESE','WESTERN','CYRILLIC']
1125
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1126
 //
1126
 //
1127
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1127
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1128
 
1128
 

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

600
 // For ADVANCED_OK (M105) you need 32 bytes.
600
 // For ADVANCED_OK (M105) you need 32 bytes.
601
 // For debug-echo: 128 bytes for the optimal speed.
601
 // For debug-echo: 128 bytes for the optimal speed.
602
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
604
 #define TX_BUFFER_SIZE 0
605
 
605
 
606
 // Enable an emergency-command parser to intercept certain commands as they
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
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 7
245
 #define TEMP_SENSOR_0 7
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
730
 #define Z_PROBE_OFFSET_RANGE_MAX 20
730
 #define Z_PROBE_OFFSET_RANGE_MAX 20
731
 
731
 
732
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
734
 #define X_ENABLE_ON 0
735
 #define Y_ENABLE_ON 0
735
 #define Y_ENABLE_ON 0
736
 #define Z_ENABLE_ON 0
736
 #define Z_ENABLE_ON 0
771
 
771
 
772
 // ENDSTOP SETTINGS:
772
 // ENDSTOP SETTINGS:
773
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
773
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
774
-// :[-1,1]
774
+// :[-1, 1]
775
 #define X_HOME_DIR 1  // deltas always home to max
775
 #define X_HOME_DIR 1  // deltas always home to max
776
 #define Y_HOME_DIR 1
776
 #define Y_HOME_DIR 1
777
 #define Z_HOME_DIR 1
777
 #define Z_HOME_DIR 1
1101
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1101
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1102
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1106
 #define LCD_LANGUAGE en
1107
 
1107
 
1125
 //
1125
 //
1126
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1126
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1127
 //
1127
 //
1128
-// :['JAPANESE','WESTERN','CYRILLIC']
1128
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1129
 //
1129
 //
1130
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1130
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1131
 
1131
 

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

600
 // For ADVANCED_OK (M105) you need 32 bytes.
600
 // For ADVANCED_OK (M105) you need 32 bytes.
601
 // For debug-echo: 128 bytes for the optimal speed.
601
 // For debug-echo: 128 bytes for the optimal speed.
602
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
604
 #define TX_BUFFER_SIZE 0
605
 
605
 
606
 // Enable an emergency-command parser to intercept certain commands as they
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
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
116
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
117
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
121
 #define SERIAL_PORT 0
122
 
122
 
126
  * 250000 works in most cases, but you might try a lower speed if
126
  * 250000 works in most cases, but you might try a lower speed if
127
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 115200
131
 #define BAUDRATE 115200
132
 
132
 
148
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
148
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
149
 
149
 
150
 // This defines the number of extruders
150
 // This defines the number of extruders
151
-// :[1,2,3,4]
151
+// :[1, 2, 3, 4]
152
 #define EXTRUDERS 1
152
 #define EXTRUDERS 1
153
 
153
 
154
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
154
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
191
  * 1 = ATX
191
  * 1 = ATX
192
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
196
 #define POWER_SUPPLY 1
197
 
197
 
247
 //     Use it for Testing or Development purposes. NEVER for production machine.
247
 //     Use it for Testing or Development purposes. NEVER for production machine.
248
 //#define DUMMY_THERMISTOR_998_VALUE 25
248
 //#define DUMMY_THERMISTOR_998_VALUE 25
249
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
251
 #define TEMP_SENSOR_0 5
252
 #define TEMP_SENSOR_1 0
252
 #define TEMP_SENSOR_1 0
253
 #define TEMP_SENSOR_2 0
253
 #define TEMP_SENSOR_2 0
731
 #define Z_PROBE_OFFSET_RANGE_MAX   5
731
 #define Z_PROBE_OFFSET_RANGE_MAX   5
732
 
732
 
733
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
735
 #define X_ENABLE_ON 0
736
 #define Y_ENABLE_ON 0
736
 #define Y_ENABLE_ON 0
737
 #define Z_ENABLE_ON 0
737
 #define Z_ENABLE_ON 0
772
 
772
 
773
 // ENDSTOP SETTINGS:
773
 // ENDSTOP SETTINGS:
774
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
774
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
775
-// :[-1,1]
775
+// :[-1, 1]
776
 #define X_HOME_DIR 1  // deltas always home to max
776
 #define X_HOME_DIR 1  // deltas always home to max
777
 #define Y_HOME_DIR 1
777
 #define Y_HOME_DIR 1
778
 #define Z_HOME_DIR 1
778
 #define Z_HOME_DIR 1
1102
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1102
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1103
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1107
 #define LCD_LANGUAGE en
1108
 
1108
 
1126
 //
1126
 //
1127
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1127
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1128
 //
1128
 //
1129
-// :['JAPANESE','WESTERN','CYRILLIC']
1129
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1130
 //
1130
 //
1131
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1131
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1132
 
1132
 

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

605
 // For ADVANCED_OK (M105) you need 32 bytes.
605
 // For ADVANCED_OK (M105) you need 32 bytes.
606
 // For debug-echo: 128 bytes for the optimal speed.
606
 // For debug-echo: 128 bytes for the optimal speed.
607
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
609
 #define TX_BUFFER_SIZE 0
610
 
610
 
611
 // Enable an emergency-command parser to intercept certain commands as they
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
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
103
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
104
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
108
 #define SERIAL_PORT 0
109
 
109
 
113
  * 250000 works in most cases, but you might try a lower speed if
113
  * 250000 works in most cases, but you might try a lower speed if
114
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
118
 #define BAUDRATE 250000
119
 
119
 
135
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
135
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
136
 
136
 
137
 // This defines the number of extruders
137
 // This defines the number of extruders
138
-// :[1,2,3,4]
138
+// :[1, 2, 3, 4]
139
 #define EXTRUDERS 1
139
 #define EXTRUDERS 1
140
 
140
 
141
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
141
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
178
  * 1 = ATX
178
  * 1 = ATX
179
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 2
183
 #define POWER_SUPPLY 2
184
 
184
 
234
 //     Use it for Testing or Development purposes. NEVER for production machine.
234
 //     Use it for Testing or Development purposes. NEVER for production machine.
235
 //#define DUMMY_THERMISTOR_998_VALUE 25
235
 //#define DUMMY_THERMISTOR_998_VALUE 25
236
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
238
 #define TEMP_SENSOR_0 5
239
 #define TEMP_SENSOR_1 0
239
 #define TEMP_SENSOR_1 0
240
 #define TEMP_SENSOR_2 0
240
 #define TEMP_SENSOR_2 0
733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
733
 #define Z_PROBE_OFFSET_RANGE_MAX 20
734
 
734
 
735
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
737
 #define X_ENABLE_ON 0
738
 #define Y_ENABLE_ON 0
738
 #define Y_ENABLE_ON 0
739
 #define Z_ENABLE_ON 0
739
 #define Z_ENABLE_ON 0
774
 
774
 
775
 // ENDSTOP SETTINGS:
775
 // ENDSTOP SETTINGS:
776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
776
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
777
-// :[-1,1]
777
+// :[-1, 1]
778
 #define X_HOME_DIR 1  // deltas always home to max
778
 #define X_HOME_DIR 1  // deltas always home to max
779
 #define Y_HOME_DIR 1
779
 #define Y_HOME_DIR 1
780
 #define Z_HOME_DIR 1
780
 #define Z_HOME_DIR 1
1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1104
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1105
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 #define LCD_LANGUAGE en
1109
 #define LCD_LANGUAGE en
1110
 
1110
 
1128
 //
1128
 //
1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1129
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1130
 //
1130
 //
1131
-// :['JAPANESE','WESTERN','CYRILLIC']
1131
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1132
 //
1132
 //
1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1133
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1134
 
1134
 

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

600
 // For ADVANCED_OK (M105) you need 32 bytes.
600
 // For ADVANCED_OK (M105) you need 32 bytes.
601
 // For debug-echo: 128 bytes for the optimal speed.
601
 // For debug-echo: 128 bytes for the optimal speed.
602
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
604
 #define TX_BUFFER_SIZE 0
605
 
605
 
606
 // Enable an emergency-command parser to intercept certain commands as they
606
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 1
245
 #define TEMP_SENSOR_0 1
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
644
 #define Z_PROBE_OFFSET_RANGE_MAX 20
644
 #define Z_PROBE_OFFSET_RANGE_MAX 20
645
 
645
 
646
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 0
648
 #define X_ENABLE_ON 0
649
 #define Y_ENABLE_ON 0
649
 #define Y_ENABLE_ON 0
650
 #define Z_ENABLE_ON 0
650
 #define Z_ENABLE_ON 0
685
 
685
 
686
 // ENDSTOP SETTINGS:
686
 // ENDSTOP SETTINGS:
687
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
687
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
688
-// :[-1,1]
688
+// :[-1, 1]
689
 #define X_HOME_DIR -1
689
 #define X_HOME_DIR -1
690
 #define Y_HOME_DIR -1
690
 #define Y_HOME_DIR -1
691
 #define Z_HOME_DIR -1
691
 #define Z_HOME_DIR -1
1014
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1014
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1015
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
1019
 //#define LCD_LANGUAGE en
1020
 
1020
 
1038
 //
1038
 //
1039
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1039
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1040
 //
1040
 //
1041
-// :['JAPANESE','WESTERN','CYRILLIC']
1041
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1042
 //
1042
 //
1043
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1043
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1044
 
1044
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

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

110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
110
  * This allows the connection of wireless adapters (for instance) to non-default port pins.
111
  * Serial port 0 is always used by the Arduino bootloader regardless of this setting.
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
 #define SERIAL_PORT 0
115
 #define SERIAL_PORT 0
116
 
116
 
120
  * 250000 works in most cases, but you might try a lower speed if
120
  * 250000 works in most cases, but you might try a lower speed if
121
  * you commonly experience drop-outs during host printing.
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
 #define BAUDRATE 250000
125
 #define BAUDRATE 250000
126
 
126
 
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
142
 //#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
143
 
143
 
144
 // This defines the number of extruders
144
 // This defines the number of extruders
145
-// :[1,2,3,4]
145
+// :[1, 2, 3, 4]
146
 #define EXTRUDERS 1
146
 #define EXTRUDERS 1
147
 
147
 
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
148
 // For Cyclops or any "multi-extruder" that shares a single nozzle.
185
  * 1 = ATX
185
  * 1 = ATX
186
  * 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
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
 #define POWER_SUPPLY 1
190
 #define POWER_SUPPLY 1
191
 
191
 
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
241
 //     Use it for Testing or Development purposes. NEVER for production machine.
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
242
 //#define DUMMY_THERMISTOR_998_VALUE 25
243
 //#define DUMMY_THERMISTOR_999_VALUE 100
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
 #define TEMP_SENSOR_0 5
245
 #define TEMP_SENSOR_0 5
246
 #define TEMP_SENSOR_1 0
246
 #define TEMP_SENSOR_1 0
247
 #define TEMP_SENSOR_2 0
247
 #define TEMP_SENSOR_2 0
637
 #define Z_PROBE_OFFSET_RANGE_MAX 20
637
 #define Z_PROBE_OFFSET_RANGE_MAX 20
638
 
638
 
639
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
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
 #define X_ENABLE_ON 1
641
 #define X_ENABLE_ON 1
642
 #define Y_ENABLE_ON 1
642
 #define Y_ENABLE_ON 1
643
 #define Z_ENABLE_ON 1
643
 #define Z_ENABLE_ON 1
678
 
678
 
679
 // ENDSTOP SETTINGS:
679
 // ENDSTOP SETTINGS:
680
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
680
 // Sets direction of endstops when homing; 1=MAX, -1=MIN
681
-// :[-1,1]
681
+// :[-1, 1]
682
 #define X_HOME_DIR -1
682
 #define X_HOME_DIR -1
683
 #define Y_HOME_DIR -1
683
 #define Y_HOME_DIR -1
684
 #define Z_HOME_DIR -1
684
 #define Z_HOME_DIR -1
1007
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1007
 //    en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
1008
 //    kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
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
 //#define LCD_LANGUAGE en
1012
 //#define LCD_LANGUAGE en
1013
 
1013
 
1031
 //
1031
 //
1032
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1032
 // See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
1033
 //
1033
 //
1034
-// :['JAPANESE','WESTERN','CYRILLIC']
1034
+// :['JAPANESE', 'WESTERN', 'CYRILLIC']
1035
 //
1035
 //
1036
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1036
 #define DISPLAY_CHARSET_HD44780 JAPANESE
1037
 
1037
 

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

598
 // For ADVANCED_OK (M105) you need 32 bytes.
598
 // For ADVANCED_OK (M105) you need 32 bytes.
599
 // For debug-echo: 128 bytes for the optimal speed.
599
 // For debug-echo: 128 bytes for the optimal speed.
600
 // Other output doesn't need to be that speedy.
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
 #define TX_BUFFER_SIZE 0
602
 #define TX_BUFFER_SIZE 0
603
 
603
 
604
 // Enable an emergency-command parser to intercept certain commands as they
604
 // Enable an emergency-command parser to intercept certain commands as they

Loading…
Cancel
Save