Added option to independently set z axis travel speed

This commit is contained in:
Martin Budden 2021-04-16 08:41:03 +01:00 committed by Lukas Matena
parent e1f2336b8e
commit bd6badf123
6 changed files with 13 additions and 2 deletions
src/libslic3r

View file

@ -197,6 +197,7 @@ bool Print::invalidate_state_by_config_options(const ConfigOptionResolver & /* n
|| opt_key == "cooling_tube_length"
|| opt_key == "extra_loading_move"
|| opt_key == "travel_speed"
|| opt_key == "travel_speed_z"
|| opt_key == "first_layer_speed"
|| opt_key == "z_offset") {
steps.emplace_back(psWipeTower);