Skip to main content
User avatar

Can I manually move the machine to a set point?

Can I manually move the machine to a set point without using the jogging buttons?

Answered! View the answer I have this problem too

Is this a good question?

Score 2

Comments:

Is it possible to do this WITHOUT homing first?

by

Add a comment

1 Answer

Chosen Solution
User avatar

This is possible. The commands would be entered in the console, this can be found on this guide: WorkBee Control Overview

To move relative to the current position use the commands:

  • G91 (Sets the machine to relative mode)
  • G0 X20 (move positive 20mm on the X-axis) - This will move at the maximum feedrate of 2500mm/min

To move to an absolute position in the current work coordinate

  • G90 (Sets the machine to absolute mode)
  • G0 X20 (move to a Work Coordinate of 20mm on the X-axis) - This will move at the maximum feedrate of 2500mm/min

To move to an absolute position in machine coordinates

  • G90 (Sets the machine to absolute mode)
  • G53 G0 X20 (move to a Work Coordinate of 20mm on the X-axis) - This will move at the maximum feedrate of 2500mm/min

Was this answer helpful?

Score 0
Add a comment

Add your answer

Author avatar Robert will be eternally grateful.
View Statistics:

Past 24 Hours: 0

Past 7 Days: 1

Past 30 Days: 6

All Time: 236