-
-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Hey Gauthier,
First of all, allow me to butter your biscuit. You have been very helpful and knowledgeable and I greatly admire and envy your skill. GRBL is so huge and complex and I would have loved very much to be a part of it.
Are you familiar with a Maslow CNC? It's similar to a CoreXY but uses the shared hypotenuse of two motors from which the spindle hangs. The images are far more effective. Well, I've been noodling around the internet trying to find a way to make something work as simple as GRBL can be to use. I would like to build a Maslow-style (polargraph-style) CNC using GRBL Mega and Ramps 1.4. This would allow full sheet CNC capabilities with minimal floor space and minimal motors all in the GRBL family. I have checked out "GRBL Mega Wall-Plotter" here on Github but there is little progress there and I am learning GRBL very slowly. I am a beginner programmer and would love to contribute but I seem to be spinning my wheels. I figured that one will never get what they don't ask for so I thought that I could at least try.
So, is it possible to add that functionality to grbl-Mega-5X? Even if not but you tell me how that functionality could be added I could try and implement it myself using the existing code as a start. I know this is probably asking a lot but I can't seem to find any project that works:
- I have found some that use G-codes but also requires servos (light-duty pen plotters)
- I have found some that use steppers but don't use standard G-codes
- I have found some that use steppers and/or g-codes but aren't made for mega/ramps
- The rest are not open source or are proprietary :(