Geeetech: Add E180, clean up A30 (#16072)
This commit is contained in:
parent
cb7817093f
commit
530e92e653
@ -476,7 +476,7 @@
|
||||
// If you are using a pre-configured hotend then you can use one of the value sets by uncommenting it
|
||||
|
||||
//FIND YOUR OWN: "M303 C8 S200 U" HOTEND PID
|
||||
|
||||
|
||||
#define DEFAULT_Kp 45.80
|
||||
#define DEFAULT_Ki 3.61
|
||||
#define DEFAULT_Kd 145.39
|
||||
@ -515,7 +515,7 @@
|
||||
#if ENABLED(PIDTEMPBED)
|
||||
//#define MIN_BED_POWER 0
|
||||
//#define PID_BED_DEBUG // Sends debug data to the serial port.
|
||||
|
||||
|
||||
#define DEFAULT_bedKp 369.610
|
||||
#define DEFAULT_bedKi 54.132
|
||||
#define DEFAULT_bedKd 602.870
|
||||
@ -1087,7 +1087,7 @@
|
||||
#if ENABLED(FILAMENT_RUNOUT_SENSOR)
|
||||
#define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each.
|
||||
#define FIL_RUNOUT_PIN 66
|
||||
#define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
||||
#define FIL_RUNOUT_INVERTING true // set to true to invert the logic of the sensors. - some of the geeetech filament sensors are false
|
||||
#define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins.
|
||||
//#define FIL_RUNOUT_PULLDOWN // Use internal pulldown for filament runout pins.
|
||||
|
||||
@ -1603,6 +1603,7 @@
|
||||
*
|
||||
*/
|
||||
#define SDSUPPORT
|
||||
#define SDIO_SUPPORT
|
||||
|
||||
/**
|
||||
* SD CARD: SPI SPEED
|
||||
@ -1682,7 +1683,7 @@
|
||||
//
|
||||
// Add individual axis homing items (Home X, Home Y, and Home Z) to the LCD menu.
|
||||
//
|
||||
#define INDIVIDUAL_AXIS_HOMING_MENU //free
|
||||
#define INDIVIDUAL_AXIS_HOMING_MENU
|
||||
|
||||
//
|
||||
// SPEAKER/BUZZER
|
||||
@ -2072,7 +2073,7 @@
|
||||
// Use software PWM to drive the fan, as for the heaters. This uses a very low frequency
|
||||
// which is not as annoying as with the hardware PWM. On the other hand, if this frequency
|
||||
// is too low, you should also increment SOFT_PWM_SCALE.
|
||||
#define FAN_SOFT_PWM //costs 2b //enables parts fan speed control
|
||||
#define FAN_SOFT_PWM
|
||||
|
||||
// Incrementing this by 1 will double the software PWM frequency,
|
||||
// affecting heaters, and the fan if FAN_SOFT_PWM is enabled.
|
||||
|
@ -1722,7 +1722,7 @@
|
||||
* Requires NOZZLE_PARK_FEATURE.
|
||||
* This feature is required for the default FILAMENT_RUNOUT_SCRIPT.
|
||||
*/
|
||||
//#define ADVANCED_PAUSE_FEATURE
|
||||
//#define ADVANCED_PAUSE_FEATURE
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
#define PAUSE_PARK_RETRACT_FEEDRATE 10 // (mm/s) Initial retract feedrate.
|
||||
#define PAUSE_PARK_RETRACT_LENGTH 2 // (mm) Initial retract.
|
||||
|
2196
config/examples/Geeetech/E180/Configuration.h
Normal file
2196
config/examples/Geeetech/E180/Configuration.h
Normal file
File diff suppressed because it is too large
Load Diff
2866
config/examples/Geeetech/E180/Configuration_adv.h
Normal file
2866
config/examples/Geeetech/E180/Configuration_adv.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user