Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- G90 ; Absolute Positioning
- G28 ; Home all axes
- ; 0.125 second pauses were implemented to make the LCD messages display properly.
- ; Feel free to modify
- M117 Beginning Lubrication cycle
- G4 P5000 ; Pause for user to remove tool caddy
- M117 Moving Z Axis to top
- G1 Z200.0 F3000 ; Move Z Axis up to the top extent of its range
- G4 P125 ; Pause for 0.125 seconds
- M117 Apply lubricant to Z Axis nut
- G4 P10000 ; Pause for lubrication
- G1 Z220.0 F1500 ; Move Z Axis up 20mm to get the oil into the screw
- G4 P125 ; Pause for 0.125 seconds
- M117 Moving Z Axis to 75%
- G1 Z150.0 F3000 ; Move Z Axis down to 75% of its range
- G4 P125 ; Pause for 0.125 seconds
- M117 Apply lubricant to Z Axis nut
- G4 P10000 ; Pause for lubrication
- G1 Z170.0 F1500 ; Move Z Axis up 20mm to get the oil into the screw
- G4 P125 ; Pause for 0.125 seconds
- M117 Moving Z Axis to 50%
- G1 Z100.0 F3000 ; Move Z Axis down to 50% of its range
- G4 P125 ; Pause for 0.125 seconds
- M117 Apply lubricant to Z Axis nut
- G4 P10000 ; Pause for lubrication
- G1 Z120.0 F1500 ; Move Z Axis up 20mm to get the oil into the screw
- G4 P125 ; Pause for 0.125 seconds
- M117 Moving Z Axis to 25%
- G1 Z50.0 F3000 ; Move Z Axis down to 25% of its range
- G4 P125 ; Pause for 0.125 seconds
- M117 Apply lubricant to Z Axis nut
- G4 P10000 ; Pause for lubrication
- G1 Z70.0 F1500 ; Move Z Axis up 20mm to get the oil into the screw
- G4 P125 ; Pause for 0.125 seconds
- M117 Moving Z Axis to lowest
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Apply lubricant to Z Axis nut
- G4 P10000 ; Pause for lubrication
- G1 Z22.0 F1500 ; Move Z Axis up 20mm to get the oil into the screw
- G1 Z0.0 F750 ; Move Z Axis down to the Z 0 point
- G4 P2000 ; Pause for 2 seconds
- M117 Beiginning Z Axis Oil wipe
- G4 P5000 ; Pause for 5 seconds
- M117 Z Axis Oil Wipe 1/5
- G1 Z220.0 F3000 ; Move Z Axis up to the top extent of its range
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Z Axis Oil Wipe 2/5
- G1 Z220.0 F3000 ; Move Z Axis up to the top extent of its range
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Z Axis Oil Wipe 3/5
- G1 Z220.0 F3000 ; Move Z Axis up to the top extent of its range
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Z Axis Oil Wipe 4/5
- G1 Z220.0 F3000 ; Move Z Axis up to the top extent of its range
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Z Axis Oil Wipe 5/5
- G1 Z220.0 F3000 ; Move Z Axis up to the top extent of its range
- G1 Z2.0 F1500 ; Move Z Axis down just short of touching the bed
- G4 P125 ; Pause for 0.125 seconds
- M117 Z Axis lubrication complete
- G4 P5000 ; Pause for 5 seconds
- M117 Homing all axes
- G28 ; Home all axes
- M84 ; Disable motors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement