From abf1610923d991c0b7f2c3adf41c26bd61d14406 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 11 Jul 2018 13:29:54 +0200 Subject: [PATCH] Rename Custom FDM Printer to Custom FFF printer FFF is easier to type... But that's probably not the real reason why we need to do this. Contributes to issue CURA-5461. --- resources/definitions/custom.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/custom.def.json b/resources/definitions/custom.def.json index e973a75bbf..d0d9e904c5 100644 --- a/resources/definitions/custom.def.json +++ b/resources/definitions/custom.def.json @@ -1,6 +1,6 @@ { "version": 2, - "name": "Custom FDM printer", + "name": "Custom FFF printer", "inherits": "fdmprinter", "metadata": { "visible": true,