Standard #12
5axes
started this conversation in
Profile or Intent
Replies: 4 comments
-
Switch back skin_overlap => 10 % |
Beta Was this translation helpful? Give feedback.
0 replies
-
V0.0.6
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Version 0.0.9
|
Beta Was this translation helpful? Give feedback.
0 replies
-
0.0.18 Change
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Standard settings
General settings
magic_spiralize => False
adaptive_layer_height_threshold => 250
adaptive_layer_height_variation => 0.03
adhesion_type => 'skirt'
retraction_combing => 'infill'
speed_slowdown_layers => 1
support_enable => False
support_type => 'buildplate'
travel_retract_before_outer_wall => True
skin_no_small_gaps_heuristic => False
acceleration_enabled => True
acceleration_infill => 1000
acceleration_ironing => 1000
acceleration_print_layer_0 => 500
acceleration_roofing => 500
acceleration_skirt_brim => 500
acceleration_support_infill => 1000
acceleration_topbottom => 1000
acceleration_travel => 1500
acceleration_wall_0 => 500
acceleration_wall_x => 750
bottom_layers => 6
bottom_skin_preshrink => 1.2
brim_line_count => 10
conical_overhang_angle => 70
coasting_enable => True
coasting_speed => 100
coasting_volume => 0.02
cool_fan_full_at_height => 1
cool_fan_full_layer => 5
cool_fan_speed => 100
cool_min_layer_time => 5
cool_min_speed => 15
gradual_support_infill_steps => 0
infill_before_walls => False
infill_enable_travel_optimization => True
infill_line_width => 0.5
infill_pattern => 'zigzag'
infill_sparse_density => 8
infill_wall_line_count => 1
infill_wipe_dist => 0.2
ironing_enabled => False
ironing_flow => 8.0
ironing_inset => 0.15
ironing_line_spacing => 0.15
jerk_enabled => True
jerk_infill => 15
jerk_ironing => 17.5
jerk_layer_0 => 7.5
jerk_print_layer_0 => 10
jerk_support => 15
jerk_roofing => 15
jerk_skirt_brim => 10
jerk_support_infill => 15
jerk_topbottom => 15
jerk_travel => 20
jerk_wall_0 => 7.5
jerk_wall_x => 15
limit_support_retractions => False
magic_fuzzy_skin_point_density => 1.75
magic_fuzzy_skin_thickness => 0.2
material_flow => 100
material_print_temperature => 210
max_skin_angle_for_expansion => 64
meshfix_maximum_deviation => 0.04
meshfix_maximum_resolution => 0.4
min_infill_area => 10
min_skin_width_for_expansion => 0.1
optimize_wall_printing_order => True
retraction_combing => 'off'
retraction_combing_max_distance => 33
retraction_hop => 0.16
retraction_hop_enabled => True
retraction_retract_speed => 50
roofing_layer_count => 1
roofing_line_width => 0.35
skin_outline_count => 2
skirt_gap => 8
skirt_line_count => 2
small_feature_max_length => 5
small_feature_speed_factor => 100
small_feature_speed_factor_0 => 50
small_hole_max_size => 3.25
speed_infill => 60
speed_ironing => 55
speed_layer_0 => 20
speed_roofing => 40
speed_topbottom => 60
speed_travel => 150
speed_wall_0 => 25
speed_wall_x => 40
support_enable => False
support_structure => 'normal'
support_type => 'buildplate'
support_angle => 67
support_bottom_density => 97
support_bottom_distance => 0.2
support_bottom_enable => True
support_bottom_height => 0.8
support_brim_enable => True
support_brim_width => 3
support_infill_rate => 7
support_join_distance => 3
support_offset => 0.6
support_interface_enable => True
support_interface_line_width => 0.55
support_interface_offset => 0.6
support_interface_pattern => 'zigzag'
support_interface_skip_height => 0.2
support_roof_density => 97
support_roof_enable => True
support_roof_height => 1.2
support_roof_offset => 0.6
support_top_distance => 0.2
support_tower_diameter => 6
support_tower_roof_angle => 60
support_use_towers => False
support_wall_count => 1
support_xy_distance => 0.4
support_z_distance => 0.2
support_xy_overrides_z => 'xy_overrides_z'
support_tree_angle => 45
support_tree_branch_diameter_angle => 2.5
support_tree_branch_distance => 0.5
support_tree_collision_resolution => 0.15
top_layers => 7
top_thickness => 1
travel_avoid_distance => 1
travel_avoid_other_parts => False
travel_avoid_supports => True
travel_compensate_overlapping_walls_0_enabled => False
travel_retract_before_outer_wall => True
wall_0_inset => 0.02
wall_line_count => 3
wall_min_flow => 15
wall_min_flow_retract => True
xy_offset_layer_0 => -0.025
z_seam_relative => True
z_seam_type => 'back'
if top_bottom_pattern != 'concentric':
- skin_overlap => 10
else:
- skin_overlap =>15
skin_line_width => line_width
infill_material_flow => material_flow
meshfix_maximum_travel_resolution = min(meshfix_maximum_resolution * speed_travel / speed_print, 2 * line_width)
support_brim_line_count = math.ceil(support_brim_width / (skirt_brim_line_width * initial_layer_line_width_factor / 100.0
support_roof_pattern => support_interface_pattern
support_xy_distance_overhang => (machine_nozzle_size / 2)
layer_height
Profile Mode settings
Beta Was this translation helpful? Give feedback.
All reactions