mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 23:55:08 +08:00
24 lines
480 B
INI
24 lines
480 B
INI
[general]
|
|
definition = ultimaker3
|
|
name = Normal
|
|
version = 4
|
|
|
|
[metadata]
|
|
material = generic_pla
|
|
quality_type = fast
|
|
setting_version = 21
|
|
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
|
|
|