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

G-Code flavor Repetier produces wrong M202 command (travel acceleration) #508

Closed
dartrax opened this issue Sep 29, 2020 · 1 comment
Closed
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@dartrax
Copy link

dartrax commented Sep 29, 2020

Version

2.2.53

Behavior

Settings:
gcode_flavor = repetier
machine_max_acceleration_travel = 500,1250
print_machine_envelope = 1
travel_speed = 100

current gcode output:
M202 X100 Y100 ; sets maximum travel speed

expected gcode output:
M202 X500 Y500 ; sets maximum travel accelerations, mm/sec^2

https://forum.repetier.com/discussion/comment/4100/#Comment_4100
https://www.reprap.org/wiki/G-code#M202:_Set_max_travel_acceleration

@supermerill supermerill added bug Something isn't working as intended fixed for the next version That means that you should be able to test it in the latest nightly build labels Sep 29, 2020
supermerill added a commit that referenced this issue Oct 1, 2020
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Oct 5, 2020
@dartrax
Copy link
Author

dartrax commented Oct 6, 2020

Works, only the comment is misleading (still prints "travel speed" instead of "travel accelerations" and no units).
Thanks!

@supermerill supermerill removed the fix is live in the last release Please download /build the last release and try to reproduce. label Oct 6, 2020
@supermerill supermerill added fixed for the next version That means that you should be able to test it in the latest nightly build fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants