Procházet zdrojové kódy

Apply changes to all configs

Scott Lahteine před 8 roky
rodič
revize
fffc9fefa8

+ 0
- 3
Marlin/example_configurations/Cartesio/Configuration.h Zobrazit soubor

282
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
283
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
284
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
285
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
286
   #define K1 0.95 //smoothing factor within the PID
285
   #define K1 0.95 //smoothing factor within the PID
287
 
286
 
288
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
330
 
329
 
331
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
332
 
331
 
333
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
334
-
335
     //24V 500W silicone heater on to 4mm glass CartesioW
332
     //24V 500W silicone heater on to 4mm glass CartesioW
336
     #define  DEFAULT_bedKp 390
333
     #define  DEFAULT_bedKp 390
337
     #define  DEFAULT_bedKi 70
334
     #define  DEFAULT_bedKi 70

+ 0
- 3
Marlin/example_configurations/Felix/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // Felix 2.0+ electronics with v4 Hotend
286
   // Felix 2.0+ electronics with v4 Hotend
317
 
316
 
318
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
317
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
319
 
318
 
320
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
321
-
322
   // Felix Foil Heater
319
   // Felix Foil Heater
323
   #define DEFAULT_bedKp 103.37
320
   #define DEFAULT_bedKp 103.37
324
   #define DEFAULT_bedKi 2.79
321
   #define DEFAULT_bedKi 2.79

+ 0
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // Felix 2.0+ electronics with v4 Hotend
286
   // Felix 2.0+ electronics with v4 Hotend

+ 0
- 3
Marlin/example_configurations/Hephestos/Configuration.h Zobrazit soubor

284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
287
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
288
   #define K1 0.95 //smoothing factor within the PID
287
   #define K1 0.95 //smoothing factor within the PID
289
 
288
 
290
   // Hephestos i3
289
   // Hephestos i3
320
 
319
 
321
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
320
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
322
 
321
 
323
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
324
-
325
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
322
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
326
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
323
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
327
   #define  DEFAULT_bedKp 10.00
324
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/Hephestos_2/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 250  // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 250  // If the temperature difference between the target temperature and the actual temperature
283
                                     // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                     // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // Tuned PID values using M303
286
   // Tuned PID values using M303
322
 
321
 
323
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
322
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
324
 
323
 
325
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
326
-
327
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
324
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
328
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
325
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
329
   #define  DEFAULT_bedKp 10.00
326
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/K8200/Configuration.h Zobrazit soubor

288
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
288
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
289
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
289
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
290
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
290
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
291
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
292
   #define K1 0.95 //smoothing factor within the PID
291
   #define K1 0.95 //smoothing factor within the PID
293
 
292
 
294
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
293
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
339
 
338
 
340
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
339
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
341
 
340
 
342
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
343
-
344
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
341
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
345
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
342
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
346
   //#define  DEFAULT_bedKp 10.00
343
   //#define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/K8400/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/K8400/Dual-head/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/RigidBot/Configuration.h Zobrazit soubor

284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
287
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
288
   #define K1 0.95 //smoothing factor within the PID
287
   #define K1 0.95 //smoothing factor within the PID
289
 
288
 
290
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
289
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
332
 
331
 
333
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
332
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
334
 
333
 
335
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
336
-
337
   //RigidBot, from pid autotune
334
   //RigidBot, from pid autotune
338
   #define  DEFAULT_bedKp 355
335
   #define  DEFAULT_bedKp 355
339
   #define  DEFAULT_bedKi 66.5
336
   #define  DEFAULT_bedKi 66.5

+ 0
- 3
Marlin/example_configurations/SCARA/Configuration.h Zobrazit soubor

313
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
313
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
314
   #define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
314
   #define PID_FUNCTIONAL_RANGE 20 // If the temperature difference between the target temperature and the actual temperature
315
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
315
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
316
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
317
   #define K1 0.95 //smoothing factor within the PID
316
   #define K1 0.95 //smoothing factor within the PID
318
 
317
 
319
   // Merlin Hotend: From Autotune
318
   // Merlin Hotend: From Autotune
349
 
348
 
350
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
349
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
351
 
350
 
352
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
353
-
354
   //12v Heatbed Mk3 12V in parallel
351
   //12v Heatbed Mk3 12V in parallel
355
   //from pidautotune
352
   //from pidautotune
356
   #define  DEFAULT_bedKp 630.14
353
   #define  DEFAULT_bedKp 630.14

+ 0
- 3
Marlin/example_configurations/TAZ4/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 16 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 16 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
338
 
337
 
339
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
338
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
340
 
339
 
341
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
342
-
343
   //24V 360W silicone heater from NPH on 3mm borosilicate (TAZ 2.2+)
340
   //24V 360W silicone heater from NPH on 3mm borosilicate (TAZ 2.2+)
344
   #define  DEFAULT_bedKp 20
341
   #define  DEFAULT_bedKp 20
345
   #define  DEFAULT_bedKi 5
342
   #define  DEFAULT_bedKi 5

+ 0
- 3
Marlin/example_configurations/WITBOX/Configuration.h Zobrazit soubor

284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
284
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
285
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
286
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
287
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
288
   #define K1 0.95 //smoothing factor within the PID
287
   #define K1 0.95 //smoothing factor within the PID
289
 
288
 
290
   // Witbox
289
   // Witbox
320
 
319
 
321
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
320
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
322
 
321
 
323
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
324
-
325
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
322
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
326
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
323
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
327
   #define  DEFAULT_bedKp 10.00
324
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/adafruit/ST7565/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/delta/biv2.5/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/delta/generic/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/delta/kossel_mini/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
328
 
327
 
329
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
330
 
329
 
331
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
332
-
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
330
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
331
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
335
   #define  DEFAULT_bedKp 10.00
332
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/delta/kossel_pro/Configuration.h Zobrazit soubor

287
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
287
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
288
   #define PID_FUNCTIONAL_RANGE 50 // If the temperature difference between the target temperature and the actual temperature
288
   #define PID_FUNCTIONAL_RANGE 50 // If the temperature difference between the target temperature and the actual temperature
289
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
289
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
290
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
291
   #define K1 0.95 //smoothing factor within the PID
290
   #define K1 0.95 //smoothing factor within the PID
292
 
291
 
293
   // Kossel Pro
292
   // Kossel Pro
323
 
322
 
324
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
323
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
325
 
324
 
326
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
327
-
328
   //Kossel Pro heated bed plate with borosilicate glass
325
   //Kossel Pro heated bed plate with borosilicate glass
329
   //from pidautotune (M303 E-1 S60 C8)
326
   //from pidautotune (M303 E-1 S60 C8)
330
   #define  DEFAULT_bedKp 370.25
327
   #define  DEFAULT_bedKp 370.25

+ 0
- 3
Marlin/example_configurations/delta/kossel_xl/Configuration.h Zobrazit soubor

274
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
274
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
275
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
275
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
276
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
276
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
277
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
278
   #define K1 0.95 //smoothing factor within the PID
277
   #define K1 0.95 //smoothing factor within the PID
279
 
278
 
280
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
279
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
326
 
325
 
327
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
326
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
328
 
327
 
329
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
330
-
331
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
328
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
332
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
329
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
333
   #define  DEFAULT_bedKp 15.00
330
   #define  DEFAULT_bedKp 15.00

+ 0
- 3
Marlin/example_configurations/makibox/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
331
 
330
 
332
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
331
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
333
 
332
 
334
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
335
-
336
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
333
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
337
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
334
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
338
   #define  DEFAULT_bedKp 10.00
335
   #define  DEFAULT_bedKp 10.00

+ 0
- 3
Marlin/example_configurations/tvrrug/Round2/Configuration.h Zobrazit soubor

281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
281
                                   // Set/get with gcode: M301 E[extruder number, 0-2]
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
282
   #define PID_FUNCTIONAL_RANGE 10 // If the temperature difference between the target temperature and the actual temperature
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
283
                                   // is more than PID_FUNCTIONAL_RANGE then the PID will be shut off and the heater will be set to min/max.
284
-  #define PID_INTEGRAL_DRIVE_MAX PID_MAX  //limit for the integral term
285
   #define K1 0.95 //smoothing factor within the PID
284
   #define K1 0.95 //smoothing factor within the PID
286
 
285
 
287
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
286
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
318
 
317
 
319
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
318
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
320
 
319
 
321
-  #define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
322
-
323
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
320
   //120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
324
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
321
   //from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
325
   #define  DEFAULT_bedKp 10.00
322
   #define  DEFAULT_bedKp 10.00

Loading…
Zrušit
Uložit