Replies: 7 comments 4 replies
-
Hello. Phil Barrett, designer of the grblHAL Teensy 4.1 Breakout Board. I also run the website at grbl.org. I would be happy to have suggestions (and collaborators) on that! I am so happy to see this new discussions feature. Issues has been the channel for discussions up to now and this new feature is far more conducive to that. |
Beta Was this translation helpful? Give feedback.
-
Hi I plan to test this controller for my Laser (my own design) in combination with an laser module from Opt Lasers https://optlasers.com/kits-and-adapters/plh3d-6w-xf-universal-kit-for-cnc-machines And LightBurn as Software This is my laser V2 In laser V1 I used the MiniGerbil controller - but it only support two axis - for my V2 I need 4 axis (Z + rotation) |
Beta Was this translation helpful? Give feedback.
-
Welcome, Oyvind. For those who might be interested, Lightburn works ok at Compatibility Level 0 (ie, default build level). They don't support $14 for control pin input inversion so that would need to be done manually or via another sender that does. |
Beta Was this translation helpful? Give feedback.
-
@mundsen Welcome, nice machine! Good to see another Norwegian here.
grblHAL has an open architecture that is highly hackable without changing much of the existing code. Often a single call to an init function from the driver (driver.c) will be enough to expand functionality, and not even that if it is for private use. For my DIY CO2 laser I have added buttons and a small OLED display connected via I2C, keypad via the keypad plugin and the OLED display via custom code "hacked" into grblHAL and driver code for the display in the keypad microcontroller. For my lathe I use both the serial interface, I2C interface and controller signal pins connected to my DIY MPG/DRO. When not in control of the lathe it just listen passively to the serial output and parses the real-time commands for information to keep the LCD updated. These are just two examples of what is possible, however I am not too keen to add support for all kinds of LCD panels and/or control panels as standard to grblHAL myself. It would be great if someone else would provide code, and I will happily help out with how to "hack" it into grblHAL. |
Beta Was this translation helpful? Give feedback.
-
Many drivers/boards already has support for this via the SD card plugin. |
Beta Was this translation helpful? Give feedback.
-
Hi, is there an alternetive to GRBLHAL Teensy with on board stepper drivers like TCM2130..? I like the Teensy based controller, but would like a more compact setup for my DIY laser project I need 4 axis - X,Y, Z and a rotary axis + the ability to control a solenoid valve for my air assist I`m testing different controllers trying to find a controller.. Ilike in combination with LightBurn. At the moment I`m using an old Smoothieboard5x There is a lot of alternatives, like GRBL_Hal, GRBL_ESP32, GRBL_LPC, Smoothieware.. Why should I use GRBL_HAL when compared to the others? |
Beta Was this translation helpful? Give feedback.
-
Cool :-) I have the grblHAL Teensy 4.1, but I need a lot of extra stuff, including 4 external stepper drivers.. to get it up and running - butI`ll consider doing that if the Teensy is the way for high speed.. I have ordered some TMC2130 stepper drivers - do you plan to support SPI for the drivers or step/dir only..? I have two Leadshine DM422S from aliexpress, but I do not know if they are fake - can`t find a user guide.. An I have a Makerbase MKS SGen_L V2.0 with a 120Mhz LPC1768 - I do not know if it can be used? How is LPC compared to Teensy 4.1 ? The Nucleo based controller sounds interesting - long before it is ready for testing? I may help? I like the active development part :-) |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions