Gantrykins G0 Z axis max speed
- alexMV
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
16 Nov 2017 15:55 #101901
by alexMV
Gantrykins G0 Z axis max speed was created by alexMV
Hello! I have a problem with my 3-axis gantrykins machine. X and Y have max speed 15000 mm/min (rack and pinion), Z just 4000 mm/min (ball screw). I wrote the same MAX_VELOCITY for each axis, but when I do G0 the machine drives Z with max speed 15000 mm/min (MAX_LINEAR_VELOCITY ). How to solve this problem?
Thanks!
Thanks!
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11252
- Thank you received: 3760
16 Nov 2017 20:50 #101908
by rodw
Replied by rodw on topic Gantrykins G0 Z axis max speed
In your ini file, change this for your Z Axis
it is in mm/second not per minute so 4000/60 = 66.667
[AXIS_Z]
MAX_VELOCITY = 66.667
it is in mm/second not per minute so 4000/60 = 66.667
Please Log in or Create an account to join the conversation.
- alexMV
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
17 Nov 2017 13:36 #101930
by alexMV
Replied by alexMV on topic Gantrykins G0 Z axis max speed
In ini file I have already write MAX_VELOCITY=66.667 for Z and 250 for X and Y. When I run G0 code the machine do this command with max speed by X/Y=15 m/min and Z=15 m/min despite Z speed limit. This problem appears only in gantrykins. When I try to control the machine in trivkins all is well. How to set Z speed limit correctly in gantrykins?
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23323
- Thank you received: 4948
20 Nov 2017 17:18 #102072
by andypugh
Replied by andypugh on topic Gantrykins G0 Z axis max speed
You should consider switching to version 2.8 and using the gantry-compatible trivkins there.
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds