--
You received this message because you are subscribed to the Google Groups "Collexion" group.
To view this discussion on the web visit https://groups.google.com/d/msg/collexion/-/QbT1RVotgioJ.
To post to this group, send email to coll...@googlegroups.com.
To unsubscribe from this group, send email to collexion+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/collexion?hl=en.
I'll be there in spirit!
That's really cool to know it has progressed this far.
Excellent questions, Chris! I’ll answer them below with 95% confidence. If I get part of this wrong, I sure hope someone calls me on it.
-dave
From: coll...@googlegroups.com [mailto:coll...@googlegroups.com]
On Behalf Of Chris Harn
Sent: Monday, June 11, 2012 10:09 AM
To: coll...@googlegroups.com
Subject: Re: CNC Expo at Collexion - Wednesday, June 13
This is cool I hope to be there as well!
> Questions (maybe save answers for wednesday):
> At the moment you are using Mach 3 as CAM software right?
Mostly right. We are using Mach 3 (and I expect we’ll license it Wednesday to remove the 500-line limit)…but that’s not the CAM software. Mach 3 is the machine controller, that processes g-code. The CAM software that generates g-code comes before that, and we don’t have that figured out yet.
> Oversimplified, is the computer program just sending G-Code as ascii out the parallel port?
No.
Mach 3 is interpreting the g-code, “understanding” how to get from (x=0, y=0, z=0) to (x=1, y=3.375, z=0), in terms of how many tiny steps to turn the motors on each axis. (not to mention how fast to send those steps, if the emergency stop has been hit, how fast the machine can accelerate, and many other factors…) Oh, and do it in realtime accuracy.
> Would pasting gcode into a text file and printing it out the lpt1 port?
Nope.
(In fact, I think you could argue this parallel port is not an lpt port (that is, not a *printer* port), but that’s a bit too geeky for me)
To oversimplify a bit, the motor on each axis is connected to a pair of pins on the parallel port. (Ok…there’s more to it than that, but bear with me.) The computer sends a “blip” to the stepper motor on an axis, and that motor advances one step. On our machine, it takes about 2000 steps to move an inch. Mach 3 is the one generating all those blips, which keeps the computer *very* busy.
There is no intelligence downstream of the computer. The Gecko controller and steppers don’t know what they’re doing, where they are, or where they are going. All they do is take one step forward or one step back, as commanded by the computer.
> Can you break the CNC with bad code?
Absolutely! :-D
Crashing the router against the hard stops shouldn’t actually *break* the machine, but is…shall we say…not very graceful. Running a cutting bit into a clamp or too fast for the material can break the bit or tear up the fixtures. Probably the most common problem we’ll have is ruining your project 95%, I’m guessing.
We’ll touch on all these ideas Wednesday night. I’ll share everything I know, and will be eager to learn from everyone else. See you there!
-dave
--
You received this message because you are subscribed to the Google Groups "Collexion" group.
It might could be that I am overthinking this thing, but here’s the
agenda for tonight’s expo. Hope to see you all there!
-dave
CNC Router Expo and Primer
June 13, 2012, 7-9 PM
Collexion Hackerspace - Loudon at N. Limestone, behind Bullhorn.
Disclosures - 90% accurate, money-back guarantee.
Introductions all around.
Cookies!
Quick project history - Fall to date
Idea / proposal / approval / fundraising / build / cut!
Historic re-enactment of first cut! (hearing & eye protection, dust collection)
Salute to the CNC Team: James, Dustin, Jason, John, David, Ron, Brennan, and Mike!!! (Who did I miss?)
Encourage incoming volunteers.
Salute to our funders:
Jason, Nick, Dave, Derek, Aaron, Dustin, Edgar, Ashley, Noah, Todd, John G, Lori, James, Mike D, Mike A, John M, Kent, Asian Steev, John Y, Steve (APBurner), Janine
And now, the Meat of the Meeting (w/ apologies to our vegetarian friends!): Systems Overview. Follow us on a tour of the entire machine, starting roughly from the cutting bit and working our way back through each system to the computer and software.
Cut other G-code designs, demo use of Mach3. Explore settings
Demo wizards, cut hall effect mounts - pockets, drilling
What might YOU make with it?
Hazards:
Looking ahead:
--