-
-
Notifications
You must be signed in to change notification settings - Fork 497
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 marlin gcode support and marlin fan pwm #1782
base: master
Are you sure you want to change the base?
Conversation
Thank you for your code contribution. I see this commit make some modification to general code, so I need time to check it and evaluate impact on other feature. I'll do that asap. |
Hello arkypita, |
Ok for me! The right way to virtualize for a different controller is to put virtual function in GrblCore and override them in MarlinCore. Please note that I am not able to test it with marlin, so be care of what you do! Official LaserGRBL with MarlinCore is used around 300 users (less then 0.5% of lasergrbl users). |
Hello arkypita, |
@arkypita So I'm finished with my changes and rebased my branch. Can you review the code? Thank you |
I am a little busy right now but I'll do it asap. |
Hi @arkypita I fixed another merlin bug. Would it be possible to merge this request in the near term? It's quiethard tomerg the generted designer files. BR |
I tried to add marlin gcode support. I hope I did not forget any corner case. I also added the fan pwm support.