Cura/resources/quality/ultimaker3/um3_aa0.8_CPE_Verydraft_Print.inst.cfg
Ghostkeeper ec00e5b721
Remove references to deleted settings
Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result.

Contributes to issue CURA-5457.
2018-07-05 13:22:17 +02:00

23 lines
522 B
INI

[general]
version = 4
name = Extra Fast
definition = ultimaker3
[metadata]
setting_version = 5
type = quality
quality_type = verydraft
weight = -3
material = generic_cpe
variant = AA 0.8
[values]
brim_width = 15
layer_height = 0.3
line_width = =machine_nozzle_size * 0.875
material_print_temperature = =default_material_print_temperature + 17
material_standby_temperature = 100
prime_tower_enable = True
speed_print = 40
speed_topbottom = =math.ceil(speed_print * 25 / 40)
speed_wall = =math.ceil(speed_print * 30 / 40)