Skip to content

Feed rates #1822

Answered by breiler
Shmiii asked this question in Help
Mar 13, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Homing will not be done using the total speed of 1000mm/min, instead each axis is moving at the max speed. So when homing diagonally it will move X and Y in the speed of 1000 mm/min, the hypotenuse of that triangle this creates will be 1414.

Regarding your macros, it depends on what command you are using for movement. If you are using G0 it will move as fast as the machine will allow (also called rapid movement).

If you are using G1 it will move using the feed rate set with F. Ex:
G1 X100 Y100 F1000

If you don't set the feed rate in your macro, it will use the one set from previous commands which could seem a bit random.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Shmiii
Comment options

Answer selected by Shmiii
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants