mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 08:56:29 +08:00

We now have version 18, where Flsun Super Racer has customised profiles. Nothing changes in the built-in profiles. It only needs a change in the machine instances. Contributes to issue CURA-8510.
31 lines
930 B
INI
31 lines
930 B
INI
[general]
|
|
version = 4
|
|
name = High
|
|
definition = eryone_thinker
|
|
|
|
[metadata]
|
|
setting_version = 18
|
|
type = quality
|
|
quality_type = high
|
|
weight = 1
|
|
global_quality = True
|
|
|
|
[values]
|
|
alternate_extra_perimeter = true
|
|
infill_sparse_density = 25
|
|
initial_layer_line_width_factor = 130.0
|
|
layer_height = 0.1
|
|
layer_height_0 = =layer_height
|
|
material_bed_temperature = =default_material_bed_temperature
|
|
material_bed_temperature_layer_0 = =material_bed_temperature
|
|
material_final_print_temperature = =material_print_temperature
|
|
material_initial_print_temperature = =material_print_temperature
|
|
material_print_temperature = =default_material_print_temperature
|
|
material_print_temperature_layer_0 = =max(-273.15, material_print_temperature + 5)
|
|
speed_print = 50.0
|
|
speed_topbottom = =math.ceil(speed_print * 30 / 60)
|
|
speed_travel = =speed_print if magic_spiralize else 100
|
|
speed_z_hop = =math.ceil(speed_print * 30 / 60)
|
|
top_layers = 12
|
|
bottom_layers = 8
|