mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Adds M3D D8500 Enabler Pro Profiles V1 (#11503)
* Adds M3D D8500 Enabler Pro Profiles V1 Adds support for M3D D8500 Enabler Pro support for Orca. Allows user to set up the printer directly from the printers menu. * Adds M3D D8500 Enabler Pro Profiles V1 --------- Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
37
resources/profiles/M3D.json
Normal file
37
resources/profiles/M3D.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "M3D",
|
||||
"version": "1.0.0",
|
||||
"force_update": "0",
|
||||
"description": "Configuration for M3D printers",
|
||||
"machine_model_list": [
|
||||
{
|
||||
"name": "M3D Enabler D8500 MM Model",
|
||||
"sub_path": "machine/M3D Enabler D8500 MM Model.json"
|
||||
}
|
||||
],
|
||||
"machine_list": [
|
||||
{
|
||||
"name": "fdm_machine_common",
|
||||
"sub_path": "machine/fdm_machine_common.json"
|
||||
},
|
||||
{
|
||||
"name": "M3D Enabler D8500 MM",
|
||||
"sub_path": "machine/M3D Enabler D8500 MM.json"
|
||||
}
|
||||
],
|
||||
"process_list": [
|
||||
{
|
||||
"name": "fdm_process_common",
|
||||
"sub_path": "process/fdm_process_common.json"
|
||||
},
|
||||
{
|
||||
"name": "0.15mm MM @D8500",
|
||||
"sub_path": "process/0.15mm MM @D8500.json"
|
||||
},
|
||||
{
|
||||
"name": "0.20mm MM @D8500",
|
||||
"sub_path": "process/0.20mm MM @D8500.json"
|
||||
}
|
||||
],
|
||||
"filament_list": []
|
||||
}
|
||||
Reference in New Issue
Block a user