Parcourir la source

Default LASER_POWER_INLINE to OFF (#19727)

Peter Hall il y a 4 ans
Parent
révision
f86c6851fc
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/Configuration_adv.h

+ 1
- 1
Marlin/Configuration_adv.h Voir le fichier

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

Chargement…
Annuler
Enregistrer