mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 04:40:47 -07:00
* 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>
37 lines
No EOL
976 B
JSON
37 lines
No EOL
976 B
JSON
{
|
|
"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": []
|
|
} |