Skip to content

Commit

Permalink
Remove extra-spaces after units
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Oct 1, 2024
1 parent b69038b commit e4b4b8e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/PostProcessingPlugin/scripts/TimeLapse.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def getSettingDataString(self):
"type": "int",
"default_value": 0,
"minimum_value": 0,
"unit": "ms "
"unit": "ms"
},
"pause_length":
{
Expand All @@ -62,7 +62,7 @@ def getSettingDataString(self):
"type": "int",
"default_value": 500,
"minimum_value": 0,
"unit": "ms "
"unit": "ms"
},
"park_print_head":
{
Expand All @@ -84,7 +84,7 @@ def getSettingDataString(self):
{
"label": "Park Print Head Y",
"description": "What Y location does the head move to for photo.",
"unit": "mm ",
"unit": "mm",
"type": "float",
"default_value": 0,
"enabled": "park_print_head"
Expand All @@ -100,7 +100,7 @@ def getSettingDataString(self):
{
"label": "Z-Hop Height When Parking",
"description": "The height to lift the nozzle off the print before parking.",
"unit": "mm ",
"unit": "mm",
"type": "float",
"default_value": 2.0,
"minimum_value": 0.0
Expand Down

0 comments on commit e4b4b8e

Please sign in to comment.