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

TwoTrees SK1 Profiles : New filament (PLA Matte) and tuned volumetric flow rates #4172

Merged
merged 6 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 4 additions & 0 deletions resources/profiles/TwoTrees.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@
"name": "TwoTrees Generic PLA-CF @SK1",
"sub_path": "filament/TwoTrees Generic PLA-CF @SK1.json"
},
{
"name": "TwoTrees Generic PLA Matte @SK1",
"sub_path": "filament/TwoTrees Generic PLA Matte @SK1.json"
},
{
"name": "TwoTrees Generic PLA Silk @SK1",
"sub_path": "filament/TwoTrees Generic PLA Silk @SK1.json"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"0.95"
],
"filament_max_volumetric_speed": [
"9"
"13"
],
"enable_pressure_advance": [
"1"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"type": "filament",
"instantiation": "true",
"name": "TwoTrees Generic PLA Matte @SK1",
"inherits": "TwoTrees Generic PLA @SK1",
"from": "system",
"filament_id": "GFSL05",
"setting_id": "GFSL05_00",
"compatible_printers": [
"TwoTrees SK1 0.4 nozzle"
],
"filament_max_volumetric_speed": [
"18"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"TwoTrees SK1 0.4 nozzle"
],
"filament_max_volumetric_speed": [
"12"
"15"
],
"slow_down_layer_time": [
"8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"0.95"
],
"filament_max_volumetric_speed": [
"12"
"18"
],
"slow_down_layer_time": [
"7"
Expand Down
2 changes: 1 addition & 1 deletion resources/profiles/TwoTrees/machine/TwoTrees SK1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"bed_model": "TwoTrees SK1_buildplate_model.stl",
"bed_texture": "",
"hotend_model": "",
"default_materials": "TwoTrees Generic 95A TPU @SK1;TwoTrees Generic PETG @SK1;TwoTrees Generic HS PLA @SK1;TwoTrees Generic PLA @SK1;TwoTrees Generic PLA-CF @SK1;TwoTrees Generic PLA Silk @SK1"
"default_materials": "TwoTrees Generic 95A TPU @SK1;TwoTrees Generic PETG @SK1;TwoTrees Generic HS PLA @SK1;TwoTrees Generic PLA @SK1;TwoTrees Generic PLA-CF @SK1;TwoTrees Generic PLA Matte @SK1;TwoTrees Generic PLA Silk @SK1"
}