Wiping volumes options temporarily added to Print Settings

This commit is contained in:
Lukas Matena 2018-03-19 15:30:54 +01:00
parent 3d6f6530c0
commit e41eff9186
4 changed files with 10 additions and 5 deletions

View file

@ -630,6 +630,8 @@ public:
ConfigOptionFloat wipe_tower_rotation_angle;
ConfigOptionFloat wipe_tower_bridging;
ConfigOptionBool wipe_tower_adhesion;
ConfigOptionFloats wiping_volumes_matrix;
ConfigOptionFloats wiping_volumes_extruders;
ConfigOptionFloat z_offset;
protected:
@ -698,6 +700,8 @@ protected:
OPT_PTR(wipe_tower_rotation_angle);
OPT_PTR(wipe_tower_bridging);
OPT_PTR(wipe_tower_adhesion);
OPT_PTR(wiping_volumes_matrix);
OPT_PTR(wiping_volumes_extruders);
OPT_PTR(z_offset);
}
};