mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-28 15:45:30 +00:00
Fixed order of loading the configs into Print / PrintObjects
and loading the 3d print path preview.
This commit is contained in:
@@ -230,6 +230,7 @@ _constant()
|
||||
%code%{ RETVAL = THIS->apply_config(*config); %};
|
||||
bool has_infinite_skirt();
|
||||
bool has_skirt();
|
||||
std::vector<unsigned int> extruders() const;
|
||||
std::string _validate()
|
||||
%code%{ RETVAL = THIS->validate(); %};
|
||||
Clone<BoundingBox> bounding_box();
|
||||
|
||||
Reference in New Issue
Block a user