Added the possibility to set the maximum length of the detour

This commit is contained in:
Lukáš Hejl
2020-11-16 14:22:32 +01:00
parent c16aad7e0b
commit c828a5d6e9
6 changed files with 22 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ bool Print::invalidate_state_by_config_options(const std::vector<t_config_option
// or they are only notes not influencing the generated G-code.
static std::unordered_set<std::string> steps_gcode = {
"avoid_crossing_perimeters",
"avoid_crossing_perimeters_max_detour",
"bed_shape",
"bed_temperature",
"before_layer_gcode",