Merge branch 'lh_avoid_crossing_perimeters'

This commit is contained in:
Vojtech Bubnik
2020-12-08 13:39:33 +01:00
26 changed files with 1490 additions and 760 deletions

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",