We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07731b2 commit f35eb53Copy full SHA for f35eb53
gcodeplot.py
@@ -23,7 +23,7 @@
23
ALIGN_CENTER = 3
24
25
class Plotter(object):
26
- def __init__(self, xyMin=(10,8), xyMax=(192,150),
+ def __init__(self, xyMin=(7,8), xyMax=(204,178),
27
drawSpeed=35, moveSpeed=40, zSpeed=5, workZ = 14.5, liftDeltaZ = 2.5, safeDeltaZ = 20):
28
self.xyMin = xyMin
29
self.xyMax = xyMax
0 commit comments