mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-31 10:35:31 +08:00
Add files via upload
This commit is contained in:
parent
6ecd780bea
commit
c75a2941be
@ -0,0 +1,63 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = High Quality
|
||||||
|
definition = cartesio
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = high
|
||||||
|
material = dsm_arnitel2045_cartesio_0.4_mm
|
||||||
|
weight = 1
|
||||||
|
|
||||||
|
[values]
|
||||||
|
infill_line_width = 0.5
|
||||||
|
|
||||||
|
wall_thickness = 1.2
|
||||||
|
top_bottom_thickness = 0.8
|
||||||
|
wall_0_inset = -0.05
|
||||||
|
fill_perimeter_gaps = nowhere
|
||||||
|
travel_compensate_overlapping_walls_enabled =
|
||||||
|
|
||||||
|
infill_sparse_density = 40
|
||||||
|
infill_pattern = grid
|
||||||
|
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature + 5
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
material_diameter = 1.75
|
||||||
|
retraction_min_travel = =round(line_width * 10)
|
||||||
|
retraction_prime_speed = 2
|
||||||
|
switch_extruder_retraction_amount = 2
|
||||||
|
switch_extruder_retraction_speeds = =retraction_speed
|
||||||
|
switch_extruder_prime_speed = =retraction_prime_speed
|
||||||
|
|
||||||
|
speed_print = 25
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_layer_0 = =round(speed_print / 5 * 4)
|
||||||
|
speed_wall = =round(speed_print / 2)
|
||||||
|
speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3)
|
||||||
|
speed_topbottom = =round(speed_print / 5 * 4)
|
||||||
|
speed_slowdown_layers = 1
|
||||||
|
speed_travel = =round(speed_print if magic_spiralize else 150)
|
||||||
|
speed_travel_layer_0 = =speed_travel
|
||||||
|
speed_support_interface = =speed_topbottom
|
||||||
|
speed_equalize_flow_enabled = True
|
||||||
|
speed_equalize_flow_max = =speed_print
|
||||||
|
|
||||||
|
acceleration_enabled = True
|
||||||
|
acceleration_print = 100
|
||||||
|
acceleration_travel = 300
|
||||||
|
jerk_print = 5
|
||||||
|
|
||||||
|
retraction_hop_enabled = True
|
||||||
|
retraction_hop = 1
|
||||||
|
|
||||||
|
cool_min_layer_time_fan_speed_max = =cool_min_layer_time
|
||||||
|
cool_min_layer_time = 20
|
||||||
|
|
||||||
|
skirt_brim_minimal_length = 50
|
||||||
|
|
||||||
|
coasting_enable = True
|
||||||
|
coasting_volume = 0.1
|
||||||
|
coasting_min_volume = 0.17
|
||||||
|
coasting_speed = 90
|
@ -0,0 +1,63 @@
|
|||||||
|
[general]
|
||||||
|
version = 2
|
||||||
|
name = Normal Quality
|
||||||
|
definition = cartesio
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
type = quality
|
||||||
|
quality_type = normal
|
||||||
|
material = dsm_arnitel2045_cartesio_0.4_mm
|
||||||
|
weight = 2
|
||||||
|
|
||||||
|
[values]
|
||||||
|
infill_line_width = 0.5
|
||||||
|
|
||||||
|
wall_thickness = 1.2
|
||||||
|
top_bottom_thickness = 0.8
|
||||||
|
wall_0_inset = -0.05
|
||||||
|
fill_perimeter_gaps = nowhere
|
||||||
|
travel_compensate_overlapping_walls_enabled =
|
||||||
|
|
||||||
|
infill_sparse_density = 40
|
||||||
|
infill_pattern = grid
|
||||||
|
|
||||||
|
material_print_temperature_layer_0 = =material_print_temperature + 5
|
||||||
|
material_initial_print_temperature = =material_print_temperature
|
||||||
|
material_final_print_temperature = =material_print_temperature
|
||||||
|
material_diameter = 1.75
|
||||||
|
retraction_min_travel = =round(line_width * 10)
|
||||||
|
retraction_prime_speed = 2
|
||||||
|
switch_extruder_retraction_amount = 2
|
||||||
|
switch_extruder_retraction_speeds = =retraction_speed
|
||||||
|
switch_extruder_prime_speed = =retraction_prime_speed
|
||||||
|
|
||||||
|
speed_print = 25
|
||||||
|
speed_infill = =speed_print
|
||||||
|
speed_layer_0 = =round(speed_print / 5 * 4)
|
||||||
|
speed_wall = =round(speed_print / 2)
|
||||||
|
speed_wall_0 = =10 if speed_wall < 11 else (speed_print / 5 *3)
|
||||||
|
speed_topbottom = =round(speed_print / 5 * 4)
|
||||||
|
speed_slowdown_layers = 1
|
||||||
|
speed_travel = =round(speed_print if magic_spiralize else 150)
|
||||||
|
speed_travel_layer_0 = =speed_travel
|
||||||
|
speed_support_interface = =speed_topbottom
|
||||||
|
speed_equalize_flow_enabled = True
|
||||||
|
speed_equalize_flow_max = =speed_print
|
||||||
|
|
||||||
|
acceleration_enabled = True
|
||||||
|
acceleration_print = 100
|
||||||
|
acceleration_travel = 300
|
||||||
|
jerk_print = 5
|
||||||
|
|
||||||
|
retraction_hop_enabled = True
|
||||||
|
retraction_hop = 1
|
||||||
|
|
||||||
|
cool_min_layer_time_fan_speed_max = =cool_min_layer_time
|
||||||
|
cool_min_layer_time = 20
|
||||||
|
|
||||||
|
skirt_brim_minimal_length = 50
|
||||||
|
|
||||||
|
coasting_enable = True
|
||||||
|
coasting_volume = 0.1
|
||||||
|
coasting_min_volume = 0.17
|
||||||
|
coasting_speed = 90
|
Loading…
x
Reference in New Issue
Block a user