mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06: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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue