Remove redundant travel avoid distance settings

The UM3 definition sets the setting to 3mm. Nothing else sets it to another value except FDM Printer. I left the UM3 setting in and removed all travel_avoid_distance settings in the UM3 profiles.
This commit is contained in:
Ghostkeeper 2017-05-19 15:45:34 +02:00
parent 600428a0a3
commit 39986baa2f
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75
15 changed files with 0 additions and 15 deletions

View file

@ -45,6 +45,5 @@ speed_wall = =math.ceil(speed_print * 50 / 50)
speed_wall_0 = =math.ceil(speed_wall * 40 / 50)
support_bottom_distance = =support_z_distance
support_z_distance = =layer_height
travel_avoid_distance = 3
wall_0_inset = 0
wall_thickness = 1