mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 23:35:53 +08:00
disable PA when printing numbers
This commit is contained in:
parent
8c46a57036
commit
0bf74c97c3
@ -50,6 +50,8 @@ namespace Slic3r {
|
|||||||
gcode << writer.extrude_to_xy(Vec2d(start_x + m_length_short + m_length_long + m_length_short, y_pos + i * y_offset), e * m_length_short);
|
gcode << writer.extrude_to_xy(Vec2d(start_x + m_length_short + m_length_long + m_length_short, y_pos + i * y_offset), e * m_length_short);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
gcode << writer.set_pressure_advance(0.0);
|
||||||
|
|
||||||
// draw indicator lines
|
// draw indicator lines
|
||||||
gcode << writer.set_speed(fast);
|
gcode << writer.set_speed(fast);
|
||||||
gcode << move_to(Vec2d(start_x + m_length_short, y_pos + (num - 1) * y_offset + 2));
|
gcode << move_to(Vec2d(start_x + m_length_short, y_pos + (num - 1) * y_offset + 2));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user