OrcaSlicer/resources/profiles/DeltaMaker/process/fdm_process_klipper_common.json
DeltaMaker 02f5bc0d22
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>
2025-01-24 07:11:44 +08:00

23 lines
717 B
JSON
Executable file

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