OrcaSlicer/resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.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

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