Add profiles for DeltaMaker 3D printers (#7712)

* Initial DM2 Profiles

Add profiles for DeltaMaker 3D printers

* Made changes to machine/fdm_machine_common.json and process/fdm_process_common.json to validate successfully using the Orca profile validator

* Update DeltaMaker 2.json

Corrected the capitalization of the file name.

---------

Co-authored-by: Noisyfox <timemanager.rick@gmail.com>
Co-authored-by: SoftFever <softfeverever@gmail.com>
Co-authored-by: Christian Coleman <christianlanecoleman@gmail.com>
This commit is contained in:
DeltaMaker
2025-01-23 18:11:44 -05:00
committed by GitHub
parent ddef92ccd6
commit 02f5bc0d22
28 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"type": "machine_model",
"name": "DeltaMaker 2XT",
"model_id": "deltamaker-2xt",
"nozzle_diameter": "0.5",
"machine_tech": "FFF",
"family": "DeltaMaker",
"bed_model": "deltamaker_2_buildplate_model.stl",
"bed_texture": "deltamaker_2_buildplate_texture.png",
"default_materials": "DeltaMaker Brand PLA;DeltaMaker Generic PLA"
}