mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
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>
This commit is contained in:
24
resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json
Executable file
24
resources/profiles/DeltaMaker/process/0.25mm Draft @DeltaMaker.json
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user