Skip to content

Commit 4fa8515

Browse files
committed
Fix HPGL scaling.
1 parent 1159636 commit 4fa8515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inkcut/device/protocols/hpgl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class HPGLConfig(Model):
1616

1717

1818
class HPGLProtocol(DeviceProtocol):
19-
DEFAULT_SCALE = Float(1016 / 90.0)
19+
DEFAULT_SCALE = (1016 / 90.0)
2020

2121
#: Pad option
2222
config = Instance(HPGLConfig, ()).tag(config=True)

0 commit comments

Comments
 (0)