LASER_SYNCHRONOUS_M106_M107

MarlinFirmware/Marlin#16082
This commit is contained in:
Scott Lahteine 2021-01-12 19:35:08 -06:00
parent 498e779be8
commit 504bf5c0a4
220 changed files with 2200 additions and 0 deletions

View file

@ -3139,6 +3139,16 @@
#endif
#endif
/**
* Synchronous Laser Control with M106/M107
*
* By default M106 / M107 applies the new fan speed immediately. This is fine
* for fans, but unsuitable for a PWM/TTL laser attached to the fan header.
*
* NOTE: This option sacrifices some cooling fan speed options.
*/
//#define LASER_SYNCHRONOUS_M106_M107
/**
* Coolant Control
*