Merge branch '3.5' of ssh://github.com/Ultimaker/Cura into 3.5

This commit is contained in:
Ghostkeeper 2018-09-13 16:26:48 +02:00
commit c840680e68
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -12,5 +12,5 @@ hardware_type = nozzle
machine_nozzle_size = 0.4
machine_nozzle_tip_outer_diameter = 1.05
speed_wall = =round(speed_print / 1.25, 1)
speed_wall_0 = =min(speed_wall - 10, 1)
speed_wall_0 = =max(speed_wall - 10, 1)
speed_topbottom = =round(speed_print / 2.25, 1)