Browse Source

Renkforce configuration updates (#16017)

Dirk O. Kaar 4 years ago
parent
commit
0550f30790

+ 1
- 3
Marlin/src/pins/ramps/pins_RAMPS.h View File

@@ -229,9 +229,7 @@
229 229
 
230 230
 #ifndef FAN_PIN
231 231
   #if EITHER(IS_RAMPS_EFB, IS_RAMPS_EFF)          // Hotend, Fan, Bed or Hotend, Fan, Fan
232
-    #ifndef FAN_PIN
233
-      #define FAN_PIN      RAMPS_D9_PIN
234
-    #endif
232
+    #define FAN_PIN        RAMPS_D9_PIN
235 233
   #elif EITHER(IS_RAMPS_EEF, IS_RAMPS_SF)         // Hotend, Hotend, Fan or Spindle, Fan
236 234
     #define FAN_PIN        RAMPS_D8_PIN
237 235
   #elif ENABLED(IS_RAMPS_EEB)                  // Hotend, Hotend, Bed

+ 9
- 4
config/examples/Renkforce/RF100/Configuration.h View File

@@ -466,7 +466,7 @@
466 466
 #define PID_K1 0.95      // Smoothing factor within any PID loop
467 467
 #if ENABLED(PIDTEMP)
468 468
   //#define PID_EDIT_MENU         // Add PID editing to the "Advanced Settings" menu. (~700 bytes of PROGMEM)
469
-  //#define PID_AUTOTUNE_MENU     // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
469
+  #define PID_AUTOTUNE_MENU       // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
470 470
   //#define PID_DEBUG             // Sends debug data to the serial port.
471 471
   //#define PID_OPENLOOP 1        // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
472 472
   //#define SLOW_PWM_HEATERS      // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
@@ -477,10 +477,15 @@
477 477
 
478 478
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
479 479
 
480
+  // Renkforce RF100
481
+  #define DEFAULT_Kp 19.0
482
+  #define DEFAULT_Ki 1.30
483
+  #define DEFAULT_Kd 70.1
484
+
480 485
   // Ultimaker
481
-  #define DEFAULT_Kp 22.2
482
-  #define DEFAULT_Ki 1.08
483
-  #define DEFAULT_Kd 114
486
+  //#define DEFAULT_Kp 22.2
487
+  //#define DEFAULT_Ki 1.08
488
+  //#define DEFAULT_Kd 114
484 489
 
485 490
   // MakerGear
486 491
   //#define DEFAULT_Kp 7.0

+ 9
- 4
config/examples/Renkforce/RF100XL/Configuration.h View File

@@ -466,7 +466,7 @@
466 466
 #define PID_K1 0.95      // Smoothing factor within any PID loop
467 467
 #if ENABLED(PIDTEMP)
468 468
   //#define PID_EDIT_MENU         // Add PID editing to the "Advanced Settings" menu. (~700 bytes of PROGMEM)
469
-  //#define PID_AUTOTUNE_MENU     // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
469
+  #define PID_AUTOTUNE_MENU       // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
470 470
   //#define PID_DEBUG             // Sends debug data to the serial port.
471 471
   //#define PID_OPENLOOP 1        // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
472 472
   //#define SLOW_PWM_HEATERS      // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
@@ -477,10 +477,15 @@
477 477
 
478 478
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
479 479
 
480
+  // Renkforce RF100
481
+  #define DEFAULT_Kp 19.0
482
+  #define DEFAULT_Ki 1.30
483
+  #define DEFAULT_Kd 70.1
484
+
480 485
   // Ultimaker
481
-  #define DEFAULT_Kp 22.2
482
-  #define DEFAULT_Ki 1.08
483
-  #define DEFAULT_Kd 114
486
+  //#define DEFAULT_Kp 22.2
487
+  //#define DEFAULT_Ki 1.08
488
+  //#define DEFAULT_Kd 114
484 489
 
485 490
   // MakerGear
486 491
   //#define DEFAULT_Kp 7.0

+ 9
- 4
config/examples/Renkforce/RF100v2/Configuration.h View File

@@ -466,7 +466,7 @@
466 466
 #define PID_K1 0.95      // Smoothing factor within any PID loop
467 467
 #if ENABLED(PIDTEMP)
468 468
   //#define PID_EDIT_MENU         // Add PID editing to the "Advanced Settings" menu. (~700 bytes of PROGMEM)
469
-  //#define PID_AUTOTUNE_MENU     // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
469
+  #define PID_AUTOTUNE_MENU       // Add PID auto-tuning to the "Advanced Settings" menu. (~250 bytes of PROGMEM)
470 470
   //#define PID_DEBUG             // Sends debug data to the serial port.
471 471
   //#define PID_OPENLOOP 1        // Puts PID in open loop. M104/M140 sets the output power from 0 to PID_MAX
472 472
   //#define SLOW_PWM_HEATERS      // PWM with very low frequency (roughly 0.125Hz=8s) and minimum state time of approximately 1s useful for heaters driven by a relay
@@ -477,10 +477,15 @@
477 477
 
478 478
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
479 479
 
480
+  // Renkforce RF100
481
+  #define DEFAULT_Kp 19.0
482
+  #define DEFAULT_Ki 1.30
483
+  #define DEFAULT_Kd 70.1
484
+
480 485
   // Ultimaker
481
-  #define DEFAULT_Kp 22.2
482
-  #define DEFAULT_Ki 1.08
483
-  #define DEFAULT_Kd 114
486
+  //#define DEFAULT_Kp 22.2
487
+  //#define DEFAULT_Ki 1.08
488
+  //#define DEFAULT_Kd 114
484 489
 
485 490
   // MakerGear
486 491
   //#define DEFAULT_Kp 7.0

Loading…
Cancel
Save