瀏覽代碼

Geeetech: Add E180, clean up A30 (#16072)

Vertabreaker 5 年之前
父節點
當前提交
530e92e653

+ 6
- 5
config/examples/Geeetech/A30/Configuration.h 查看文件

476
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
476
   // If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
477
 
477
 
478
   //FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
478
   //FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
479
-  
479
+
480
   #define  DEFAULT_Kp 45.80
480
   #define  DEFAULT_Kp 45.80
481
   #define  DEFAULT_Ki 3.61
481
   #define  DEFAULT_Ki 3.61
482
   #define  DEFAULT_Kd 145.39
482
   #define  DEFAULT_Kd 145.39
515
 #if ENABLED(PIDTEMPBED)
515
 #if ENABLED(PIDTEMPBED)
516
   //#define MIN_BED_POWER 0
516
   //#define MIN_BED_POWER 0
517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
517
   //#define PID_BED_DEBUG // Sends debug data to the serial port.
518
-  
518
+
519
   #define  DEFAULT_bedKp 369.610
519
   #define  DEFAULT_bedKp 369.610
520
   #define  DEFAULT_bedKi 54.132
520
   #define  DEFAULT_bedKi 54.132
521
   #define  DEFAULT_bedKd 602.870
521
   #define  DEFAULT_bedKd 602.870
1087
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1087
 #if ENABLED(FILAMENT_RUNOUT_SENSOR)
1088
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1088
   #define NUM_RUNOUT_SENSORS   1     // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
1089
   #define FIL_RUNOUT_PIN      66
1089
   #define FIL_RUNOUT_PIN      66
1090
-  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false 
1090
+  #define FIL_RUNOUT_INVERTING true  // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
1091
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1091
   #define FIL_RUNOUT_PULLUP          // Use internal pullup for filament runout pins.
1092
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1092
   //#define FIL_RUNOUT_PULLDOWN      // Use internal pulldown for filament runout pins.
1093
 
1093
 
1603
  *
1603
  *
1604
  */
1604
  */
1605
 #define SDSUPPORT
1605
 #define SDSUPPORT
1606
+#define SDIO_SUPPORT
1606
 
1607
 
1607
 /**
1608
 /**
1608
  * SD CARD: SPI SPEED
1609
  * SD CARD: SPI SPEED
1682
 //
1683
 //
1683
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1684
 // Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
1684
 //
1685
 //
1685
-#define INDIVIDUAL_AXIS_HOMING_MENU //free
1686
+#define INDIVIDUAL_AXIS_HOMING_MENU
1686
 
1687
 
1687
 //
1688
 //
1688
 // SPEAKER/BUZZER
1689
 // SPEAKER/BUZZER
2072
 // Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
2073
 // Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
2073
 // which is not as annoying as with the hardware PWM. On the other hand, if this frequency
2074
 // which is not as annoying as with the hardware PWM. On the other hand, if this frequency
2074
 // is too low, you should also increment SOFT_PWM_SCALE.
2075
 // is too low, you should also increment SOFT_PWM_SCALE.
2075
-#define FAN_SOFT_PWM //costs 2b //enables parts fan speed control
2076
+#define FAN_SOFT_PWM
2076
 
2077
 
2077
 // Incrementing this by 1 will double the software PWM frequency,
2078
 // Incrementing this by 1 will double the software PWM frequency,
2078
 // affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
2079
 // affecting heaters, and the fan if FAN_SOFT_PWM is enabled.

+ 1
- 1
config/examples/Geeetech/A30/Configuration_adv.h 查看文件

1722
  * Requires NOZZLE_PARK_FEATURE.
1722
  * Requires NOZZLE_PARK_FEATURE.
1723
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1723
  * This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
1724
  */
1724
  */
1725
-//#define ADVANCED_PAUSE_FEATURE 
1725
+//#define ADVANCED_PAUSE_FEATURE
1726
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1726
 #if ENABLED(ADVANCED_PAUSE_FEATURE)
1727
   #define PAUSE_PARK_RETRACT_FEEDRATE         10  // (mm/s) Initial retract feedrate.
1727
   #define PAUSE_PARK_RETRACT_FEEDRATE         10  // (mm/s) Initial retract feedrate.
1728
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.
1728
   #define PAUSE_PARK_RETRACT_LENGTH            2  // (mm) Initial retract.

+ 2196
- 0
config/examples/Geeetech/E180/Configuration.h
文件差異過大導致無法顯示
查看文件


+ 2866
- 0
config/examples/Geeetech/E180/Configuration_adv.h
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存