|
@@ -8,7 +8,7 @@
|
8
|
8
|
//===========================================================================
|
9
|
9
|
//============================= DELTA Printer ===============================
|
10
|
10
|
//===========================================================================
|
11
|
|
-// For a Delta printer rplace the configuration files wilth the files in the
|
|
11
|
+// For a Delta printer replace the configuration files with the files in the
|
12
|
12
|
// example_configurations/delta directory.
|
13
|
13
|
//
|
14
|
14
|
|
|
@@ -68,7 +68,7 @@
|
68
|
68
|
// 702= Minitronics v1.0
|
69
|
69
|
// 90 = Alpha OMCA board
|
70
|
70
|
// 91 = Final OMCA board
|
71
|
|
-// 301 = Rambo
|
|
71
|
+// 301= Rambo
|
72
|
72
|
// 21 = Elefu Ra Board (v3)
|
73
|
73
|
|
74
|
74
|
#ifndef MOTHERBOARD
|
|
@@ -91,7 +91,7 @@
|
91
|
91
|
|
92
|
92
|
#define POWER_SUPPLY 1
|
93
|
93
|
|
94
|
|
-// Define this to have the electronics keep the powersupply off on startup. If you don't know what this is leave it.
|
|
94
|
+// Define this to have the electronics keep the power supply off on startup. If you don't know what this is leave it.
|
95
|
95
|
// #define PS_DEFAULT_OFF
|
96
|
96
|
|
97
|
97
|
//===========================================================================
|
|
@@ -106,7 +106,7 @@
|
106
|
106
|
// 0 is not used
|
107
|
107
|
// 1 is 100k thermistor - best choice for EPCOS 100k (4.7k pullup)
|
108
|
108
|
// 2 is 200k thermistor - ATC Semitec 204GT-2 (4.7k pullup)
|
109
|
|
-// 3 is mendel-parts thermistor (4.7k pullup)
|
|
109
|
+// 3 is Mendel-parts thermistor (4.7k pullup)
|
110
|
110
|
// 4 is 10k thermistor !! do not use it for a hotend. It gives bad resolution at high temp. !!
|
111
|
111
|
// 5 is 100K thermistor - ATC Semitec 104GT-2 (Used in ParCan & J-Head) (4.7k pullup)
|
112
|
112
|
// 6 is 100k EPCOS - Not as accurate as table 1 (created using a fluke thermocouple) (4.7k pullup)
|
|
@@ -116,7 +116,7 @@
|
116
|
116
|
// 9 is 100k GE Sensing AL03006-58.2K-97-G1 (4.7k pullup)
|
117
|
117
|
// 10 is 100k RS thermistor 198-961 (4.7k pullup)
|
118
|
118
|
// 20 is the PT100 circuit found in the Ultimainboard V2.x
|
119
|
|
-// 60 is 100k Maker's Tool Works Kapton Bed Thermister
|
|
119
|
+// 60 is 100k Maker's Tool Works Kapton Bed Thermistor
|
120
|
120
|
//
|
121
|
121
|
// 1k ohm pullup tables - This is not normal, you would have to have changed out your 4.7k for 1k
|
122
|
122
|
// (but gives greater accuracy and more stable PID)
|
|
@@ -177,13 +177,13 @@
|
177
|
177
|
#define K1 0.95 //smoothing factor within the PID
|
178
|
178
|
#define PID_dT ((OVERSAMPLENR * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine
|
179
|
179
|
|
180
|
|
-// If you are using a preconfigured hotend then you can use one of the value sets by uncommenting it
|
|
180
|
+// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
181
|
181
|
// Ultimaker
|
182
|
182
|
#define DEFAULT_Kp 22.2
|
183
|
183
|
#define DEFAULT_Ki 1.08
|
184
|
184
|
#define DEFAULT_Kd 114
|
185
|
185
|
|
186
|
|
-// Makergear
|
|
186
|
+// MakerGear
|
187
|
187
|
// #define DEFAULT_Kp 7.0
|
188
|
188
|
// #define DEFAULT_Ki 0.1
|
189
|
189
|
// #define DEFAULT_Kd 12
|
|
@@ -252,7 +252,7 @@
|
252
|
252
|
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
|
253
|
253
|
|
254
|
254
|
#ifndef ENDSTOPPULLUPS
|
255
|
|
- // fine Enstop settings: Individual Pullups. will be ignored if ENDSTOPPULLUPS is defined
|
|
255
|
+ // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
|
256
|
256
|
// #define ENDSTOPPULLUP_XMAX
|
257
|
257
|
// #define ENDSTOPPULLUP_YMAX
|
258
|
258
|
// #define ENDSTOPPULLUP_ZMAX
|
|
@@ -336,7 +336,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
336
|
336
|
#define BACK_PROBE_BED_POSITION 180
|
337
|
337
|
#define FRONT_PROBE_BED_POSITION 20
|
338
|
338
|
|
339
|
|
- // these are the offsets to the prob relative to the extruder tip (Hotend - Probe)
|
|
339
|
+ // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
|
340
|
340
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25
|
341
|
341
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29
|
342
|
342
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
|
|
@@ -357,7 +357,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
357
|
357
|
// #define PROBE_SERVO_DEACTIVATION_DELAY 300
|
358
|
358
|
|
359
|
359
|
|
360
|
|
-//If you have enabled the Bed Auto Levelling and are using the same Z Probe for Z Homing,
|
|
360
|
+//If you have enabled the Bed Auto Leveling and are using the same Z Probe for Z Homing,
|
361
|
361
|
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
|
362
|
362
|
|
363
|
363
|
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
|
|
@@ -391,7 +391,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
391
|
391
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
392
|
392
|
|
393
|
393
|
//Manual homing switch locations:
|
394
|
|
-// For deltabots this means top and center of the cartesian print volume.
|
|
394
|
+// For deltabots this means top and center of the Cartesian print volume.
|
395
|
395
|
#define MANUAL_X_HOME_POS 0
|
396
|
396
|
#define MANUAL_Y_HOME_POS 0
|
397
|
397
|
#define MANUAL_Z_HOME_POS 0
|
|
@@ -405,7 +405,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
405
|
405
|
|
406
|
406
|
#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0*8/3,760*1.1} // default steps per unit for Ultimaker
|
407
|
407
|
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec)
|
408
|
|
-#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for skeinforge 40+, for older versions raise them a lot.
|
|
408
|
+#define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot.
|
409
|
409
|
|
410
|
410
|
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
|
411
|
411
|
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
|
|
@@ -426,11 +426,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
426
|
426
|
//===========================================================================
|
427
|
427
|
|
428
|
428
|
// EEPROM
|
429
|
|
-// the microcontroller can store settings in the EEPROM, e.g. max velocity...
|
430
|
|
-// M500 - stores paramters in EEPROM
|
|
429
|
+// The microcontroller can store settings in the EEPROM, e.g. max velocity...
|
|
430
|
+// M500 - stores parameters in EEPROM
|
431
|
431
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
432
|
432
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
433
|
|
-//define this to enable eeprom support
|
|
433
|
+//define this to enable EEPROM support
|
434
|
434
|
//#define EEPROM_SETTINGS
|
435
|
435
|
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
|
436
|
436
|
// please keep turned on if you can.
|
|
@@ -446,14 +446,14 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
446
|
446
|
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
447
|
447
|
|
448
|
448
|
//LCD and SD support
|
449
|
|
-//#define ULTRA_LCD //general lcd support, also 16x2
|
|
449
|
+//#define ULTRA_LCD //general LCD support, also 16x2
|
450
|
450
|
//#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
|
451
|
451
|
//#define SDSUPPORT // Enable SD Card Support in Hardware Console
|
452
|
452
|
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
|
453
|
453
|
//#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
|
454
|
454
|
//#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
|
455
|
|
-//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
|
456
|
|
-//#define ULTIPANEL //the ultipanel as on thingiverse
|
|
455
|
+//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
|
|
456
|
+//#define ULTIPANEL //the UltiPanel as on Thingiverse
|
457
|
457
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
|
458
|
458
|
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
|
459
|
459
|
|
|
@@ -578,7 +578,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
578
|
578
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
|
579
|
579
|
//#define SR_LCD
|
580
|
580
|
#ifdef SR_LCD
|
581
|
|
- #define SR_LCD_2W_NL // Non latching 2 wire shiftregister
|
|
581
|
+ #define SR_LCD_2W_NL // Non latching 2 wire shift register
|
582
|
582
|
//#define NEWPANEL
|
583
|
583
|
#endif
|
584
|
584
|
|
|
@@ -594,7 +594,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
594
|
594
|
#define LCD_WIDTH 20
|
595
|
595
|
#define LCD_HEIGHT 4
|
596
|
596
|
#endif
|
597
|
|
-#else //no panel but just lcd
|
|
597
|
+#else //no panel but just LCD
|
598
|
598
|
#ifdef ULTRA_LCD
|
599
|
599
|
#ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
|
600
|
600
|
#define LCD_WIDTH 20
|
|
@@ -616,8 +616,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
616
|
616
|
// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
|
617
|
617
|
//#define FAST_PWM_FAN
|
618
|
618
|
|
619
|
|
-// Temperature status leds that display the hotend and bet temperature.
|
620
|
|
-// If alle hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
|
|
619
|
+// Temperature status LEDs that display the hotend and bet temperature.
|
|
620
|
+// If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
|
621
|
621
|
// Otherwise the RED led is on. There is 1C hysteresis.
|
622
|
622
|
//#define TEMP_STAT_LEDS
|
623
|
623
|
|