Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2021-12-23 14:35:35 +0300
committersupermerill <merill@free.fr>2021-12-23 14:35:35 +0300
commitfaa678ee9b5bfa75e23cc74020324852261d987f (patch)
tree7f1e410b652d17527f8ee3727b7121f6f00b6563 /src
parent9198f9e26eb4f49296d3a88e6f182ae95c908968 (diff)
fix filament override (fix commit 5263f9)
supermerill/SuperSlicer#2110
Diffstat (limited to 'src')
-rw-r--r--src/slic3r/GUI/Tab.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp
index 38ec11954..2e7ccf7c3 100644
--- a/src/slic3r/GUI/Tab.cpp
+++ b/src/slic3r/GUI/Tab.cpp
@@ -2348,7 +2348,7 @@ void TabFilament::add_filament_overrides_page()
"filament_retract_layer_change",
"filament_seam_gap",
"filament_wipe",
- "filament_wipe_extra_perimeter",
+ "filament_wipe_only_crossing",
"filament_wipe_speed",
"filament_wipe_extra_perimeter"
})
@@ -2378,7 +2378,7 @@ void TabFilament::update_filament_overrides_page()
"filament_retract_layer_change",
"filament_seam_gap",
"filament_wipe",
- "filament_wipe_extra_perimeter",
+ "filament_wipe_only_crossing",
"filament_wipe_speed",
"filament_wipe_extra_perimeter"
};