mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00

These are now upgraded to version 3, meaning that they will have to increase their version numbers and remove any start_layers_at_same_position settings they define. None of these profiles define any start_layers_at_same_position so it's just the version number then. Contributes to issue CURA-3479.
38 lines
1 KiB
INI
38 lines
1 KiB
INI
[general]
|
|
version = 3
|
|
name = Fast Print
|
|
definition = ultimaker3
|
|
|
|
[metadata]
|
|
type = quality
|
|
quality_type = fast
|
|
material = generic_cpe_plus_ultimaker3_AA_0.4
|
|
weight = -1
|
|
|
|
[values]
|
|
brim_width = 7
|
|
cool_fan_speed_max = 80
|
|
cool_min_speed = 6
|
|
infill_wipe_dist = 0
|
|
layer_height = 0.15
|
|
machine_nozzle_cool_down_speed = 0.9
|
|
machine_nozzle_heat_up_speed = 1.4
|
|
material_initial_print_temperature = =material_print_temperature - 5
|
|
material_final_print_temperature = =material_print_temperature - 10
|
|
material_print_temperature = =default_material_print_temperature + 5
|
|
prime_tower_size = 17
|
|
retraction_combing = off
|
|
retraction_hop = 0.2
|
|
retraction_hop_enabled = False
|
|
retraction_min_travel = =5
|
|
retraction_prime_speed = =15
|
|
speed_print = 45
|
|
speed_topbottom = =math.ceil(speed_print * 55 / 45)
|
|
speed_wall = =math.ceil(speed_print * 45 / 45)
|
|
speed_wall_0 = =math.ceil(speed_wall * 35 / 45)
|
|
support_z_distance = =layer_height
|
|
switch_extruder_prime_speed = =15
|
|
switch_extruder_retraction_amount = =8
|
|
switch_extruder_retraction_speeds = 20
|
|
wall_thickness = 1.3
|
|
|