mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 17:25:11 +08:00

CURA-4451 - Add upgrade script for 3.0. to 3.1 - Upgrade old stack files so they will use "empty_quality" as the "Not Supported" quality profile. - Increase SettingVersion to 4
22 lines
396 B
INI
22 lines
396 B
INI
[general]
|
|
version = 2
|
|
name = Extra Fine
|
|
definition = abax_pri3
|
|
|
|
[metadata]
|
|
type = quality
|
|
material = generic_pla
|
|
weight = 1
|
|
quality_type = high
|
|
setting_version = 4
|
|
|
|
[values]
|
|
layer_height = 0.1
|
|
wall_thickness = 1.05
|
|
top_bottom_thickness = 0.8
|
|
infill_sparse_density = 20
|
|
speed_print = 50
|
|
speed_layer_0 = =round(speed_print * 30 / 50)
|
|
speed_topbottom = 20
|
|
cool_min_layer_time = 5
|
|
cool_min_speed = 10 |