mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Cut: Preserve Z-rotation, fix upper part mesh position,
perform custom placing instead of arrange()
This commit is contained in:
parent
693bee7b79
commit
3b20d03e1d
2 changed files with 62 additions and 32 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue