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,27 @@
{
"type": "filament",
"name": "fdm_filament_pla",
"from": "system",
"instantiation": "false",
"inherits": "fdm_filament_common",
"fan_cooling_layer_time": "100",
"filament_max_volumetric_speed": ["0"],
"filament_type": ["PLA"],
"filament_density": ["1.24"],
"filament_cost": ["29"],
"nozzle_temperature_initial_layer": ["205"],
"reduce_fan_stop_start_freq": ["1"],
"slow_down_for_layer_cooling": ["1"],
"fan_max_speed": ["100"],
"fan_min_speed": ["100"],
"overhang_fan_speed": ["100"],
"overhang_fan_threshold": ["50%"],
"close_fan_the_first_x_layers": ["1"],
"nozzle_temperature": ["210"],
"temperature_vitrification": ["60"],
"nozzle_temperature_range_low": ["190"],
"nozzle_temperature_range_high": ["210"],
"slow_down_min_speed": ["10"],
"slow_down_layer_time": ["4"],
"filament_start_gcode": ["; filament start gcode\n"]
}