|
@@ -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)
|
|
@@ -182,13 +182,13 @@
|
182
|
182
|
#define K1 0.95 //smoothing factor within the PID
|
183
|
183
|
#define PID_dT ((OVERSAMPLENR * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the temperature routine
|
184
|
184
|
|
185
|
|
-// If you are using a preconfigured hotend then you can use one of the value sets by uncommenting it
|
|
185
|
+// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
186
|
186
|
// Ultimaker
|
187
|
187
|
#define DEFAULT_Kp 22.2
|
188
|
188
|
#define DEFAULT_Ki 1.08
|
189
|
189
|
#define DEFAULT_Kd 114
|
190
|
190
|
|
191
|
|
-// Makergear
|
|
191
|
+// MakerGear
|
192
|
192
|
// #define DEFAULT_Kp 7.0
|
193
|
193
|
// #define DEFAULT_Ki 0.1
|
194
|
194
|
// #define DEFAULT_Kd 12
|
|
@@ -257,7 +257,7 @@
|
257
|
257
|
#define ENDSTOPPULLUPS // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
|
258
|
258
|
|
259
|
259
|
#ifndef ENDSTOPPULLUPS
|
260
|
|
- // fine Enstop settings: Individual Pullups. will be ignored if ENDSTOPPULLUPS is defined
|
|
260
|
+ // fine endstop settings: Individual pullups. will be ignored if ENDSTOPPULLUPS is defined
|
261
|
261
|
// #define ENDSTOPPULLUP_XMAX
|
262
|
262
|
// #define ENDSTOPPULLUP_YMAX
|
263
|
263
|
// #define ENDSTOPPULLUP_ZMAX
|
|
@@ -341,7 +341,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
341
|
341
|
#define BACK_PROBE_BED_POSITION 180
|
342
|
342
|
#define FRONT_PROBE_BED_POSITION 20
|
343
|
343
|
|
344
|
|
- // these are the offsets to the prob relative to the extruder tip (Hotend - Probe)
|
|
344
|
+ // these are the offsets to the probe relative to the extruder tip (Hotend - Probe)
|
345
|
345
|
#define X_PROBE_OFFSET_FROM_EXTRUDER -25
|
346
|
346
|
#define Y_PROBE_OFFSET_FROM_EXTRUDER -29
|
347
|
347
|
#define Z_PROBE_OFFSET_FROM_EXTRUDER -12.35
|
|
@@ -362,7 +362,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
362
|
362
|
// #define PROBE_SERVO_DEACTIVATION_DELAY 300
|
363
|
363
|
|
364
|
364
|
|
365
|
|
-//If you have enabled the Bed Auto Levelling and are using the same Z Probe for Z Homing,
|
|
365
|
+//If you have enabled the Bed Auto Leveling and are using the same Z Probe for Z Homing,
|
366
|
366
|
//it is highly recommended you let this Z_SAFE_HOMING enabled!!!
|
367
|
367
|
|
368
|
368
|
#define Z_SAFE_HOMING // This feature is meant to avoid Z homing with probe outside the bed area.
|
|
@@ -396,7 +396,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
396
|
396
|
//#define BED_CENTER_AT_0_0 // If defined, the center of the bed is at (X=0, Y=0)
|
397
|
397
|
|
398
|
398
|
//Manual homing switch locations:
|
399
|
|
-// For deltabots this means top and center of the cartesian print volume.
|
|
399
|
+// For deltabots this means top and center of the Cartesian print volume.
|
400
|
400
|
#define MANUAL_X_HOME_POS 0
|
401
|
401
|
#define MANUAL_Y_HOME_POS 0
|
402
|
402
|
#define MANUAL_Z_HOME_POS 0
|
|
@@ -410,7 +410,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
410
|
410
|
|
411
|
411
|
#define DEFAULT_AXIS_STEPS_PER_UNIT {78.7402,78.7402,200.0*8/3,760*1.1} // default steps per unit for Ultimaker
|
412
|
412
|
#define DEFAULT_MAX_FEEDRATE {500, 500, 5, 25} // (mm/sec)
|
413
|
|
-#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.
|
|
413
|
+#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.
|
414
|
414
|
|
415
|
415
|
#define DEFAULT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for printing moves
|
416
|
416
|
#define DEFAULT_RETRACT_ACCELERATION 3000 // X, Y, Z and E max acceleration in mm/s^2 for retracts
|
|
@@ -431,11 +431,11 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
431
|
431
|
//===========================================================================
|
432
|
432
|
|
433
|
433
|
// EEPROM
|
434
|
|
-// the microcontroller can store settings in the EEPROM, e.g. max velocity...
|
435
|
|
-// M500 - stores paramters in EEPROM
|
|
434
|
+// The microcontroller can store settings in the EEPROM, e.g. max velocity...
|
|
435
|
+// M500 - stores parameters in EEPROM
|
436
|
436
|
// M501 - reads parameters from EEPROM (if you need reset them after you changed them temporarily).
|
437
|
437
|
// M502 - reverts to the default "factory settings". You still need to store them in EEPROM afterwards if you want to.
|
438
|
|
-//define this to enable eeprom support
|
|
438
|
+//define this to enable EEPROM support
|
439
|
439
|
//#define EEPROM_SETTINGS
|
440
|
440
|
//to disable EEPROM Serial responses and decrease program space by ~1700 byte: comment this out:
|
441
|
441
|
// please keep turned on if you can.
|
|
@@ -451,14 +451,14 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
451
|
451
|
#define ABS_PREHEAT_FAN_SPEED 255 // Insert Value between 0 and 255
|
452
|
452
|
|
453
|
453
|
//LCD and SD support
|
454
|
|
-//#define ULTRA_LCD //general lcd support, also 16x2
|
|
454
|
+//#define ULTRA_LCD //general LCD support, also 16x2
|
455
|
455
|
//#define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
|
456
|
456
|
//#define SDSUPPORT // Enable SD Card Support in Hardware Console
|
457
|
457
|
//#define SDSLOW // Use slower SD transfer mode (not normally needed - uncomment if you're getting volume init error)
|
458
|
458
|
//#define ENCODER_PULSES_PER_STEP 1 // Increase if you have a high resolution encoder
|
459
|
459
|
//#define ENCODER_STEPS_PER_MENU_ITEM 5 // Set according to ENCODER_PULSES_PER_STEP or your liking
|
460
|
|
-//#define ULTIMAKERCONTROLLER //as available from the ultimaker online store.
|
461
|
|
-//#define ULTIPANEL //the ultipanel as on thingiverse
|
|
460
|
+//#define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
|
|
461
|
+//#define ULTIPANEL //the UltiPanel as on Thingiverse
|
462
|
462
|
//#define LCD_FEEDBACK_FREQUENCY_HZ 1000 // this is the tone frequency the buzzer plays when on UI feedback. ie Screen Click
|
463
|
463
|
//#define LCD_FEEDBACK_FREQUENCY_DURATION_MS 100 // the duration the buzzer plays the UI feedback sound. ie Screen Click
|
464
|
464
|
|
|
@@ -583,7 +583,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
583
|
583
|
// https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
|
584
|
584
|
//#define SR_LCD
|
585
|
585
|
#ifdef SR_LCD
|
586
|
|
- #define SR_LCD_2W_NL // Non latching 2 wire shiftregister
|
|
586
|
+ #define SR_LCD_2W_NL // Non latching 2 wire shift register
|
587
|
587
|
//#define NEWPANEL
|
588
|
588
|
#endif
|
589
|
589
|
|
|
@@ -599,7 +599,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
599
|
599
|
#define LCD_WIDTH 20
|
600
|
600
|
#define LCD_HEIGHT 4
|
601
|
601
|
#endif
|
602
|
|
-#else //no panel but just lcd
|
|
602
|
+#else //no panel but just LCD
|
603
|
603
|
#ifdef ULTRA_LCD
|
604
|
604
|
#ifdef DOGLCD // Change number of lines to match the 128x64 graphics display
|
605
|
605
|
#define LCD_WIDTH 20
|
|
@@ -621,8 +621,8 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
621
|
621
|
// Increase the FAN pwm frequency. Removes the PWM noise but increases heating in the FET/Arduino
|
622
|
622
|
//#define FAST_PWM_FAN
|
623
|
623
|
|
624
|
|
-// Temperature status leds that display the hotend and bet temperature.
|
625
|
|
-// If alle hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
|
|
624
|
+// Temperature status LEDs that display the hotend and bet temperature.
|
|
625
|
+// If all hotends and bed temperature and temperature setpoint are < 54C then the BLUE led is on.
|
626
|
626
|
// Otherwise the RED led is on. There is 1C hysteresis.
|
627
|
627
|
//#define TEMP_STAT_LEDS
|
628
|
628
|
|