Skip to content

Commit be405c4

Browse files
authored
Merge pull request #786 from MaslowCNC/update-calibration-text
Update wording of calibration step
2 parents 66d88bf + 097fa28 commit be405c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CalibrationWidgets/measureOutChains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def on_Enter(self):
2020
2121
'''
2222
self.data = App.get_running_app().data
23-
self.text = "Now we are going to adjust the chains to a known length\n\nIf your chains are not attached place the first link of the chain on the vertical sprocket tooth\nIf your chains are already in place they may retract to the target length\n\nThe correct length of first the left and then the right chain will be measured out\n\nOnce both chains are finished attach the sled, then press Next\n\nThe Move to Center button will move the sled to the center.\n\nBe sure to keep an eye on the chains during this process to ensure that they do not become tangled\naround the sprocket. The motors are very powerful and the machine can damage itself this way"
23+
self.text = "If your chains are already in place they may retract to the target length.\n\nIf your left chain is still attached to the right motor from the length measurement motor-to-motor, remove it from the RIGHT motor without changing the position it has on the left motor.\nFor chains that are not attached to a motor (typical calibration = right chain) place the first link of the chain on the vertical sprocket tooth.\n\nThe correct length of first the left and then the right chain will be measured out\n\nOnce both chains are finished attach the sled, then press Next\n\nThe Move to Center button will move the sled to the center.\n\nBe sure to keep an eye on the chains during this process to ensure that they do not become tangled\naround the sprocket. The motors are very powerful and the machine can damage itself this way"
2424

2525
#select the right image for a given setup
2626
print "measure out chains on enter"

0 commit comments

Comments
 (0)