From 5794deeade32059800ed5ec507d4fa5e66427779 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 15 Jun 2020 17:53:43 +0200 Subject: [PATCH] Fix slashes in TinyBoy printer names Somehow they turned into underscores, but clearly they are demarking different alternatives. Contributes to issue CURA-7515. --- resources/definitions/tinyboy_e10.def.json | 2 +- resources/definitions/tinyboy_e16.def.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/definitions/tinyboy_e10.def.json b/resources/definitions/tinyboy_e10.def.json index c05bde4869..26c306cf4e 100644 --- a/resources/definitions/tinyboy_e10.def.json +++ b/resources/definitions/tinyboy_e10.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "TinyBoy E10_J10_L10_M10", + "name": "TinyBoy E10/J10/L10/M10", "inherits": "fdmprinter", "metadata": { "visible": true, diff --git a/resources/definitions/tinyboy_e16.def.json b/resources/definitions/tinyboy_e16.def.json index 9f69124f46..7f63405c79 100644 --- a/resources/definitions/tinyboy_e16.def.json +++ b/resources/definitions/tinyboy_e16.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "TinyBoy E16_L16_M16", + "name": "TinyBoy E16/L16/M16", "inherits": "fdmprinter", "metadata": { "visible": true,