mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-28 23:04:34 +08:00

* Add Cubicon 3D Printer device profiles. - 3DP-110F - 3DP-210F - 3DP-310F Cubicon: http://www.3dcubicon.com/en/cubicon/ * Add missed profile file. * Remove platform mesh files. Do not necessary platform mesh in Cubicon devices.
27 lines
612 B
JSON
27 lines
612 B
JSON
{
|
|
"id": "cubicon_3dp_110f_extruder_0",
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "cubicon_3dp_110f",
|
|
"position": "0"
|
|
},
|
|
"overrides": {
|
|
"extruder_nr": {
|
|
"default_value": 0
|
|
},
|
|
"machine_nozzle_size": {
|
|
"default_value": 0.4
|
|
},
|
|
"machine_nozzle_offset_x": {
|
|
"default_value": -15
|
|
},
|
|
"machine_nozzle_offset_y": {
|
|
"default_value": -5
|
|
},
|
|
"material_diameter": {
|
|
"default_value": 1.75
|
|
}
|
|
}
|
|
} |