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 @@ -57,15 +57,14 @@ GCodePath* LayerPlan::getLatestPathWithConfig(
5757 {
5858 return &paths.back ();
5959 }
60- paths.emplace_back (
61- 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 });
60+ paths.emplace_back (GCodePath{ .z_offset = z_offset,
61+ .config = config,
62+ .mesh = current_mesh_,
63+ .space_fill_type = space_fill_type,
64+ .flow = flow,
65+ .width_factor = width_factor,
66+ .spiralize = spiralize,
67+ .speed_factor = speed_factor });
6968
7069 GCodePath* ret = &paths.back ();
7170 ret->skip_agressive_merge_hint = mode_skip_agressive_merge_;
You can’t perform that action at this time.
0 commit comments