Cura/resources/variants/ultimaker3_extended_aa04.inst.cfg
Lipu Fei 46b6e5b0a1 Add machine_nozzle_type and set them in UM3 and UM3XL variants
CURA-3872

We add a new setting "machine_nozzle_type" to give the engine
information about the nozzle type, such as "AA" and "BB". This is
applicable to UM3 and UM3XL.
2017-06-22 14:00:04 +02:00

46 lines
1.1 KiB
INI

[general]
name = AA 0.4
version = 2
definition = ultimaker3_extended
[metadata]
author = ultimaker
type = variant
setting_version = 1
[values]
brim_width = 7
machine_nozzle_cool_down_speed = 0.9
machine_nozzle_type = AA
machine_nozzle_size = 0.4
raft_airgap = 0.3
raft_base_speed = 15
raft_base_thickness = 0.3
raft_interface_line_spacing = 0.9
raft_interface_line_width = 0.7
raft_interface_speed = 15
raft_interface_thickness = 0.15
raft_margin = 15
raft_speed = 20
raft_surface_layers = 2
retraction_amount = 6.5
retraction_count_max = 25
retraction_min_travel = 1.5
retraction_prime_speed = 25
skin_overlap = 15
speed_print = 70
speed_layer_0 = =round(speed_print * 30 / 70)
speed_topbottom = =math.ceil(speed_print * 30 / 70)
speed_wall = =math.ceil(speed_print * 30 / 70)
support_angle = 60
support_bottom_distance = =support_z_distance / 2
support_infill_rate = 15
support_join_distance = 2.0
support_offset = 0.2
support_top_distance = =support_z_distance
support_z_distance = =layer_height * 2
switch_extruder_prime_speed = 20
switch_extruder_retraction_amount = 20
top_bottom_thickness = 1.2
wall_thickness = 1.3