Sort settings alphabetically

Makes it easier to compare profiles.
This commit is contained in:
Ghostkeeper 2017-05-16 13:47:44 +02:00
parent 1ad9ba6c95
commit a02ff8df5f
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -11,11 +11,11 @@ material = generic_pva_ultimaker3_BB_0.4
setting_version = 1 setting_version = 1
[values] [values]
support_infill_rate = 25 acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500)
support_interface_height = 0.8 jerk_support_interface = =math.ceil(jerk_support * 1 / 5)
material_standby_temperature = 100 material_standby_temperature = 100
prime_tower_enable = False prime_tower_enable = False
speed_support_interface = =math.ceil(speed_support * 20 / 25) speed_support_interface = =math.ceil(speed_support * 20 / 25)
jerk_support_interface = =math.ceil(jerk_support * 1 / 5) support_infill_rate = 25
acceleration_support_interface = =math.ceil(acceleration_support * 100 / 500 ) support_interface_height = 0.8
support_xy_distance = =round(line_width * 1.5, 2) support_xy_distance = =round(line_width * 1.5, 2)