mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +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>
25 lines
818 B
JSON
Executable File
25 lines
818 B
JSON
Executable File
{
|
|
"type": "filament",
|
|
"name": "fdm_filament_pet",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_filament_common",
|
|
"slow_down_for_layer_cooling": ["1"],
|
|
"close_fan_the_first_x_layers": ["3"],
|
|
"fan_cooling_layer_time": ["15"],
|
|
"filament_max_volumetric_speed": ["0"],
|
|
"filament_type": ["PETG"],
|
|
"filament_density": ["1.27"],
|
|
"filament_cost": ["30"],
|
|
"nozzle_temperature_initial_layer": ["240"],
|
|
"reduce_fan_stop_start_freq": ["1"],
|
|
"fan_max_speed": ["40"],
|
|
"fan_min_speed": ["20"],
|
|
"overhang_fan_speed": ["50"],
|
|
"nozzle_temperature": ["250"],
|
|
"temperature_vitrification": ["80"],
|
|
"nozzle_temperature_range_low": ["235"],
|
|
"nozzle_temperature_range_high": ["255"],
|
|
"filament_start_gcode": ["; filament start gcode\n"]
|
|
}
|