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

Added optional arguments to the F command giving load/unload speed #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mdjurfeldt
Copy link

@mdjurfeldt mdjurfeldt commented Dec 9, 2020

This supports a corresponding extension of the printer M403 command (see PR #2914 in Prusa-Firmware MK3 branch).

Speeds are given as a factor compared to normal speed such that, e.g., 0.5 means half speed. In order to avoid having to enable scanf_flt, speeds are given in 16 bit fixed point arithmetic with bit 8 being ones, so 1.0 is transmitted as 256.

This supports a corresponding extension of the printer M403 command.
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

Successfully merging this pull request may close these issues.

1 participant