I’d like to go and will decide if I can make it once the schedule for meetup firms up. @Charles_Steinkuehler is a great guy, met him at the Midwest RepRap Fest. #3dprinting#openhardware#oshw#opensource#linuxcnc
@Marcos_Miranda CNC is Computer Numerical Control. So basically any machine that is controlled by a computer to construct a physical object from a digital model. Examples are 3d printer, laser cutter, CNC lathe, CNC mill, etc
@Drew_Fustini_pdp7 This is quite interesting. Does this then eliminate the need for a parallel port to send the control signals? LinuxCNC on a PC requires a parallel port to communicate with the motor controllers, but if it is on the BBB does it communicate directly?
There is a great Instructable titled “Raspberry Pi alamode CNC Controller” showing a CNC Control Panel using grbl on a RaspberryPi with an Arduino Alamode board and a CNC Shield to control everything. Would the BBB work in the same or similar fashion with the LinuxCNC? This would have a big advantage since the BBB is faster than the RPI. Where can I get more info on this.