fix bug in Path module: str has no attribute UserString

This commit is contained in:
wmayer
2019-09-01 22:14:53 +02:00
parent 679f7e91c7
commit 00c016a967

View File

@@ -189,7 +189,7 @@ class SetupSheet:
attrs[Template.HorizRapid] = self.obj.HorizRapid.UserString
if includeCoolantMode:
attrs[Template.CoolantMode] = self.obj.CoolantMode.UserString
attrs[Template.CoolantMode] = self.obj.CoolantMode
if includeHeights:
attrs[Template.SafeHeightOffset] = self.obj.SafeHeightOffset.UserString