mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
24 lines
541 B
INI
24 lines
541 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Sprint
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_cpe
|
|
quality_type = superdraft
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.8
|
|
weight = -4
|
|
|
|
[values]
|
|
brim_width = 15
|
|
layer_height = 0.4
|
|
material_print_temperature = =default_material_print_temperature + 15
|
|
prime_tower_enable = True
|
|
speed_infill = =math.ceil(speed_print * 33 / 45)
|
|
speed_print = 45
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 45)
|
|
speed_wall = =math.ceil(speed_print * 33 / 45)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
|