-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
229a826
commit 024a4b4
Showing
2 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
resources/profiles/Qidi/process/0.08mm Extra Fine @Qidi XPlus4 0.4 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"type": "process", | ||
"setting_id": "GP004", | ||
"name": "0.08mm Extra Fine @Qidi XPlus4 0.4 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_process_common", | ||
"bottom_shell_layers": "7", | ||
"bridge_flow": "1", | ||
"elefant_foot_compensation": "0.15", | ||
"gap_infill_speed": "350", | ||
"initial_layer_infill_speed": "105", | ||
"initial_layer_speed": "50", | ||
"inner_wall_speed": "350", | ||
"internal_solid_infill_speed": "350", | ||
"ironing_flow": "8%", | ||
"layer_height": "0.08", | ||
"outer_wall_speed": "200", | ||
"overhang_1_4_speed": "60", | ||
"overhang_2_4_speed": "30", | ||
"overhang_3_4_speed": "10", | ||
"sparse_infill_speed": "450", | ||
"support_bottom_z_distance": "0.08", | ||
"support_threshold_angle": "15", | ||
"support_top_z_distance": "0.08", | ||
"top_shell_layers": "9", | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.4 nozzle" | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
resources/profiles/Qidi/process/0.08mm High Quality @Qidi XPlus4 0.4 nozzle.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"type": "process", | ||
"setting_id": "GP004", | ||
"name": "0.08mm High Quality @Qidi XPlus4 0.4 nozzle", | ||
"from": "system", | ||
"instantiation": "true", | ||
"inherits": "fdm_process_common", | ||
"bottom_shell_layers": "7", | ||
"bridge_flow": "1", | ||
"default_acceleration": "4000", | ||
"elefant_foot_compensation": "0.15", | ||
"gap_infill_speed": "210", | ||
"initial_layer_infill_speed": "105", | ||
"initial_layer_speed": "50", | ||
"inner_wall_speed": "120", | ||
"internal_solid_infill_speed": "150", | ||
"ironing_flow": "8%", | ||
"layer_height": "0.08", | ||
"outer_wall_acceleration": "2000", | ||
"outer_wall_speed": "60", | ||
"overhang_1_4_speed": "60", | ||
"overhang_2_4_speed": "30", | ||
"overhang_3_4_speed": "10", | ||
"sparse_infill_pattern": "gyroid", | ||
"sparse_infill_speed": "150", | ||
"support_bottom_z_distance": "0.08", | ||
"support_threshold_angle": "15", | ||
"support_top_z_distance": "0.08", | ||
"top_shell_layers": "9", | ||
"top_surface_speed": "150", | ||
"compatible_printers": [ | ||
"Qidi X-Plus 4 0.4 nozzle" | ||
] | ||
} |