1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Fixed a regression bug of handling the obsolete config parameters,

causing crashes.
This commit is contained in:
bubnikv
2017-11-30 13:43:02 +01:00
parent 6aff27f3ab
commit 830da1f8e4
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -245,6 +245,7 @@ PrintConfigDef::PrintConfigDef()
def->enum_labels.push_back("Hilbert Curve");
def->enum_labels.push_back("Archimedean Chords");
def->enum_labels.push_back("Octagram Spiral");
// solid_fill_pattern is an obsolete equivalent to external_fill_pattern.
def->aliases.push_back("solid_fill_pattern");
def->default_value = new ConfigOptionEnum<InfillPattern>(ipRectilinear);