Browse Source

Update configs formatting

Scott Lahteine 9 years ago
parent
commit
7456710a1f

+ 5
- 5
Marlin/configurator/config/Configuration.h View File

250
 
250
 
251
   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
251
   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
252
 
252
 
253
-//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
254
-//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
253
+  //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
254
+  //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
255
   #define  DEFAULT_bedKp 10.00
255
   #define  DEFAULT_bedKp 10.00
256
   #define  DEFAULT_bedKi .023
256
   #define  DEFAULT_bedKi .023
257
   #define  DEFAULT_bedKd 305.4
257
   #define  DEFAULT_bedKd 305.4
258
 
258
 
259
-//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
260
-//from pidautotune
259
+  //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
260
+  //from pidautotune
261
   //#define  DEFAULT_bedKp 97.1
261
   //#define  DEFAULT_bedKp 97.1
262
   //#define  DEFAULT_bedKi 1.41
262
   //#define  DEFAULT_bedKi 1.41
263
   //#define  DEFAULT_bedKd 1675.16
263
   //#define  DEFAULT_bedKd 1675.16
264
 
264
 
265
-// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
265
+  // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
266
 #endif // PIDTEMPBED
266
 #endif // PIDTEMPBED
267
 
267
 
268
 // @section extruder
268
 // @section extruder

+ 7
- 1
Marlin/example_configurations/RigidBot/Configuration.h View File

703
 //#define LCD_I2C_SAINSMART_YWROBOT
703
 //#define LCD_I2C_SAINSMART_YWROBOT
704
 
704
 
705
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
705
 // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
706
+//
707
+// This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
708
+// Make sure the LiquidTWI2 directory is placed in the Arduino or Sketchbook libraries subdirectory.
709
+// (v1.2.3 no longer requires you to define PANELOLU in the LiquidTWI2.h library header file)
710
+// Note: The PANELOLU2 encoder click input can either be directly connected to a pin
711
+//       (if BTN_ENC defined to != -1) or read through I2C (when BTN_ENC == -1).
706
 //#define LCD_I2C_PANELOLU2
712
 //#define LCD_I2C_PANELOLU2
707
 
713
 
708
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
714
 // Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
823
 #include "Configuration_adv.h"
829
 #include "Configuration_adv.h"
824
 #include "thermistortables.h"
830
 #include "thermistortables.h"
825
 
831
 
826
-#endif //CONFIGURATION_H
832
+#endif //CONFIGURATION_H

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

303
   #define  DEFAULT_bedKp 630.14
303
   #define  DEFAULT_bedKp 630.14
304
   #define  DEFAULT_bedKi 121.71
304
   #define  DEFAULT_bedKi 121.71
305
   #define  DEFAULT_bedKd 815.64
305
   #define  DEFAULT_bedKd 815.64
306
-    
306
+
307
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
307
   // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
308
 #endif // PIDTEMPBED
308
 #endif // PIDTEMPBED
309
 
309
 

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

250
 
250
 
251
   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
251
   #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
252
 
252
 
253
-//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
254
-//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
253
+  //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
254
+  //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
255
   #define  DEFAULT_bedKp 10.00
255
   #define  DEFAULT_bedKp 10.00
256
   #define  DEFAULT_bedKi .023
256
   #define  DEFAULT_bedKi .023
257
   #define  DEFAULT_bedKd 305.4
257
   #define  DEFAULT_bedKd 305.4
258
 
258
 
259
-//120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
260
-//from pidautotune
259
+  //120v 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
260
+  //from pidautotune
261
   //#define  DEFAULT_bedKp 97.1
261
   //#define  DEFAULT_bedKp 97.1
262
   //#define  DEFAULT_bedKi 1.41
262
   //#define  DEFAULT_bedKi 1.41
263
   //#define  DEFAULT_bedKd 1675.16
263
   //#define  DEFAULT_bedKd 1675.16
264
 
264
 
265
-// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
265
+  // FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
266
 #endif // PIDTEMPBED
266
 #endif // PIDTEMPBED
267
 
267
 
268
 // @section extruder
268
 // @section extruder

Loading…
Cancel
Save