mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-26 04:12:07 +00:00
Fix incorrect DrawBoxOptArg default
This commit is contained in:
@@ -179,7 +179,7 @@ private:
|
|||||||
DrawBoxOptArgs(const CalibPressureAdvancePattern& p) :
|
DrawBoxOptArgs(const CalibPressureAdvancePattern& p) :
|
||||||
num_perimeters {p.wall_count()},
|
num_perimeters {p.wall_count()},
|
||||||
height {p.height_first_layer()},
|
height {p.height_first_layer()},
|
||||||
line_width {p.line_width()},
|
line_width {p.line_width_anchor()},
|
||||||
speed {p.speed_adjust(p.speed_first_layer())}
|
speed {p.speed_adjust(p.speed_first_layer())}
|
||||||
{ };
|
{ };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user