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:
DeltaMaker
2025-01-23 18:11:44 -05:00
committed by GitHub
parent ddef92ccd6
commit 02f5bc0d22
28 changed files with 821 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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"]
}