added marlin gcode support and marlin fan pwm#1782
added marlin gcode support and marlin fan pwm#1782SamsonBox wants to merge 12 commits intoarkypita:masterfrom
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.