Cut: Preserve Z-rotation, fix upper part mesh position,

perform custom placing instead of arrange()
This commit is contained in:
Vojtech Kral 2018-11-26 17:08:36 +01:00
parent 693bee7b79
commit 3b20d03e1d
2 changed files with 62 additions and 32 deletions

View file

@ -2483,8 +2483,6 @@ void Plater::cut(size_t obj_idx, size_t instance_idx, coordf_t z, bool keep_uppe
remove(obj_idx);
p->load_model_objects(new_objects);
p->arrange();
}
void Plater::export_gcode(fs::path output_path)