mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add check for platform mesh & texture
It simply checks if the file exists
This commit is contained in:
parent
c3b447cd89
commit
338f9c0052
8 changed files with 11 additions and 7 deletions
|
|
@ -8,7 +8,6 @@
|
|||
"manufacturer": "Cubicon",
|
||||
"visible": true,
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "",
|
||||
"supports_usb_connection": false,
|
||||
"machine_extruder_trains": {
|
||||
"0": "cubicon_3dp_110f_extruder_0"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
"manufacturer": "Cubicon",
|
||||
"visible": true,
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "",
|
||||
"supports_usb_connection": false,
|
||||
"machine_extruder_trains": {
|
||||
"0": "cubicon_3dp_210f_extruder_0"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
"manufacturer": "Cubicon",
|
||||
"visible": true,
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "",
|
||||
"supports_usb_connection": false,
|
||||
"machine_extruder_trains": {
|
||||
"0": "cubicon_3dp_310f_extruder_0"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@
|
|||
"manufacturer": "Deltaprintr",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform_offset": [0, 0, 0],
|
||||
"platform": "",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "delta_go_extruder_0"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@
|
|||
"author": "Chris Pearson",
|
||||
"manufacturer": "Printrbot",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "printrbot_play_heated_extruder_0"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
"manufacturer": "uBuild-3D",
|
||||
"category": "Other",
|
||||
"file_formats": "text/x-gcode",
|
||||
"platform": "mr_bot_280_platform.stl",
|
||||
"has_materials": true,
|
||||
"preferred_quality_type": "draft",
|
||||
"machine_extruder_trains":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue