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 G4 not working correctly #38

Closed
lakeroe opened this issue Mar 16, 2018 · 1 comment
Closed

G-Code G4 not working correctly #38

lakeroe opened this issue Mar 16, 2018 · 1 comment

Comments

@lakeroe
Copy link

lakeroe commented Mar 16, 2018

In my application the G-Code "G4 P3" did not work correctly.
I think the problem is caused by the _delay_ms function in main.c.
If I change line 196 from
SysTick->LOAD = (u32)72000000 / 8000; // Loading time

to
SysTick->LOAD = (u32)72000000 / 8000 * x; // Loading time

everything works fine.

Best regards,
lakeroe

@usbcnc
Copy link
Owner

usbcnc commented Mar 23, 2018

Thanks,

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