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
diff options
context:
space:
mode:
authorsupermerill <merill@free.fr>2022-08-05 11:14:22 +0300
committersupermerill <merill@free.fr>2022-08-11 00:48:55 +0300
commitf2041cab5670c429a2586a90c9b22fdaf609bdc7 (patch)
tree59a93eaa8653ed7f9bd00605f29279dbd4ad86d8 /src/libslic3r/GCode/WipeTower.hpp
parent291697b280b585b8b651e408d672a11f874101b1 (diff)
Fix wipe_tower_brim_width % values
by @Pavulon87 supermerill/SuperSlicer#3031
Diffstat (limited to 'src/libslic3r/GCode/WipeTower.hpp')
-rw-r--r--src/libslic3r/GCode/WipeTower.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libslic3r/GCode/WipeTower.hpp b/src/libslic3r/GCode/WipeTower.hpp
index 632fce037..7171e32e1 100644
--- a/src/libslic3r/GCode/WipeTower.hpp
+++ b/src/libslic3r/GCode/WipeTower.hpp
@@ -269,7 +269,6 @@ private:
Vec2f m_wipe_tower_pos; // Left front corner of the wipe tower in mm.
float m_wipe_tower_width; // Width of the wipe tower.
float m_wipe_tower_depth = 0.f; // Depth of the wipe tower
- float m_wipe_tower_brim_width = 0.f; // Width of brim (mm) from config
float m_wipe_tower_brim_width_real = 0.f; // Width of brim (mm) after generation
float m_wipe_tower_rotation_angle = 0.f; // Wipe tower rotation angle in degrees (with respect to x axis)
float m_internal_rotation = 0.f;