Cutter enable inline at full power
Co-Authored-By: Luu Lac <45380455+shitcreek@users.noreply.github.com>
This commit is contained in:
parent
a4a487b0cc
commit
2110739138
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ public:
|
||||||
// Inline modes of all other functions; all enable planner inline power control
|
// Inline modes of all other functions; all enable planner inline power control
|
||||||
static inline void set_inline_enabled(const bool enable) {
|
static inline void set_inline_enabled(const bool enable) {
|
||||||
if (enable)
|
if (enable)
|
||||||
inline_power(cpwr_to_upwr(SPEED_POWER_STARTUP));
|
inline_power(255);
|
||||||
else {
|
else {
|
||||||
isReady = false;
|
isReady = false;
|
||||||
unitPower = menuPower = 0;
|
unitPower = menuPower = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue