mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 14:25:55 +08:00
Add 0.27 layer height options for Sprint
Enable PLA and TPLA at 0.27 layer height via Balanced & Draft mode options. Draft mode has higher acceleration values, and adjusted overhang settings. Also additional minor settings changes such as first layer height, and initial cooling fan. PP-561
This commit is contained in:
parent
6157310242
commit
a7c234862a
@ -0,0 +1,54 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_sketch_sprint
|
||||||
|
name = Draft
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
intent_category = draft
|
||||||
|
is_experimental = True
|
||||||
|
material = ultimaker_pla_175
|
||||||
|
quality_type = verydraft
|
||||||
|
setting_version = 24
|
||||||
|
type = intent
|
||||||
|
variant = 0.4mm
|
||||||
|
|
||||||
|
[values]
|
||||||
|
acceleration_layer_0 = 5000
|
||||||
|
acceleration_print = 20000
|
||||||
|
acceleration_roofing = 5000
|
||||||
|
acceleration_topbottom = 10000
|
||||||
|
acceleration_travel_layer_0 = 5000
|
||||||
|
acceleration_wall_0 = 5000.0
|
||||||
|
acceleration_wall_0_roofing = 5000
|
||||||
|
acceleration_wall_x = 10000
|
||||||
|
acceleration_wall_x_roofing = 5000
|
||||||
|
cool_fan_full_at_height = 0.54
|
||||||
|
cool_min_layer_time = 2
|
||||||
|
cool_min_speed = 50
|
||||||
|
cool_min_temperature = 220
|
||||||
|
infill_angles = [135]
|
||||||
|
infill_line_width = 0.4
|
||||||
|
infill_overlap = 25
|
||||||
|
infill_pattern = zigzag
|
||||||
|
infill_wipe_dist = 0.05
|
||||||
|
initial_layer_line_width_factor = 125
|
||||||
|
line_width = 0.4
|
||||||
|
material_final_print_temperature = 225
|
||||||
|
material_initial_print_temperature = 225
|
||||||
|
material_print_temperature = 225
|
||||||
|
retraction_hop_enabled = True
|
||||||
|
seam_overhang_angle = 25
|
||||||
|
speed_layer_0 = 70
|
||||||
|
speed_print = 270
|
||||||
|
speed_roofing = 215
|
||||||
|
speed_support_bottom = 100
|
||||||
|
speed_support_interface = 215
|
||||||
|
speed_topbottom = 215
|
||||||
|
speed_wall = 215
|
||||||
|
speed_wall_x = 270
|
||||||
|
speed_wall_x_roofing = 270
|
||||||
|
support_line_width = 0.35
|
||||||
|
wall_line_width_x = 0.4
|
||||||
|
wall_overhang_angle = 25
|
||||||
|
wall_overhang_speed_factor = 15
|
||||||
|
|
@ -0,0 +1,54 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_sketch_sprint
|
||||||
|
name = Draft
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
intent_category = draft
|
||||||
|
is_experimental = True
|
||||||
|
material = ultimaker_tough_pla_175
|
||||||
|
quality_type = verydraft
|
||||||
|
setting_version = 24
|
||||||
|
type = intent
|
||||||
|
variant = 0.4mm
|
||||||
|
|
||||||
|
[values]
|
||||||
|
acceleration_layer_0 = 5000
|
||||||
|
acceleration_print = 20000
|
||||||
|
acceleration_roofing = 5000
|
||||||
|
acceleration_topbottom = 10000
|
||||||
|
acceleration_travel_layer_0 = 5000
|
||||||
|
acceleration_wall_0 = 5000.0
|
||||||
|
acceleration_wall_0_roofing = 5000
|
||||||
|
acceleration_wall_x = 10000
|
||||||
|
acceleration_wall_x_roofing = 5000
|
||||||
|
cool_fan_full_at_height = 0.54
|
||||||
|
cool_min_layer_time = 2
|
||||||
|
cool_min_speed = 50
|
||||||
|
cool_min_temperature = 220
|
||||||
|
infill_angles = [135]
|
||||||
|
infill_line_width = 0.4
|
||||||
|
infill_overlap = 25
|
||||||
|
infill_pattern = zigzag
|
||||||
|
infill_wipe_dist = 0.05
|
||||||
|
initial_layer_line_width_factor = 125
|
||||||
|
line_width = 0.4
|
||||||
|
material_final_print_temperature = 225
|
||||||
|
material_initial_print_temperature = 225
|
||||||
|
material_print_temperature = 225
|
||||||
|
retraction_hop_enabled = True
|
||||||
|
seam_overhang_angle = 25
|
||||||
|
speed_layer_0 = 70
|
||||||
|
speed_print = 270
|
||||||
|
speed_roofing = 215
|
||||||
|
speed_support_bottom = 100
|
||||||
|
speed_support_interface = 215
|
||||||
|
speed_topbottom = 215
|
||||||
|
speed_wall = 215
|
||||||
|
speed_wall_x = 270
|
||||||
|
speed_wall_x_roofing = 270
|
||||||
|
support_line_width = 0.35
|
||||||
|
wall_line_width_x = 0.4
|
||||||
|
wall_overhang_angle = 25
|
||||||
|
wall_overhang_speed_factor = 15
|
||||||
|
|
@ -0,0 +1,16 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_sketch_sprint
|
||||||
|
name = Extra Fast - Experimental
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
is_experimental = True
|
||||||
|
material = ultimaker_pla_175
|
||||||
|
quality_type = verydraft
|
||||||
|
setting_version = 24
|
||||||
|
type = quality
|
||||||
|
variant = 0.4mm
|
||||||
|
weight = -3
|
||||||
|
|
||||||
|
[values]
|
||||||
|
|
@ -0,0 +1,23 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_sketch_sprint
|
||||||
|
name = Extra Fast - Experimental
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
is_experimental = True
|
||||||
|
material = ultimaker_tough_pla_175
|
||||||
|
quality_type = verydraft
|
||||||
|
setting_version = 24
|
||||||
|
type = quality
|
||||||
|
variant = 0.4mm
|
||||||
|
weight = -3
|
||||||
|
|
||||||
|
[values]
|
||||||
|
acceleration_layer_0 = 200
|
||||||
|
acceleration_travel_layer_0 = =acceleration_layer_0
|
||||||
|
speed_layer_0 = 30
|
||||||
|
speed_slowdown_layers = 4
|
||||||
|
speed_travel_layer_0 = 150
|
||||||
|
wall_0_material_flow_layer_0 = =material_flow * 1.03
|
||||||
|
wall_x_material_flow_layer_0 = =material_flow * 0.95
|
||||||
|
|
@ -0,0 +1,15 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_sketch_sprint
|
||||||
|
name = Extra Fast
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
global_quality = True
|
||||||
|
quality_type = verydraft
|
||||||
|
setting_version = 24
|
||||||
|
type = quality
|
||||||
|
weight = -2
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.27
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user