Skip to content

Commit 2663d8e

Browse files
committed
capitalization
.git ignores the capitalization on the repository so the assets rename did not update their capitalization. This fixes the unit tests
1 parent 5afb380 commit 2663d8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/definitions/hellbot_magna_SE.def.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"author": "Hellbot Development Team",
99
"manufacturer": "Hellbot",
1010
"file_formats": "text/x-gcode",
11-
"platform": "Hellbot_Magna_SE.obj",
11+
"platform": "hellbot_magna_SE.obj",
1212
"has_materials": true,
1313
"has_textured_buildplate": true,
1414
"machine_extruder_trains": { "0": "hellbot_magna_SE_extruder" },
15-
"platform_texture": "Hellbot_Magna_SE.png"
15+
"platform_texture": "hellbot_magna_SE.png"
1616
},
1717
"overrides":
1818
{

resources/definitions/hellbot_magna_SE_Pro.def.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"has_materials": true,
1313
"has_textured_buildplate": true,
1414
"machine_extruder_trains": { "0": "hellbot_magna_SE_Pro_extruder" },
15-
"platform_texture": "Hellbot_Magna_SE_Pro.png"
15+
"platform_texture": "Hellbot_magna_SE_Pro.png"
1616
},
1717
"overrides":
1818
{

0 commit comments

Comments
 (0)