Fixed many profile issues and cleaned up some messes. (#10686)

This commit is contained in:
SoftFever
2025-09-11 17:50:53 +08:00
committed by GitHub
parent 5e9570c946
commit 4f50fdc94e
6026 changed files with 187121 additions and 169667 deletions

View File

@@ -1,20 +1,20 @@
{
"type": "machine",
"setting_id": "GM001",
"name": "Dremel 3D45 0.4 nozzle",
"from": "system",
"instantiation": "true",
"inherits": "fdm_dremel_common",
"from": "system",
"setting_id": "GM001",
"instantiation": "true",
"printer_model": "Dremel 3D45",
"printer_variant": "0.4",
"printer_settings_id": "Dremel",
"gcode_flavor": "marlin",
"default_filament_profile": [
"Dremel Generic PLA @3D45 all"
"Dremel Generic PLA @3D45 all"
],
"default_print_profile": ".20mm Standard @Dremel 3D45 0.4",
"nozzle_diameter": [
"0.4"
"0.4"
],
"printable_area": [
"-127.5x-77.5",
@@ -114,4 +114,4 @@
"machine_end_gcode": "M104 S0; turn off nozzle\nM140 S0; turn off bed\nG92 E1; return print head to home\nG1 E-1 F300\nG162 Z F600\nG162 X Y F2000\nM84; disable stepper motors",
"machine_pause_gcode": "G5",
"change_filament_gcode": "G5"
}
}