mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-30 11:11:58 +08:00

Otherwise when we load that quality_changes file we'll deny it because the instance container version number is wrong. Contributes to issue CURA-5054.
38 lines
661 B
INI
38 lines
661 B
INI
[general]
|
|
version = 3
|
|
name = Normal
|
|
definition = cartesio
|
|
|
|
[metadata]
|
|
setting_version = 4
|
|
type = quality
|
|
quality_type = normal
|
|
weight = 0
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.2
|
|
layer_height_0 = =0.2 if min(extruderValues('machine_nozzle_size')) < 0.3 else 0.3
|
|
|
|
skin_angles = [0,90]
|
|
|
|
infill_before_walls = False
|
|
infill_angles = [0,90]
|
|
|
|
speed_slowdown_layers = 1
|
|
acceleration_print = 300
|
|
acceleration_travel = 300
|
|
jerk_print = 10
|
|
jerk_travel = 10
|
|
|
|
retraction_combing = off
|
|
|
|
support_z_distance = 0
|
|
support_xy_distance = 1
|
|
support_join_distance = 10
|
|
support_interface_enable = True
|
|
support_interface_pattern = lines
|
|
|
|
adhesion_type = skirt
|
|
skirt_gap = 1
|