Cooling tubes parameters added into GUI and configuration layer (not yet into wipe tower generator)

This commit is contained in:
Lukas Matena 2018-03-01 16:15:00 +01:00
parent 1d787a15a0
commit d2006c8d8e
6 changed files with 48 additions and 4 deletions

View file

@ -491,6 +491,9 @@ public:
ConfigOptionBool use_relative_e_distances;
ConfigOptionBool use_volumetric_e;
ConfigOptionBool variable_layer_height;
ConfigOptionFloat cooling_tube_retraction;
ConfigOptionFloat cooling_tube_length;
ConfigOptionFloat parking_pos_retraction;
std::string get_extrusion_axis() const
{
@ -540,6 +543,9 @@ protected:
OPT_PTR(use_relative_e_distances);
OPT_PTR(use_volumetric_e);
OPT_PTR(variable_layer_height);
OPT_PTR(cooling_tube_retraction);
OPT_PTR(cooling_tube_length);
OPT_PTR(parking_pos_retraction);
}
};