🔧 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

@ -253,7 +253,7 @@
#define FAN_PIN PB7 // Fan0
#endif
#if EITHER(SPINDLE_FEATURE, LASER_FEATURE)
#if HAS_CUTTER
#ifndef SPINDLE_LASER_PWM_PIN
#define SPINDLE_LASER_PWM_PIN PB5
#endif