mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
* fix precedence errors Fix a handful of precedence errors and 1 logic/precedence error. None of the code will compile as intended without these changes. * Update GUI_ObjectList.cpp Modifiers should load at same offset as object they are created against. Based on prusaslicer ObjectList::load_from_files where it works correctly. --------- Co-authored-by: SoftFever <softfeverever@gmail.com>