mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
Followup to #8613
This commit is contained in:
parent
26c5bbc5a7
commit
152c5d2616
1 changed files with 0 additions and 4 deletions
|
@ -771,10 +771,6 @@ void Planner::_buffer_line(const float &a, const float &b, const float &c, const
|
||||||
}
|
}
|
||||||
#endif // PREVENT_COLD_EXTRUSION || PREVENT_LENGTHY_EXTRUDE
|
#endif // PREVENT_COLD_EXTRUSION || PREVENT_LENGTHY_EXTRUDE
|
||||||
|
|
||||||
#if ENABLED(LIN_ADVANCE)
|
|
||||||
float de_float = de * steps_to_mm[E_AXIS_N];
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Compute direction bit-mask for this block
|
// Compute direction bit-mask for this block
|
||||||
uint8_t dm = 0;
|
uint8_t dm = 0;
|
||||||
#if CORE_IS_XY
|
#if CORE_IS_XY
|
||||||
|
|
Loading…
Reference in a new issue