add cura profile
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = flsun_v400
|
||||
|
||||
[metadata]
|
||||
setting_version = 22
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = generic_pla
|
||||
variant = 0.4
|
||||
|
||||
[values]
|
||||
line_width = 0.44
|
||||
@@ -0,0 +1,92 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fast (Draft Quality)
|
||||
definition = flsun_v400
|
||||
|
||||
[metadata]
|
||||
setting_version = 23
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
initial_layer_line_width_factor = 110
|
||||
|
||||
acceleration_enabled = False
|
||||
acceleration_travel_enabled = False
|
||||
acceleration_Layer_0 = 5000
|
||||
acceleration_print = 8000
|
||||
acceleration_topbottom = 5000
|
||||
jerk_enabled = False
|
||||
|
||||
infill_pattern = ='zigzag' if infill_sparse_density > 80 else 'gyroid'
|
||||
infill_overlap = =20 if infill_sparse_density > 80 else 5
|
||||
infill_sparse_density = 20
|
||||
infill_wall_line_count = 1
|
||||
zig_zaggify_infill = True
|
||||
|
||||
bridge_settings_enabled = True
|
||||
|
||||
support_enable = False
|
||||
support_structure = tree
|
||||
support_type = everywhere
|
||||
support_infill_rate = 10
|
||||
support_pattern = lines
|
||||
support_roof_enable = True
|
||||
support_roof_pattern = grid
|
||||
support_xy_distance = 0.16
|
||||
|
||||
roofing_layer_count = 1
|
||||
top_bottom_thickness = 1
|
||||
top_layers = 5
|
||||
bottom_layers = 4
|
||||
|
||||
skin_monotonic = True
|
||||
skin_overlap = 25
|
||||
skirt_gap = 10
|
||||
|
||||
bridge_skin_speed = 60
|
||||
bridge_wall_material_flow = 100
|
||||
|
||||
fill_outline_gaps = False
|
||||
|
||||
optimize_wall_printing_order = True
|
||||
|
||||
retraction_combing = off
|
||||
|
||||
small_feature_speed_factor = 40
|
||||
small_hole_max_size = 9
|
||||
|
||||
speed_print = 200
|
||||
speed_infill = =speed_print / 100 * 150
|
||||
|
||||
speed_layer_0 = 30
|
||||
speed_travel_layer_0 = =speed_print / 100 * 50
|
||||
|
||||
speed_roofing = =speed_print / 100 * 30
|
||||
speed_topbottom = =speed_print / 100 * 50
|
||||
|
||||
speed_wall_0 = =speed_print / 100 * 50
|
||||
speed_wall_x = =speed_print
|
||||
|
||||
speed_z_hop = 30
|
||||
|
||||
wall_line_count = 3
|
||||
wall_overhang_angle = 35
|
||||
wall_overhang_speed_factor = 30
|
||||
|
||||
z_seam_type = sharpest_corner
|
||||
|
||||
retraction_amount = 0.7
|
||||
retraction_speed = 40
|
||||
retraction_extra_prime_amount = 0.05
|
||||
|
||||
machine_firmware_retract = True
|
||||
klipper_retract_length = =retraction_amount
|
||||
klipper_retract_prime_length = =retraction_extra_prime_amount
|
||||
klipper_retract_prime_speed = =retraction_speed
|
||||
klipper_retract_speed = =retraction_speed
|
||||
klipper_retraction_speed = =retraction_speed
|
||||
Reference in New Issue
Block a user