mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
Fix vector too long issues
This commit is contained in:
@@ -2187,7 +2187,7 @@ void GCode::_do_export(Print& print, GCodeOutputStream &file, ThumbnailsGenerato
|
|||||||
bbox_wo_wt.merge(unscaled(objPtr->get_first_layer_bbox(data.area, data.layer_height, data.name)));
|
bbox_wo_wt.merge(unscaled(objPtr->get_first_layer_bbox(data.area, data.layer_height, data.name)));
|
||||||
}
|
}
|
||||||
auto center = bbox_wo_wt.center();
|
auto center = bbox_wo_wt.center();
|
||||||
this->placeholder_parser().set("first_layer_center_no_wipe_tower", new ConfigOptionFloats(center.x(), center.y()));
|
this->placeholder_parser().set("first_layer_center_no_wipe_tower", new ConfigOptionFloats({center.x(), center.y()}));
|
||||||
}
|
}
|
||||||
bool activate_chamber_temp_control = false;
|
bool activate_chamber_temp_control = false;
|
||||||
auto max_chamber_temp = 0;
|
auto max_chamber_temp = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user