mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06: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:
parent
955601d632
commit
208784c783
20 changed files with 1239 additions and 8 deletions
12
resources/profiles/TwoTrees/machine/TwoTrees SK1.json
Normal file
12
resources/profiles/TwoTrees/machine/TwoTrees SK1.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"type": "machine_model",
|
||||
"name": "TwoTrees SK1",
|
||||
"model_id": "TwoTrees_SK1",
|
||||
"nozzle_diameter": "0.4",
|
||||
"machine_tech": "FFF",
|
||||
"family": "TwoTreesDesign",
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue