mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:29:02 +08:00
Fix slashes in TinyBoy printer names
Somehow they turned into underscores, but clearly they are demarking different alternatives. Contributes to issue CURA-7515.
This commit is contained in:
parent
2349d00e66
commit
5794deeade
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "TinyBoy E10_J10_L10_M10",
|
||||
"name": "TinyBoy E10/J10/L10/M10",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "TinyBoy E16_L16_M16",
|
||||
"name": "TinyBoy E16/L16/M16",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata": {
|
||||
"visible": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user