orcaslicer/resources/profiles/Dremel.json
cochcoder 9467aa228c
Add Dremel 3D20, 3D40, and 3D45 (#4777)
* Add base files & 3D20

* Add Dremel 3D20, 3D40, and 3D45

* Used the wrong name

* Let's see if this fixes the crashes

* test

* Limit variables and trying something

* Forgot to remove these,,,

* Tweaks

* Re-add Dremel files and fix several format errors

* Add Dremel 3D40 & 3D45 and process

* Temp bed model/texture

* Forgot to add the actual files

* Revert "Forgot to add the actual files"

This reverts commit 9190ca3d0eceb1749e9647335e0a44588fed155e.

* Revert "Temp bed model/texture"

This reverts commit 6e873f8e72453cfb6fda80ed388647493a7c3adb.

* Update fdm_process_dremel_common.json

* Add bed models

* Improve upon build plates

* Attempt at fixing error

* Didn't work

* Attempt at a fix

* Revert "Attempt at a fix"

This reverts commit 1e06ea355c4ad24dd40ff3adfe06bf91e833c933.

* Try changing order of process_list

* Remove gcode_flavor from process

* Add fdm_filament_pla to Dremel.json

* Add Dremel Generic PLA

* forgot this...

* Change to dremel

* Fix buildplate model naming

* Try this

* Revert "Try this"

This reverts commit 851f355c2e1aa4722e7381fdc2ed66f13aa6a597.

* Fix issues that it won't load on Linux/Mac OS

---------

Co-authored-by: SoftFever <softfeverever@gmail.com>
2024-05-19 14:09:36 +08:00

130 lines
3.2 KiB
JSON

{
"name": "Dremel",
"version": "02.00.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"
}
]
}