mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00

This was committed before we implemented that version upgrade. But we do it now. This requires that we update references to the FLSun SR printer, but obviously there are none in here. Contributes to issue CURA-8580.
32 lines
No EOL
923 B
INI
32 lines
No EOL
923 B
INI
[general]
|
|
name = PVA 0.2 mm Nozzle
|
|
version = 4
|
|
definition = arjunpro300
|
|
|
|
[metadata]
|
|
|
|
setting_version = 19
|
|
type = variant
|
|
hardware_type = nozzle
|
|
|
|
[values]
|
|
machine_nozzle_size = 0.2
|
|
support_infill_sparse_thickness = =(layer_height * 2) if (layer_height * 2) <= 0.75 * machine_nozzle_size else layer_height
|
|
support_offset = 3
|
|
support_bottom_height = =layer_height * 2
|
|
support_bottom_pattern = zigzag
|
|
support_bottom_stair_step_height = =layer_height
|
|
support_infill_rate = 50
|
|
support_interface_enable = True
|
|
support_interface_height = =layer_height * 5
|
|
support_interface_skip_height = =layer_height
|
|
support_join_distance = 3
|
|
support_xy_distance = =machine_nozzle_size / 2
|
|
support_xy_distance_overhang = =machine_nozzle_size / 2
|
|
support_angle = 45
|
|
support_pattern = triangles
|
|
support_use_towers = False
|
|
support_z_distance = 0
|
|
gradual_support_infill_steps = 2
|
|
support_interface_density = 100
|
|
support_interface_pattern = concentric |