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:
Thomas 2024-02-10 04:37:24 +01:00 committed by GitHub
parent 955601d632
commit 208784c783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1239 additions and 8 deletions

View 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"
}