mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
23 lines
480 B
INI
23 lines
480 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_pla
|
|
quality_type = fast
|
|
setting_version = 23
|
|
type = quality
|
|
variant = AA 0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
machine_nozzle_cool_down_speed = 0.75
|
|
machine_nozzle_heat_up_speed = 1.6
|
|
prime_tower_enable = False
|
|
speed_print = 80
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 80)
|
|
speed_wall = =math.ceil(speed_print * 40 / 80)
|
|
speed_wall_0 = =math.ceil(speed_wall * 30 / 40)
|
|
top_bottom_thickness = 1
|
|
|