Skip to content

Commit d6eea1b

Browse files
committed
fix typo
1 parent 10a8001 commit d6eea1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_bettergrblsupport/_bgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def do_xy_probe(_plugin, axes, sessionId):
488488
sessionId=xyProbe._sessionId,
489489
axis=axis,
490490
axes=axes,
491-
step=xYProbe._step,
491+
step=xyProbe._step,
492492
gcode=gcode))
493493

494494
def xy_probe_hook(_plugin, result, position, axis):

0 commit comments

Comments
 (0)