Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/quality-normal: add quality definitions for default intent #1

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions definitions/finder.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"manufacturer": "Flashforge",
"category": "Other",
"file_formats": "application/gx",
"has_machine_quality": true,
"prefered_quality_type": "normal",
"visible": true,
"platform": "FlashforgeFinderBed.stl",
"machine_extruder_trains":
Expand Down
57 changes: 57 additions & 0 deletions quality/finder/finder_high.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[general]
version = 4
name = High Resolution (Slower)
definition = finder

[metadata]
setting_version = 13
type = quality
quality_type = high
weight = 0
global_quality = True

[values]
layer_height = 0.12
layer_height_0 = 0.20

top_layers = 7
bottom_layers = 3
adhesion_type = skirt
speed_slowdown_layers = 1
travel_retract_before_outer_wall = True
cool_fan_full_layer = 1
cool_min_layer_time = 8
cool_min_speed = 15
expand_skins_expand_distance = 0.1
infill_enable_travel_optimization = True
infill_pattern = zigzag
material_flow = 109
meshfix_maximum_resolution = 0.05
optimize_wall_printing_order = True
retract_at_layer_change = True
retraction_amount = 1.3
retraction_combing_max_distance = 2
retraction_speed = 30
skin_preshrink = 0.1
speed_print = 80
speed_travel = 120
speed_wall_x = 35
support_bottom_enable = False
support_infill_rate = 10
support_interface_density = 50
support_interface_enable = True
support_interface_skip_height = 0.2
support_line_distance = 4.5
support_z_distance = =layer_height
travel_avoid_supports = True
travel_compensate_overlapping_walls_enabled = False
wall_0_wipe_dist = 0.4
z_seam_relative = True
z_seam_type = back
z_seam_x = 100
z_seam_y = 120

#line_width = 0.48
#default_material_print_temperature = 210
#material_final_print_temperature = 210
#material_initial_print_temperature = 210
57 changes: 57 additions & 0 deletions quality/finder/finder_hyper.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[general]
version = 4
name = Standard Resolution
definition = finder

[metadata]
setting_version = 13
type = quality
quality_type = hyper
weight = 0
global_quality = True

[values]
layer_height = 0.08
layer_height_0 = 0.20
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i would print my first layer height at 0.1mm else i see there will be elephant foot.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, I'll update the pull request with that.


top_layers = 7
bottom_layers = 3
adhesion_type = skirt
speed_slowdown_layers = 1
travel_retract_before_outer_wall = True
cool_fan_full_layer = 1
cool_min_layer_time = 8
cool_min_speed = 15
expand_skins_expand_distance = 0.1
infill_enable_travel_optimization = True
infill_pattern = zigzag
material_flow = 109
meshfix_maximum_resolution = 0.05
optimize_wall_printing_order = True
retract_at_layer_change = True
retraction_amount = 1.3
retraction_combing_max_distance = 2
retraction_speed = 30
skin_preshrink = 0.1
speed_print = 80
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For 80 Microns , we dont want to print at 80mm/s maybe around 20-25mm/s that will give best result. Do you have .curaprofile of these profiles? if so i can quickly change values and send you back.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry, i just copied the file to show other resolutions. You are correct this will not look good.

speed_travel = 120
speed_wall_x = 35
support_bottom_enable = False
support_infill_rate = 10
support_interface_density = 50
support_interface_enable = True
support_interface_skip_height = 0.2
support_line_distance = 4.5
support_z_distance = =layer_height
travel_avoid_supports = True
travel_compensate_overlapping_walls_enabled = False
wall_0_wipe_dist = 0.4
z_seam_relative = True
z_seam_type = back
z_seam_x = 100
z_seam_y = 120

#line_width = 0.48
#default_material_print_temperature = 210
#material_final_print_temperature = 210
#material_initial_print_temperature = 210
57 changes: 57 additions & 0 deletions quality/finder/finder_low.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[general]
version = 4
name = Low Resolution (Faster)
definition = finder

[metadata]
setting_version = 13
type = quality
quality_type = low
weight = 0
global_quality = True

[values]
layer_height = 0.30
layer_height_0 = 0.30

top_layers = 7
bottom_layers = 3
adhesion_type = skirt
speed_slowdown_layers = 1
travel_retract_before_outer_wall = True
cool_fan_full_layer = 1
cool_min_layer_time = 8
cool_min_speed = 15
expand_skins_expand_distance = 0.1
infill_enable_travel_optimization = True
infill_pattern = zigzag
material_flow = 109
meshfix_maximum_resolution = 0.05
optimize_wall_printing_order = True
retract_at_layer_change = True
retraction_amount = 1.3
retraction_combing_max_distance = 2
retraction_speed = 30
skin_preshrink = 0.1
speed_print = 80
speed_travel = 120
speed_wall_x = 35
support_bottom_enable = False
support_infill_rate = 10
support_interface_density = 50
support_interface_enable = True
support_interface_skip_height = 0.2
support_line_distance = 4.5
support_z_distance = =layer_height
travel_avoid_supports = True
travel_compensate_overlapping_walls_enabled = False
wall_0_wipe_dist = 0.4
z_seam_relative = True
z_seam_type = back
z_seam_x = 100
z_seam_y = 120

#line_width = 0.48
#default_material_print_temperature = 210
#material_final_print_temperature = 210
#material_initial_print_temperature = 210
57 changes: 57 additions & 0 deletions quality/finder/finder_standard.inst.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[general]
version = 4
name = Standard Resolution
definition = finder

[metadata]
setting_version = 13
type = quality
quality_type = normal
weight = 0
global_quality = True

[values]
layer_height = 0.18
layer_height_0 = 0.27

top_layers = 7
bottom_layers = 3
adhesion_type = skirt
speed_slowdown_layers = 1
travel_retract_before_outer_wall = True
cool_fan_full_layer = 1
cool_min_layer_time = 8
cool_min_speed = 15
expand_skins_expand_distance = 0.1
infill_enable_travel_optimization = True
infill_pattern = zigzag
material_flow = 109
meshfix_maximum_resolution = 0.05
optimize_wall_printing_order = True
retract_at_layer_change = True
retraction_amount = 1.3
retraction_combing_max_distance = 2
retraction_speed = 30
skin_preshrink = 0.1
speed_print = 80
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is print coming out good at this speed?

speed_travel = 120
speed_wall_x = 35
support_bottom_enable = False
support_infill_rate = 10
support_interface_density = 50
support_interface_enable = True
support_interface_skip_height = 0.2
support_line_distance = 4.5
support_z_distance = =layer_height
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice, but did you print support test prints and checked it?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Do you know of a good test file for testing supports? I'll print a "cube in the air" so that it generates the supports as a first try.

travel_avoid_supports = True
travel_compensate_overlapping_walls_enabled = False
wall_0_wipe_dist = 0.4
z_seam_relative = True
z_seam_type = back
z_seam_x = 100
z_seam_y = 120

#line_width = 0.48
#default_material_print_temperature = 210
#material_final_print_temperature = 210
#material_initial_print_temperature = 210