Initial add of Creality Sermoon V1 Printer and 3 process configs (#4956)

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Update Creality Sermoon V1 0.4 nozzle.json

Changed the default process for the Sermoon V1 Printer.

* Update 0.20mm Standard @Creality Sermoon V1.json

Reduced speeds of .20mm process for Sermoon V1 to no more than 195mm/s as not all printers which may use this are running Klipper.  It is set to Marlin for the flavour but is targeted at a Klippered printer.

* Update 0.16mm Optimal @Creality Sermoon V1.json

Remove Arc Fitting and reduce elephant foot.

* Update 0.20mm Standard @Creality Sermoon V1.json

Remove Arc Fitting and reduce elephant foot.

* Update 0.28mm Standard @Creality Sermoon V1.json

Remove Arc Fitting and reduce elephant foot.
This commit is contained in:
Stevetm2
2024-04-15 08:10:13 -07:00
committed by GitHub
parent a96852cb83
commit 3acd8a2bb4
7 changed files with 438 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"type": "machine_model",
"name": "Creality Sermoon V1",
"model_id": "Creality_Sermoon_V1",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "",
"bed_texture": "",
"z_hop_types": [
"Spiral Lift"
],
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality Generic PETG;Creality Generic ABS"
}