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:
Ghostkeeper 2020-06-15 17:53:43 +02:00
parent 2349d00e66
commit 5794deeade
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"version": 2,
"name": "TinyBoy E10_J10_L10_M10",
"name": "TinyBoy E10/J10/L10/M10",
"inherits": "fdmprinter",
"metadata": {
"visible": true,

View file

@ -1,6 +1,6 @@
{
"version": 2,
"name": "TinyBoy E16_L16_M16",
"name": "TinyBoy E16/L16/M16",
"inherits": "fdmprinter",
"metadata": {
"visible": true,