mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 01:28:37 -07:00
* 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>
23 lines
717 B
JSON
Executable file
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"
|
|
}
|