mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-25 20:02:17 +00:00
Don't speed_adjust twice
This commit is contained in:
@@ -594,7 +594,7 @@ std::string CalibPressureAdvancePattern::draw_line(
|
|||||||
|
|
||||||
std::stringstream gcode;
|
std::stringstream gcode;
|
||||||
|
|
||||||
gcode << pattern_writer(model, origin).set_speed(speed_adjust(opt_args.speed));
|
gcode << pattern_writer(model, origin).set_speed(opt_args.speed);
|
||||||
gcode << pattern_writer(model, origin).extrude_to_xy(to_pt, dE, opt_args.comment);
|
gcode << pattern_writer(model, origin).extrude_to_xy(to_pt, dE, opt_args.comment);
|
||||||
|
|
||||||
m_last_pos = Vec3d(to_pt.x(), to_pt.y(), 0);
|
m_last_pos = Vec3d(to_pt.x(), to_pt.y(), 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user