mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
Fix misplaced decimal in PA Line
This commit is contained in:
@@ -110,7 +110,7 @@ std::string CalibPressureAdvance::draw_digit(
|
|||||||
gap_p0_toward_p3 = p0 - Vec2d(0, gap);
|
gap_p0_toward_p3 = p0 - Vec2d(0, gap);
|
||||||
gap_p2_toward_p3 = p2 - Vec2d(gap, 0);
|
gap_p2_toward_p3 = p2 - Vec2d(gap, 0);
|
||||||
|
|
||||||
dot_direction = Vec2d(0, -len / 2);
|
dot_direction = Vec2d(0, len / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
|||||||
Reference in New Issue
Block a user