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:
25
resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json
Executable file
25
resources/profiles/DeltaMaker/machine/DeltaMaker 2 0.35 nozzle.json
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "machine",
|
||||
"setting_id": "GM001",
|
||||
"name": "DeltaMaker 2 0.35 nozzle",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_machine_common",
|
||||
"printer_model": "DeltaMaker 2",
|
||||
"default_print_profile": "0.18mm Standard @DeltaMaker",
|
||||
"nozzle_diameter": ["0.35"],
|
||||
"printer_variant": "0.35",
|
||||
"printable_height": "260",
|
||||
"printable_area": [
|
||||
"-69x-120",
|
||||
"-138x0",
|
||||
"-69x120",
|
||||
"69x120",
|
||||
"138x0",
|
||||
"69x-120"
|
||||
],
|
||||
"default_filament_profile": [
|
||||
"DeltaMaker Brand PLA",
|
||||
"DeltaMaker Generic PLA"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user