Skip to content

Commit ac23d1c

Browse files
committed
fixup remap docs, interpreter.speed is an array now
1 parent 5cb8cb2 commit ac23d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/remap/remap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def involute(self, **words):
578578
if equal(self.feed_rate,0.0):
579579
return "feedrate > 0 required"
580580

581-
if equal(self.speed,0.0):
581+
if equal(self.speed[0],0.0):
582582
return "spindle speed > 0 required"
583583

584584
plunge = 0.1 # if Z word was given, plunge - with reduced feed

0 commit comments

Comments
 (0)