Skip to content

Commit

Permalink
rename M10-M11, update config files w/ rename changes
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 committed Apr 18, 2024
1 parent 12a5426 commit 0be93c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@

/**
* "Mixing Extruder"
* - Adds G-codes M163 and M164 to set and "commit" the current mix factors.
* - Adds G-codes M163/M164 to set and "commit" the current mix factors.
* - Extends the stepping routines to move multiple steppers in proportion to the mix.
* - Optional support for Repetier Firmware's 'M164 S<index>' supporting virtual tools.
* - This implementation supports up to two mixing extruders.
Expand Down
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3581,13 +3581,13 @@
// (250000 / SPINDLE_LASER_FREQUENCY) = max value.
#endif

//#define AIR_EVACUATION // Cutter Vacuum / Laser Blower motor control with G-codes M10-M11
//#define AIR_EVACUATION // Cutter Vacuum / Laser Blower motor control with G-codes M10/M11
#if ENABLED(AIR_EVACUATION)
#define AIR_EVACUATION_ACTIVE LOW // Set to "HIGH" if the on/off function is active HIGH
//#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
//#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
Expand Down
File renamed without changes.

0 comments on commit 0be93c8

Please sign in to comment.