Merge remote-tracking branch 'origin/enh-port-edit-gcode-dlg' into enh-port-edit-gcode-dlg

This commit is contained in:
Ocraftyone 2024-01-02 00:58:44 -05:00
commit b619e5bf8e
No known key found for this signature in database
GPG key ID: 85836ED21AD4D125
66 changed files with 962 additions and 966 deletions

View file

@ -4177,7 +4177,7 @@ LayerResult GCode::process_layer(
m_last_obj_copy = this_object_copy;
this->set_origin(unscale(offset));
//FIXME the following code prints regions in the order they are defined, the path is not optimized in any way.
bool is_infill_first =print.config().is_infill_first;
bool is_infill_first =m_config.is_infill_first;
auto has_infill = [](const std::vector<ObjectByExtruder::Island::Region> &by_region) {
for (auto region : by_region) {