mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-14 16:02:55 +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_p2_toward_p3 = p2 - Vec2d(gap, 0);
|
||||
|
||||
dot_direction = Vec2d(0, -len / 2);
|
||||
dot_direction = Vec2d(0, len / 2);
|
||||
}
|
||||
|
||||
switch (c) {
|
||||
|
||||
Reference in New Issue
Block a user