Fix incorrect DrawBoxOptArg default

This commit is contained in:
thewildmage
2023-07-13 21:51:49 -06:00
parent 34c6122fed
commit cd3e4e7ce7

View File

@@ -179,7 +179,7 @@ private:
DrawBoxOptArgs(const CalibPressureAdvancePattern& p) :
num_perimeters {p.wall_count()},
height {p.height_first_layer()},
line_width {p.line_width()},
line_width {p.line_width_anchor()},
speed {p.speed_adjust(p.speed_first_layer())}
{ };