mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +00: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>
15 lines
363 B
JSON
Executable File
15 lines
363 B
JSON
Executable File
{
|
|
"type": "filament",
|
|
"filament_id": "GFB99",
|
|
"setting_id": "GFSA04",
|
|
"name": "DeltaMaker Generic TPU",
|
|
"from": "system",
|
|
"instantiation": "true",
|
|
"inherits": "fdm_filament_tpu",
|
|
"filament_flow_ratio": ["0.94"],
|
|
"filament_max_volumetric_speed": ["4.5"],
|
|
"compatible_printers": [
|
|
"DeltaMaker Pro 0.5 nozzle"
|
|
]
|
|
}
|