Browse Source

Cutter enable inline at full power

Co-Authored-By: Luu Lac <45380455+shitcreek@users.noreply.github.com>
Scott Lahteine 4 years ago
parent
commit
2110739138
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/spindle_laser.h

+ 1
- 1
Marlin/src/feature/spindle_laser.h View File

235
     // Inline modes of all other functions; all enable planner inline power control
235
     // Inline modes of all other functions; all enable planner inline power control
236
     static inline void set_inline_enabled(const bool enable) {
236
     static inline void set_inline_enabled(const bool enable) {
237
       if (enable)
237
       if (enable)
238
-        inline_power(cpwr_to_upwr(SPEED_POWER_STARTUP));
238
+        inline_power(255);
239
       else {
239
       else {
240
         isReady = false;
240
         isReady = false;
241
         unitPower = menuPower = 0;
241
         unitPower = menuPower = 0;

Loading…
Cancel
Save