Added new parameter elefant_foot_min_width

This commit is contained in:
tamasmeszaros 2020-02-06 16:28:02 +01:00
parent 96d5c8c35d
commit 41d77b492c
7 changed files with 30 additions and 5 deletions

View file

@ -1176,6 +1176,7 @@ public:
ConfigOptionFloats relative_correction;
ConfigOptionFloat absolute_correction;
ConfigOptionFloat elefant_foot_compensation;
ConfigOptionFloat elefant_foot_min_width;
ConfigOptionFloat gamma_correction;
ConfigOptionFloat fast_tilt_time;
ConfigOptionFloat slow_tilt_time;
@ -1200,6 +1201,7 @@ protected:
OPT_PTR(relative_correction);
OPT_PTR(absolute_correction);
OPT_PTR(elefant_foot_compensation);
OPT_PTR(elefant_foot_min_width);
OPT_PTR(gamma_correction);
OPT_PTR(fast_tilt_time);
OPT_PTR(slow_tilt_time);