mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +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:
23
resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json
Executable file
23
resources/profiles/DeltaMaker/filament/DeltaMaker Generic PETG.json
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFG99",
|
||||
"setting_id": "GFSG99",
|
||||
"name": "DeltaMaker Generic PETG",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "fdm_filament_pet",
|
||||
"reduce_fan_stop_start_freq": ["1"],
|
||||
"slow_down_for_layer_cooling": ["1"],
|
||||
"fan_cooling_layer_time": ["30"],
|
||||
"overhang_fan_speed": ["90"],
|
||||
"fan_max_speed": ["40"],
|
||||
"fan_min_speed": ["20"],
|
||||
"slow_down_min_speed": ["10"],
|
||||
"slow_down_layer_time": ["8"],
|
||||
"filament_flow_ratio": ["0.95"],
|
||||
"filament_max_volumetric_speed": ["2"],
|
||||
"filament_start_gcode": ["; filament start gcode\n"],
|
||||
"compatible_printers": [
|
||||
"DeltaMaker Pro 0.5 nozzle"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user