mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user