0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-02 12:57:08 +00:00

Default LASER_POWER_INLINE to OFF ()

This commit is contained in:
Peter Hall 2020-10-15 19:18:43 +01:00 committed by Scott Lahteine
parent 7905aa64fa
commit 8ae8e1e455

View file

@ -2958,7 +2958,7 @@
* This allows the laser to keep in perfect sync with the planner and removes
* the powerup/down delay since lasers require negligible time.
*/
#define LASER_POWER_INLINE
//#define LASER_POWER_INLINE
#if ENABLED(LASER_POWER_INLINE)
/**