|
|
|
@ -110,7 +110,7 @@
|
|
|
|
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
|
|
|
|
* Serial port 0 is always used by the Arduino bootloader regardless of this setting.
|
|
|
|
|
*
|
|
|
|
|
* :[0,1,2,3,4,5,6,7]
|
|
|
|
|
* :[0, 1, 2, 3, 4, 5, 6, 7]
|
|
|
|
|
*/
|
|
|
|
|
#define SERIAL_PORT 0
|
|
|
|
|
|
|
|
|
@ -120,7 +120,7 @@
|
|
|
|
|
* 250000 works in most cases, but you might try a lower speed if
|
|
|
|
|
* you commonly experience drop-outs during host printing.
|
|
|
|
|
*
|
|
|
|
|
* :[2400,9600,19200,38400,57600,115200,250000]
|
|
|
|
|
* :[2400, 9600, 19200, 38400, 57600, 115200, 250000]
|
|
|
|
|
*/
|
|
|
|
|
#define BAUDRATE 250000
|
|
|
|
|
|
|
|
|
@ -142,7 +142,7 @@
|
|
|
|
|
//#define MACHINE_UUID "00000000-0000-0000-0000-000000000000"
|
|
|
|
|
|
|
|
|
|
// This defines the number of extruders
|
|
|
|
|
// :[1,2,3,4]
|
|
|
|
|
// :[1, 2, 3, 4]
|
|
|
|
|
#define EXTRUDERS 2
|
|
|
|
|
|
|
|
|
|
// For Cyclops or any "multi-extruder" that shares a single nozzle.
|
|
|
|
@ -185,7 +185,7 @@
|
|
|
|
|
* 1 = ATX
|
|
|
|
|
* 2 = X-Box 360 203Watts (the blue wire connected to PS_ON and the red wire to VCC)
|
|
|
|
|
*
|
|
|
|
|
* :{0:'No power switch',1:'ATX',2:'X-Box 360'}
|
|
|
|
|
* :{ 0:'No power switch', 1:'ATX', 2:'X-Box 360' }
|
|
|
|
|
*/
|
|
|
|
|
#define POWER_SUPPLY 1
|
|
|
|
|
|
|
|
|
@ -241,7 +241,7 @@
|
|
|
|
|
// Use it for Testing or Development purposes. NEVER for production machine.
|
|
|
|
|
//#define DUMMY_THERMISTOR_998_VALUE 25
|
|
|
|
|
//#define DUMMY_THERMISTOR_999_VALUE 100
|
|
|
|
|
// :{ '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" }
|
|
|
|
|
// :{ '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" }
|
|
|
|
|
#define TEMP_SENSOR_0 5
|
|
|
|
|
#define TEMP_SENSOR_1 5
|
|
|
|
|
#define TEMP_SENSOR_2 0
|
|
|
|
@ -641,7 +641,7 @@
|
|
|
|
|
#define Z_PROBE_OFFSET_RANGE_MAX 20
|
|
|
|
|
|
|
|
|
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
|
|
|
|
// :{0:'Low',1:'High'}
|
|
|
|
|
// :{ 0:'Low', 1:'High' }
|
|
|
|
|
#define X_ENABLE_ON 0
|
|
|
|
|
#define Y_ENABLE_ON 0
|
|
|
|
|
#define Z_ENABLE_ON 0
|
|
|
|
@ -682,7 +682,7 @@
|
|
|
|
|
|
|
|
|
|
// ENDSTOP SETTINGS:
|
|
|
|
|
// Sets direction of endstops when homing; 1=MAX, -1=MIN
|
|
|
|
|
// :[-1,1]
|
|
|
|
|
// :[-1, 1]
|
|
|
|
|
#define X_HOME_DIR -1
|
|
|
|
|
#define Y_HOME_DIR -1
|
|
|
|
|
#define Z_HOME_DIR -1
|
|
|
|
@ -1009,9 +1009,9 @@
|
|
|
|
|
// Here you may choose the language used by Marlin on the LCD menus, the following
|
|
|
|
|
// list of languages are available:
|
|
|
|
|
// en, an, bg, ca, cn, cz, de, el, el-gr, es, eu, fi, fr, gl, hr, it,
|
|
|
|
|
// kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, test
|
|
|
|
|
// kana, kana_utf8, nl, pl, pt, pt_utf8, pt-br, pt-br_utf8, ru, tr, test
|
|
|
|
|
//
|
|
|
|
|
// :{'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'}
|
|
|
|
|
// :{ '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' }
|
|
|
|
|
//
|
|
|
|
|
#define LCD_LANGUAGE en
|
|
|
|
|
|
|
|
|
@ -1035,7 +1035,7 @@
|
|
|
|
|
//
|
|
|
|
|
// See https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|
|
|
|
//
|
|
|
|
|
// :['JAPANESE','WESTERN','CYRILLIC']
|
|
|
|
|
// :['JAPANESE', 'WESTERN', 'CYRILLIC']
|
|
|
|
|
//
|
|
|
|
|
#define DISPLAY_CHARSET_HD44780 JAPANESE
|
|
|
|
|
|
|
|
|
|