mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 15:13:58 -06:00
Clean-up of print step invalidation.
This commit is contained in:
parent
c8b934f8d3
commit
556f40bf00
4 changed files with 130 additions and 100 deletions
|
@ -162,7 +162,7 @@ class StaticPrintConfig : public PrintConfigBase, public StaticConfig
|
|||
// This object is mapped to Perl as Slic3r::Config::PrintObject.
|
||||
class PrintObjectConfig : public virtual StaticPrintConfig
|
||||
{
|
||||
public:
|
||||
public:
|
||||
ConfigOptionBool clip_multipart_objects;
|
||||
ConfigOptionBool dont_support_bridges;
|
||||
ConfigOptionFloatOrPercent extrusion_width;
|
||||
|
@ -555,7 +555,7 @@ public:
|
|||
|
||||
class HostConfig : public virtual StaticPrintConfig
|
||||
{
|
||||
public:
|
||||
public:
|
||||
ConfigOptionString octoprint_host;
|
||||
ConfigOptionString octoprint_apikey;
|
||||
ConfigOptionString serial_port;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue