From 22abbb82b52551c85b1d3940c6cec38ead279493 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Tue, 7 Nov 2023 10:22:17 +0100 Subject: [PATCH] Remove mm unit from bool type --- resources/definitions/fdmprinter.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index abb765b389..0c6f101d0c 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/resources/definitions/fdmprinter.def.json @@ -1396,7 +1396,6 @@ { "label": "Z Seam Relative", "description": "When enabled, the z seam coordinates are relative to each part's centre. When disabled, the coordinates define an absolute position on the build plate.", - "unit": "mm", "type": "bool", "default_value": false, "enabled": "z_seam_type == 'back'",