Remove mm unit from bool type

This commit is contained in:
c.lamboo 2023-11-07 10:22:17 +01:00
parent f4d1db8961
commit 22abbb82b5

View file

@ -1396,7 +1396,6 @@
{ {
"label": "Z Seam Relative", "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.", "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", "type": "bool",
"default_value": false, "default_value": false,
"enabled": "z_seam_type == 'back'", "enabled": "z_seam_type == 'back'",