mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-30 03:10:29 -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>
20 lines
544 B
JSON
Executable file
20 lines
544 B
JSON
Executable file
{
|
|
"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"
|
|
}
|