Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Different travelspeed settings for different axes #28

Closed
J4363R opened this issue Jan 6, 2017 · 3 comments
Closed

Different travelspeed settings for different axes #28

J4363R opened this issue Jan 6, 2017 · 3 comments

Comments

@J4363R
Copy link

J4363R commented Jan 6, 2017

Hi pknoe3lh,

would it possible to add different travel speed settings for the axes or to allow the M-Code (e.g M203) to change it with the G-Code?

Best regards,
J4363R

@im-pro-at
Copy link
Owner

Hey J4363R,

what is the use case?
GRBL & Marlin support setting the maximal feedrates.

greetings
Patrick

@J4363R
Copy link
Author

J4363R commented Jan 7, 2017

Hi pknoe3lh,

In the CNC-GCode-Controller there is a setting where you can change the fast move feedrate, but you could only set the value for all axes with the same value and the problem is that the x- & y-axes of my CNC Router could move a lot faster than the z-axis. Oh, and I'am using Marlin, if you need this information. It would be nice if you could add two other buttons so it is possible to set different travelspeeds for the different axes. Or you could add support for the M-Code which sets the fast move speedrate, which would also work for my case.

Best regards,
J4363R

@im-pro-at
Copy link
Owner

OH I SEE

  1. It is a good idear to use the M203 therefore Marlin will caluclate the maximum possible feadrate for you.
  2. M203 is not a command used in normal operation ... So its not suppprted. Marlin can save the values in eeprom and so you just have to set them once

So to set M203 just use the communication window. Here you can send what you want ;-)

Greetings
Patrick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants