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,20 @@
{
"type": "process",
"setting_id": "GP004",
"name": "0.12mm Fine @DeltaMaker",
"from": "system",
"inherits": "fdm_process_common",
"instantiation": "true",
"layer_height": "0.12",
"bottom_shell_layers": "6",
"sparse_infill_density": "15%",
"infill_wall_overlap": "35%",
"ironing_flow": "15%",
"ironing_spacing": "0.1",
"skirt_distance": "3",
"skirt_height": "1",
"tree_support_branch_angle": "40",
"detect_thin_wall": "1",
"top_shell_layers": "8",
"travel_speed": "150"
}