mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Add "Cancel Objects" support for Prusa/Marlin/RRF firmware (#3164)
object cancel support for Prusa/Marlin/RRF
This commit is contained in:
parent
9c76cefde0
commit
0ab5601add
2 changed files with 42 additions and 17 deletions
|
@ -204,6 +204,8 @@ struct PrintInstance
|
|||
//
|
||||
// instance id
|
||||
size_t id;
|
||||
// Orca: unique id used by marlin/rrf cancel object feature
|
||||
size_t unique_id;
|
||||
|
||||
//BBS: instance_shift is too large because of multi-plate, apply without plate offset.
|
||||
Point shift_without_plate_offset() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue