mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 07:41:18 -07: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
24 lines
No EOL
661 B
INI
24 lines
No EOL
661 B
INI
[general]
|
|
version = 2
|
|
name = Normal
|
|
definition = builder_premium_small
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = normal
|
|
material = generic_pla_175
|
|
setting_version = 4
|
|
weight = 0
|
|
global_quality = True
|
|
|
|
[values]
|
|
material_print_temperature = =default_material_print_temperature + 15
|
|
material_standby_temperature = =material_print_temperature
|
|
material_initial_print_temperature= =material_print_temperature
|
|
material_final_print_temperature= =material_print_temperature
|
|
material_bed_temperature = 45
|
|
material_bed_temperature_layer_0= =material_bed_temperature
|
|
layer_height = 0.2
|
|
top_thickness = =layer_height * 5
|
|
bottom_thickness = =layer_height * 3
|
|
speed_print = 50 |