🔧 Normal FET layout with Spindle/Laser (#23409)

This commit is contained in:
Mike La Spina
2022-01-02 02:23:55 -06:00
committed by Scott Lahteine
parent 1170ed995e
commit 974883d2f6
5 changed files with 5 additions and 5 deletions

View File

@@ -135,7 +135,7 @@
#define LCD_BACKLIGHT_PIN 17 // LCD backlight LED
#endif
#if NONE(SPINDLE_FEATURE, LASER_FEATURE) && ENABLED(SANGUINOLOLU_V_1_2) && !BOTH(IS_ULTRA_LCD, IS_NEWPANEL) // try to use IO Header
#if !HAS_CUTTER && ENABLED(SANGUINOLOLU_V_1_2) && !BOTH(IS_ULTRA_LCD, IS_NEWPANEL) // try to use IO Header
#define CASE_LIGHT_PIN 4 // Hardware PWM - see if IO Header is available
#endif