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>
24 lines
709 B
JSON
Executable file
24 lines
709 B
JSON
Executable file
{
|
|
"type": "process",
|
|
"setting_id": "GP004",
|
|
"name": "0.25mm Draft @DeltaMaker",
|
|
"from": "system",
|
|
"inherits": "fdm_process_common",
|
|
"instantiation": "true",
|
|
"adaptive_layer_height": "1",
|
|
"layer_height": "0.25",
|
|
"bottom_shell_layers": "3",
|
|
"bridge_speed": "60",
|
|
"wall_infill_order": "inner wall/outer wall/infill",
|
|
"sparse_infill_density": "15%",
|
|
"sparse_infill_line_width": "0.40",
|
|
"infill_wall_overlap": "35%",
|
|
"ironing_flow": "15%",
|
|
"overhang_2_4_speed": "20",
|
|
"overhang_3_4_speed": "15",
|
|
"wall_loops": "2",
|
|
"print_settings_id": "",
|
|
"standby_temperature_delta": "-5",
|
|
"detect_thin_wall": "1",
|
|
"top_shell_layers": "4"
|
|
}
|