mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
New printer profile : TwoTrees SK1 (#3982)
* Initial profile for TwoTrees SK1 * Added PAUSE command instead of M601 and added machine_pause_gcode * Enabled multi bed types and removed skirt loop * Fixed non-ascii characters * Added PETG, PLA-CF plus clean ups and fixes. * Optimizations, and added PLA Silk * Maximum velocity is too high on Klipper settings, lowered to 730mm/s, this was obtained with Klipper Auto Speed * Ditto * Small optimizations * Added one layer to bottom for HSpeed profile
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
{
|
||||
"name": "TwoTrees SP-5 Klipper",
|
||||
"sub_path": "machine/TwoTrees SP-5 Klipper.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees SK1",
|
||||
"sub_path": "machine/TwoTrees SK1.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
@@ -37,6 +41,38 @@
|
||||
{
|
||||
"name": "0.28mm Extra Draft @TwoTrees",
|
||||
"sub_path": "process/0.28mm Extra Draft @TwoTrees.json"
|
||||
},
|
||||
{
|
||||
"name": "0.08mm Extra Fine @SK1",
|
||||
"sub_path": "process/0.08mm Extra Fine @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.12mm Fine @SK1",
|
||||
"sub_path": "process/0.12mm Fine @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.16mm Optimal @SK1",
|
||||
"sub_path": "process/0.16mm Optimal @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Quality @SK1",
|
||||
"sub_path": "process/0.20mm Quality @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm Standard @SK1",
|
||||
"sub_path": "process/0.20mm Standard @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm Draft @SK1",
|
||||
"sub_path": "process/0.24mm Draft @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.24mm HSpeed @SK1",
|
||||
"sub_path": "process/0.24mm HSpeed @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "0.28mm Extra Draft @SK1",
|
||||
"sub_path": "process/0.28mm Extra Draft @SK1.json"
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
@@ -76,7 +112,7 @@
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "TwoTrees Generic PLA",
|
||||
"sub_path": "filament/TwoTrees Generic PLA.json"
|
||||
},
|
||||
@@ -115,20 +151,48 @@
|
||||
{
|
||||
"name": "TwoTrees Generic PA-CF",
|
||||
"sub_path": "filament/TwoTrees Generic PA-CF.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic 95A TPU @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic 95A TPU @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic HS PLA @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic HS PLA @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic PETG @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic PETG @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic PLA @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic PLA @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic PLA-CF @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic PLA-CF @SK1.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees Generic PLA Silk @SK1",
|
||||
"sub_path": "filament/TwoTrees Generic PLA Silk @SK1.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "fdm_klipper_common",
|
||||
"sub_path": "machine/fdm_klipper_common.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees SP-5 Klipper 0.4 nozzle",
|
||||
"sub_path": "machine/TwoTrees SP-5 Klipper 0.4 nozzle.json"
|
||||
},
|
||||
{
|
||||
"name": "TwoTrees SK1 0.4 nozzle",
|
||||
"sub_path": "machine/TwoTrees SK1 0.4 nozzle.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user