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

We've removed a bunch of settings and transformed others. To allow profiles to be checked for these and edited if necessary, we now need to increment this version number. Contributes to issue CURA-8466.
59 lines
1.2 KiB
INI
59 lines
1.2 KiB
INI
[general]
|
|
version = 4
|
|
name = gMax 1.5+ Very Thick Layers
|
|
definition = gmax15plus
|
|
|
|
[metadata]
|
|
setting_version = 20
|
|
type = quality
|
|
quality_type = extra_course
|
|
weight = -3
|
|
global_quality = True
|
|
|
|
[values]
|
|
layer_height = 0.32
|
|
|
|
infill_before_walls = False
|
|
infill_overlap = 20
|
|
infill_pattern = grid
|
|
|
|
speed_slowdown_layers = 1
|
|
acceleration_enabled = True
|
|
acceleration_print = 400
|
|
acceleration_travel = 700
|
|
|
|
coasting_enable = False
|
|
coasting_volume = 0.0625
|
|
|
|
retraction_combing = off
|
|
retraction_amount = 0.75
|
|
retraction_speed = 70
|
|
material_flow = 98
|
|
material_diameter = 1.75
|
|
|
|
support_use_towers = False
|
|
support_z_distance = 0.2
|
|
support_xy_distance = 1.5
|
|
support_join_distance = 10
|
|
support_interface_enable = True
|
|
support_interface_pattern = lines
|
|
|
|
adhesion_type = skirt
|
|
skirt_gap = 2
|
|
|
|
cool_fan_speed = 70
|
|
cool_fan_speed_max = 85
|
|
skin_overlap = 10
|
|
speed_print = 45
|
|
speed_infill = =math.ceil(speed_print * 0.85)
|
|
speed_layer_0 = =math.ceil(speed_print * 0.6)
|
|
speed_topbottom = =math.ceil(speed_print * 0.75)
|
|
speed_wall = =math.ceil(speed_print * 0.6)
|
|
speed_wall_x = =math.ceil(speed_wall * 0.7)
|
|
|
|
top_bottom_pattern = lines
|
|
top_layers = 3
|
|
top_thickness = 1
|
|
bottom_layers = 2
|
|
wall_line_count = 2
|
|
z_seam_corner = z_seam_corner_none |