AIR_ASSIST

MarlinFirmware/Marlin#21753
This commit is contained in:
Scott Lahteine 2021-05-01 19:54:18 -05:00
parent 993404a2e5
commit 3aa05d1b21
237 changed files with 1422 additions and 0 deletions

View file

@ -3169,6 +3169,12 @@
//#define AIR_EVACUATION_PIN 42 // Override the default Cutter Vacuum or Laser Blower pin
#endif
//#define AIR_ASSIST // Air Assist control with G-codes M8-M9
#if ENABLED(AIR_ASSIST)
#define AIR_ASSIST_ACTIVE LOW // Active state on air assist pin
//#define AIR_ASSIST_PIN 44 // Override the default Air Assist pin
#endif
//#define SPINDLE_SERVO // A servo converting an angle to spindle power
#ifdef SPINDLE_SERVO
#define SPINDLE_SERVO_NR 0 // Index of servo used for spindle control