mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 17:12:07 +00:00
* 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 commit9190ca3d0e. * Revert "Temp bed model/texture" This reverts commit6e873f8e72. * 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 commit1e06ea355c. * 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 commit851f355c2e. * Fix issues that it won't load on Linux/Mac OS --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
131 lines
3.2 KiB
JSON
131 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"
|
|
}
|
|
]
|
|
}
|