Skip to content

Commit f35eb53

Browse files
committed
foo
1 parent 07731b2 commit f35eb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcodeplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
ALIGN_CENTER = 3
2424

2525
class Plotter(object):
26-
def __init__(self, xyMin=(10,8), xyMax=(192,150),
26+
def __init__(self, xyMin=(7,8), xyMax=(204,178),
2727
drawSpeed=35, moveSpeed=40, zSpeed=5, workZ = 14.5, liftDeltaZ = 2.5, safeDeltaZ = 20):
2828
self.xyMin = xyMin
2929
self.xyMax = xyMax

0 commit comments

Comments
 (0)