mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-01 17:42:44 +00:00
Fix error in PrintRegion::flow() port
This commit is contained in:
@@ -48,6 +48,7 @@ class ConfigOptionFloat : public ConfigOption
|
||||
double value; // use double instead of float for preserving compatibility with values coming from Perl
|
||||
ConfigOptionFloat() : value(0) {};
|
||||
|
||||
operator float() const { return this->value; };
|
||||
operator double() const { return this->value; };
|
||||
|
||||
std::string serialize() const {
|
||||
|
||||
Reference in New Issue
Block a user