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

This commit is contained in:
Vertabreaker 2019-12-01 23:41:28 -05:00 committed by Scott Lahteine
parent cb7817093f
commit 530e92e653
4 changed files with 5069 additions and 6 deletions

View File

@ -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.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff