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,23 @@
{
"type": "process",
"name": "fdm_process_klipper_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_process_common",
"default_acceleration": "5000",
"top_surface_acceleration": "3000",
"travel_acceleration": "6000",
"inner_wall_acceleration": "5000",
"outer_wall_acceleration": "3000",
"initial_layer_acceleration": "500",
"initial_layer_speed": "50",
"initial_layer_infill_speed": "105",
"outer_wall_speed": "120",
"inner_wall_speed": "120",
"internal_solid_infill_speed": "120",
"top_surface_speed": "100",
"gap_infill_speed": "100",
"sparse_infill_speed": "120",
"travel_speed": "250",
"exclude_object": "1"
}