-
Notifications
You must be signed in to change notification settings - Fork 230
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
Is this dead or will there be an update to 1.1h? #142
Comments
This must be dead given the lack of responses, but let's bump it just in case. |
Hi all, grbl-Mega-5X,direct fork of grbl-Mega is still active and maintained. @++; |
@fra589 Thank you for the heads up! That is exactly the kind of advice I was looking to find. |
My trouble, @fra589 , is that you wrote it exclusively for the RAMPS board. I am not using RAMPS at all; I am using a Mega 2560 R3 in my rebuild/ upgrade of my CNC plasma table -- therefore, it is useless to me even though it offers features that I need. My table was a regular 3-axis table, running GRBL-Mega. I have added a 2nd Y-axis which must be cloned with the 1st Y-axis and both Y-axis's must home together while auto-squaring. I also use a torch height controller of my own design that is fed from GRBL's Z-axis using an interrupt to intercept step/ direction signals from GRBL and either pass them through to the stepper driver unaltered or send its own pulses to the stepper driver while receiving the ARC OK signal from the plasma cutter. I am using external DMA860S drivers for X, Y, & Y2 axises & an external DM556 driver for Z-axis -- so I cannot use the RAMPS board at all. Would you possibly be willing & able to add a #define CPU_MAP_2560_INITIAL section to the cpu_map.h file with the following #defines that match my build? `/* Copyright (c) 2012-2016 Sungeun K. Jeon for Gnea Research LLC Grbl is free software: you can redistribute it and/or modify Grbl is distributed in the hope that it will be useful, You should have received a copy of the GNU General Public License /* The cpu_map.h files serve as a central pin mapping selection file for different #ifndef cpu_map_h #ifdef CPU_MAP_2560_INITIAL // (Arduino Mega 2560) Working @EliteEng // Serial port interrupt vectors // Define step pulse output pins. NOTE: All step bit pins must be on the same port. // Define step direction output pins. NOTE: All direction pins must be on the same port. // Define stepper driver enable/disable output pin. // Define homing/hard limit switch input pins and limit interrupt vectors. // Define spindle enable and spindle direction output pins. // Define flood and mist coolant enable output pins. // Define user-control CONTROLs (cycle start, reset, feed hold) input pins. // Define probe switch input pin. // Advanced Configuration Below You should not need to touch these variables // 1/8 Prescaler, 16-bit Fast PWM mode // Define spindle output pins. #endif /* #endif |
Hi All,
Just wondering if this Is dead or will there be an update to 1.1h?
The text was updated successfully, but these errors were encountered: