Time estimators use initial data from config

This commit is contained in:
Enrico Turri 2018-06-22 14:01:27 +02:00
parent 00ef0610a5
commit f420ced581
3 changed files with 47 additions and 10 deletions

View file

@ -555,6 +555,7 @@ public:
ConfigOptionFloat cooling_tube_retraction;
ConfigOptionFloat cooling_tube_length;
ConfigOptionFloat parking_pos_retraction;
ConfigOptionBool silent_mode;
std::string get_extrusion_axis() const
@ -612,6 +613,7 @@ protected:
OPT_PTR(cooling_tube_retraction);
OPT_PTR(cooling_tube_length);
OPT_PTR(parking_pos_retraction);
OPT_PTR(silent_mode);
}
};