Cura/resources/quality/ultimaker3/um3_aa0.8_CPE_Superdraft_Print.inst.cfg
Ghostkeeper d8a066c1e7
Increment instance container version number instead of just quality_changes
Otherwise when we load that quality_changes file we'll deny it because the instance container version number is wrong.

Contributes to issue CURA-5054.
2018-03-09 16:14:24 +01:00

24 lines
567 B
INI

[general]
version = 3
name = Sprint
definition = ultimaker3
[metadata]
setting_version = 4
type = quality
quality_type = superdraft
weight = -4
material = generic_cpe
variant = AA 0.8
[values]
brim_width = 15
layer_height = 0.4
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 20
material_standby_temperature = 100
prime_tower_enable = True
speed_print = 45
speed_topbottom = =math.ceil(speed_print * 30 / 45)
speed_wall = =math.ceil(speed_print * 40 / 45)
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)