No unscaled_e_move for CNC
This commit is contained in:
@ -184,7 +184,9 @@ void sync_plan_position_e();
|
||||
*/
|
||||
void line_to_current_position(const feedRate_t &fr_mm_s=feedrate_mm_s);
|
||||
|
||||
void unscaled_e_move(const float &length, const feedRate_t &fr_mm_s);
|
||||
#if EXTRUDERS
|
||||
void unscaled_e_move(const float &length, const feedRate_t &fr_mm_s);
|
||||
#endif
|
||||
|
||||
void prepare_line_to_destination();
|
||||
|
||||
|
Reference in New Issue
Block a user