-
Notifications
You must be signed in to change notification settings - Fork 176
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 4 axis convert to Marlin V.2.09 #268
Comments
How needs the code to look like? |
G-code for the 4th axis of the tangential knife after a slight modification {ASCI "conversion "(" to ";" and "A" to "E") allows you to run the code in the Marlin software. My request is to add a connection to the Marlin firmware as it is done in program "LaserGRBL" Your GRBL_Plotter program is very good, adding this function would make it even BETTER ... |
I see. I added this feature in 1.5.4.0 but got no feedback.... https://github.com/svenhb/GRBL-Plotter/releases/tag/v1.5.4.0 Perhaps it's not functioning anymore, because of other changings? |
234 / 5 000 Configuration.h Marlin |
Perhaps no it works: I switched line-end marker from \r to \n. I have no hardware to check function. |
In LaserGRBL, the correct Firmware must be selected: GRBL; Marlin or Smoothie. |
I could load Marlin on my Mega 2560 and improove behavior of GRBL-Plotter, please check: |
In Marlin 2.0 the transfer was changed to 25,000 to be the same as in Marlin 1.9. Of course, I tried to change this value and restart GRBLPlotter, but unfortunately it did not allow the connection to be established. On ramps 1.3, after activating RST, values such as the M501 g-code were loaded. Unfortunately, it was not possible to establish such a connection on the MKS SBase. |
Check new release 1.6.6.2: https://github.com/svenhb/GRBL-Plotter/releases |
I made another change, perhaps no it works?: https://github.com/svenhb/GRBL-Plotter/releases |
|
Strange, there is no start-up message after hard-reset. |
I use Visual Studio Code to compile Marlin for MKS-Sbase CD. The output file there is the file: firmware. bin. There must be a different pinout for ramps. I never compiled Marlin 2.0 for ramps to get the Hex peak. Enclosed my Marlin 2 configuration for the MKS-Sbase board. |
Ok, your MKS board doesn't use the Mega-2560 controller... |
Svenhb with compiled GRBL LPC Ceprezzi. I have uploaded the firmware.bin file to the MKS-Sbase SD card. |
I'm happy to hear this. Marlin is really strange and I have no idea what's going on with this MKS board... |
Is it possible to add a connection with Marlin to the program in order to use only the CNC 4 axis functions, omitting the heating function?
The text was updated successfully, but these errors were encountered: