-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add metallic PLA quality files for Sketch printers
Previously we used the PLA quality files to print Metallic PLA. There were drastic differences in surface quality (matte vs shiny). The temperature increase to 230 addresses the surface differences. We reduced the print speed to stay within the max flowrate of 12 mm^3/s. Additionally, the infill rotation was enabled for Metallic PLA (Similar to Sketch PLA infill). Some other speed adjustments were made (walls, roof, support interface, support bottom). These were paths that got slowed down too much when adjusting the global print speed. These adjustments were made to make up some of the lost speed without sacrificing print quality. The previous support material flow value was set to 90%. We increased it by 2% to limit under-extrusion, which is more pronounced at the higher nozzle temperature. PP-552
- Loading branch information
1 parent
382b98e
commit 87072cc
Showing
5 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
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
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
15 changes: 15 additions & 0 deletions
15
resources/quality/ultimaker_sketch/um_sketch_0.4mm_um-metallic-pla-175_0.2mm.inst.cfg
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,15 @@ | ||
[general] | ||
definition = ultimaker_sketch | ||
name = Fast | ||
version = 4 | ||
|
||
[metadata] | ||
material = ultimaker_metallic_pla_175 | ||
quality_type = draft | ||
setting_version = 24 | ||
type = quality | ||
variant = 0.4mm | ||
weight = -2 | ||
|
||
[values] | ||
|
15 changes: 15 additions & 0 deletions
15
...s/quality/ultimaker_sketch_large/um_sketch_large_0.4mm_um-metallic-pla-175_0.2mm.inst.cfg
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,15 @@ | ||
[general] | ||
definition = ultimaker_sketch_large | ||
name = Fast | ||
version = 4 | ||
|
||
[metadata] | ||
material = ultimaker_metallic_pla_175 | ||
quality_type = draft | ||
setting_version = 24 | ||
type = quality | ||
variant = 0.4mm | ||
weight = -2 | ||
|
||
[values] | ||
|
28 changes: 28 additions & 0 deletions
28
...quality/ultimaker_sketch_sprint/um_sketch_sprint_0.4mm_um-metallic-pla-175_0.2mm.inst.cfg
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,28 @@ | ||
[general] | ||
definition = ultimaker_sketch_sprint | ||
name = Fast | ||
version = 4 | ||
|
||
[metadata] | ||
material = ultimaker_metallic_pla_175 | ||
quality_type = draft | ||
setting_version = 24 | ||
type = quality | ||
variant = 0.4mm | ||
weight = -2 | ||
|
||
[values] | ||
cool_min_temperature = 230 | ||
infill_angles = [45,45,45,45,45,135,135,135,135,135] | ||
material_final_print_temperature = 230 | ||
material_initial_print_temperature = 230 | ||
speed_print = 125 | ||
speed_roofing = 100 | ||
speed_support_bottom = 100 | ||
speed_support_interface = 125 | ||
speed_topbottom = 100 | ||
speed_wall = 75 | ||
speed_wall_x = 100 | ||
support_material_flow = 92 | ||
wall_overhang_speed_factor = 23 | ||
|