HIGH/LOW naming of pin state settings (#19089)

This commit is contained in:
Giuliano Zaro
2020-08-22 06:13:43 +02:00
committed by GitHub
parent 93167afaf5
commit 8652a7bdd2
7 changed files with 21 additions and 17 deletions

View File

@ -2851,7 +2851,7 @@
//#define SPINDLE_FEATURE
//#define LASER_FEATURE
#if EITHER(SPINDLE_FEATURE, LASER_FEATURE)
#define SPINDLE_LASER_ACTIVE_HIGH false // Set to "true" if the on/off function is active HIGH
#define SPINDLE_LASER_ACTIVE_STATE LOW // Set to "HIGH" if the on/off function is active HIGH
#define SPINDLE_LASER_PWM true // Set to "true" if your controller supports setting the speed/power
#define SPINDLE_LASER_PWM_INVERT false // Set to "true" if the speed/power goes up when you want it to go slower