Fix mesh/texture filename

Contributes to CURA-10436
This commit is contained in:
Jelle Spijker 2023-03-21 20:37:52 +01:00
parent 15384a5956
commit 942cd18c4b
No known key found for this signature in database
GPG key ID: 034D1C0527888B65
2 changed files with 3 additions and 3 deletions

View file

@ -8,10 +8,10 @@
"author": "Hellbot Development Team",
"manufacturer": "Hellbot",
"file_formats": "text/x-gcode",
"platform": "Hellbot_magna_SE_300.obj",
"platform": "Hellbot_Magna_SE_300.obj",
"has_materials": true,
"machine_extruder_trains": { "0": "hellbot_magna_SE_300_extruder" },
"platform_texture": "Hellbot_magna_SE_300.png"
"platform_texture": "Hellbot_Magna_SE_300.png"
},
"overrides":
{

View file

@ -8,7 +8,7 @@
"author": "Hellbot Development Team",
"manufacturer": "Hellbot",
"file_formats": "text/x-gcode",
"platform": "Hellbot_magna_SE_Pro.obj",
"platform": "Hellbot_Magna_SE_Pro.obj",
"has_materials": true,
"machine_extruder_trains": { "0": "hellbot_magna_SE_Pro_extruder" },
"platform_texture": "Hellbot_magna_SE_Pro.png"