File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,14 @@ GCodePath* LayerPlan::getLatestPathWithConfig(
5858 {
5959 return &paths.back ();
6060 }
61- paths.emplace_back (
62- GCodePath{ .z_offset = z_offset,
63- .config = config,
64- .mesh = current_mesh_,
65- .space_fill_type = space_fill_type,
66- .flow = flow,
67- .width_factor = width_factor,
68- .spiralize = spiralize,
69- .speed_factor = speed_factor });
61+ paths.emplace_back (GCodePath{ .z_offset = z_offset,
62+ .config = config,
63+ .mesh = current_mesh_,
64+ .space_fill_type = space_fill_type,
65+ .flow = flow,
66+ .width_factor = width_factor,
67+ .spiralize = spiralize,
68+ .speed_factor = speed_factor });
7069
7170 GCodePath* ret = &paths.back ();
7271 ret->skip_agressive_merge_hint = mode_skip_agressive_merge_;
You can’t perform that action at this time.
0 commit comments