mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
25 lines
555 B
INI
25 lines
555 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Fast
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_tough_pla
|
|
quality_type = draft
|
|
setting_version = 22
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -2
|
|
|
|
[values]
|
|
machine_nozzle_cool_down_speed = 0.75
|
|
machine_nozzle_heat_up_speed = 1.6
|
|
prime_tower_enable = False
|
|
skin_overlap = 20
|
|
speed_print = 50
|
|
speed_roofing = =math.ceil(speed_wall * 20 / 24)
|
|
speed_topbottom = =math.ceil(speed_print * 25 / 50)
|
|
speed_wall = =math.ceil(speed_print * 36 / 50)
|
|
speed_wall_0 = =math.ceil(speed_print * 26 / 50)
|
|
top_bottom_thickness = 1.2
|
|
|