orcaslicer/resources/profiles/Dremel.json
cochcoder 35352d48e8
Fix Dremel 3D45 Profile (#5497)
* Change G-Code

* Change config to closely match prusa profile

The profile can be found at https://forum.prusa3d.com/forum/prusaslicer/looking-for-a-dremel-3d45-profile-for-prusa-slicer-help-me-help-my-students/

* Use original build plate model

* Change printable area

* Update machine settings

* Change bed model naming

* Prevent future conflicts

* Update values

* Fix error

* Disable firmware retraction

* Enable reduce infill retraction

* Fully disable relative e distances

* Fix filename format

* Revert "Fix filename format"

This reverts commit b95e76a57a1fcf796a658bcbf616ed77d79298d1.

* Forgot this one

* Clean up
2024-06-15 16:01:26 +08:00

130 lines
3.2 KiB
JSON

{
"name": "Dremel",
"version": "02.01.00.00",
"force_update": "0",
"description": "Dremel configurations",
"machine_model_list": [
{
"name": "Dremel 3D20",
"sub_path": "machine/Dremel 3D20.json"
},
{
"name": "Dremel 3D40",
"sub_path": "machine/Dremel 3D40.json"
},
{
"name": "Dremel 3D45",
"sub_path": "machine/Dremel 3D45.json"
}
],
"process_list": [
{
"name": "fdm_process_common",
"sub_path": "process/fdm_process_common.json"
},
{
"name": "fdm_process_dremel_common",
"sub_path": "process/fdm_process_dremel_common.json"
},
{
"name": ".05mm Super Detail @Dremel 3D40 0.4",
"sub_path": "process/.05mm Super Detail @Dremel 3D40 0.4.json"
},
{
"name": ".05mm Super Detail @Dremel 3D45 0.4",
"sub_path": "process/.05mm Super Detail @Dremel 3D45 0.4.json"
},
{
"name": ".10mm Detail @Dremel 3D20 0.4",
"sub_path": "process/.10mm Detail @Dremel 3D20 0.4.json"
},
{
"name": ".10mm Detail @Dremel 3D40 0.4",
"sub_path": "process/.10mm Detail @Dremel 3D40 0.4.json"
},
{
"name": ".10mm Detail @Dremel 3D45 0.4",
"sub_path": "process/.10mm Detail @Dremel 3D45 0.4.json"
},
{
"name": ".20mm Standard @Dremel 3D20 0.4",
"sub_path": "process/.20mm Standard @Dremel 3D20 0.4.json"
},
{
"name": ".20mm Standard @Dremel 3D40 0.4",
"sub_path": "process/.20mm Standard @Dremel 3D40 0.4.json"
},
{
"name": ".20mm Standard @Dremel 3D45 0.4",
"sub_path": "process/.20mm Standard @Dremel 3D45 0.4.json"
},
{
"name": ".30mm Draft @Dremel 3D20 0.4",
"sub_path": "process/.30mm Draft @Dremel 3D20 0.4.json"
},
{
"name": ".30mm Draft @Dremel 3D40 0.4",
"sub_path": "process/.30mm Draft @Dremel 3D40 0.4.json"
},
{
"name": ".30mm Draft @Dremel 3D45 0.4",
"sub_path": "process/.30mm Draft @Dremel 3D45 0.4.json"
},
{
"name": ".34mm SuperDraft @Dremel 3D40 0.4",
"sub_path": "process/.34mm SuperDraft @Dremel 3D40 0.4.json"
},
{
"name": ".34mm SuperDraft @Dremel 3D45 0.4",
"sub_path": "process/.34mm SuperDraft @Dremel 3D45 0.4.json"
}
],
"filament_list": [
{
"name": "fdm_filament_common",
"sub_path": "filament/fdm_filament_common.json"
},
{
"name": "fdm_filament_pla",
"sub_path": "filament/fdm_filament_pla.json"
},
{
"name": "Dremel Generic PLA",
"sub_path": "filament/Dremel Generic PLA.json"
},
{
"name": "Dremel Generic PLA @3D20 all",
"sub_path": "filament/Dremel Generic PLA @3D20 all.json"
},
{
"name": "Dremel Generic PLA @3D40 all",
"sub_path": "filament/Dremel Generic PLA @3D40 all.json"
},
{
"name": "Dremel Generic PLA @3D45 all",
"sub_path": "filament/Dremel Generic PLA @3D45 all.json"
}
],
"machine_list": [
{
"name": "fdm_machine_common",
"sub_path": "machine/fdm_machine_common.json"
},
{
"name": "fdm_dremel_common",
"sub_path": "machine/fdm_dremel_common.json"
},
{
"name": "Dremel 3D20 0.4 nozzle",
"sub_path": "machine/Dremel 3D20 0.4 nozzle.json"
},
{
"name": "Dremel 3D40 0.4 nozzle",
"sub_path": "machine/Dremel 3D40 0.4 nozzle.json"
},
{
"name": "Dremel 3D45 0.4 nozzle",
"sub_path": "machine/Dremel 3D45 0.4 nozzle.json"
}
]
}