Originally posted by fixerdave
View Post
Announcement
Collapse
No announcement yet.
Uber-Cheap 1610 CNC Mill (Engraver) ... "Rounter"
Collapse
X
-
If anyone is serious about getting one of these... okay, "serious" is probably an overstatement. If anyone is thinking about fooling around with one of these, there's actually a page here:
https://github.com/gnea/grbl/issues/123
that has quite a bit of very useful information, information that goes way beyond the original discussion.
Various ways to flash the board to upgrade the grbl control version (0.9 to 1.1) and why you may want to do that. How to add limit switches (pretty simple, actually). And, why some people are having issues with running various G-code sending programs. For example, Candle wouldn't work for me... turns out they have a 0.9 grbl control board compatible version. Not tried it yet as I'm happy with Grbl-Panel above, but it's nice to know.
Leave a comment:
-
Originally posted by Edwin Dirnbeck View PostDavid, thank you very much for taking the time to give an excellent explaination.I consider myself very competent in 3 axis gcode.Is there an easy way to buy this unit and input g code easily .I could write my own programs for the simple parts that I need without learning a cam program. Thank you Edwin Dirnbeck
If you want to write G-code sequences manually, so long as the more obscure G-code commands are Grbl compatible, which probably won't matter for the basic stuff, then getting that sequence to the engraver is a non-issue. Here's a wiki page that lists many ways to send information to the controller board: https://github.com/grbl/grbl/wiki/Using-Grbl. You can even do it with a web page.
As for buying it... Ebay, search for 'cnc 1610'. They're all over the place, as are the prices.
edit:
If you're used to industry standard controllers, you might like this one:
At: https://github.com/gerritv/Grbl-Panel (it's Windows only though)
It's supposed to be just like what you'd get on a typical machine... not that I'd know at this point.
I'm using it now... not sure if I'll stick with it but it seems best so far. The biggest negative at this point is that when I hit "connect" so that it starts working the engraver (have a hard time calling it a mill), it starts the spindle motor... very disconcerting. If I disconnect and reconnect, the spindle stops and all is well. It's just that weird glitch at that first connect. Also, once I start sending the file, I can hit that 'Hold' button and have everything stop, which is good. But, I've not yet figured out how to make the mill do something, like raise the spindle, without aborting the whole program. Probably just my ignorance at this point. (edit: seems that lock-out is by design).
David...Last edited by fixerdave; 02-26-2018, 04:13 AM.
Leave a comment:
-
Originally posted by fixerdave View PostSorry, missed the second part of this:
A "power brick" is just a big power adaptor, the ones you typically see powering laptops. The engraver came with a 24vdc output supply but it failed the first time I stalled the spindle motor by driving it into the work (errant G-code). I replaced it with a laptop supply, but the voltage is too low. The higher the voltage, the faster the spindle motor spins. It's rated for 30vdc. I happen to have a salvage server computer power supply that sources 56amps at 12vdc. Now, if you think about it, 56A at 12vdc is pretty useless, so the supply has sat doing nothing. But, I got to thinking... China... a quick Ebay search found a "boost" converter rated at 20A. Boost is where it pumps up the voltage, at the expense of current. Thus, if I feed 20A at 12vdc into the boost circuit, I should be able to get over 6A out at 36vdc which is more than enough. I can basically pick whatever output voltage I want, which means I can set the spindle speed. So, $18cdn and a slow boat from China. If it works, I'll probably buy another. Very useful circuit, that is. They're designed for solar power arrays... any voltage in, fixed higher voltage out.
Inkscape is an opensource vector drawing package. Fusion 360 does text, but when I tried to make a pattern for casting, the letters were too close together for the sand to pull cleanly. So, I had to manually place each letter, which is a big pain. Inkscape allows the letters to be spaced, text wrapped along a curved path, all kinds of symbols, open-clipart... very powerful. I barely know how to use it, but I did find out how to export the SVG files from that into Fusion 360.
GRBLcontrol is a software package the engraver came with to talk to the board that runs the mill. That board runs Grblcontroller, which is an opensource thing that runs on Arduino type single-board computers. That board converts G-code to signals that drive the stepper motors. GRBLcontrol runs on a PC and sends G-code from the PC to the controller board. Yeah, that's probably a confused explanation. I'm actually experimenting with other software packages besides GRBLcontrol as it crashed on the last G-code file I tried to get it to send. Turns out I have an old version, the new version has a different name, "Candle" (I guess having GBRLcontrol send G-Code to the GrblController board was too confusing). Anyway, Candle didn't work so I found something better, I think. GRBLpanel... Still haven't decided.
FlatCAM and CopperCAM are applications that take the output from Printed Circuit Board (PCB) design applications and convert them to G-code so the traces can be "isolation routed." Isolation routing is a quick and dirty way to make a PCB. So, I draw a circuit in Fritzing (a Free circuit and PCB design application), export the board to FlatCAM. In FlatCAM, I tell it what I want and it generates G-code files that I can then use another application to send to the engraver. Yeah, it's an ugly toolchain, but it's free and it seems to work well enough for what I want.'
Hope this helps, (and I'm still learning all this myself)
David...
Leave a comment:
-
Originally posted by Bob La Londe View PostAnother instance where CamBam actually does it better....
Someday, when I actually figure this all out, it would be interesting to compare the output of Fusion 360 and that Autodesk HSM (High Speed Machining) plugin. It must be something as even Solidworks can use it. All the instructors insist it be there for students.
David...
Leave a comment:
-
Inkscape is an opensource vector drawing package. Fusion 360 does text, but when I tried to make a pattern for casting, the letters were too close together for the sand to pull cleanly. So, I had to manually place each letter, which is a big pain. Inkscape allows the letters to be spaced, text wrapped along a curved path, all kinds of symbols, open-clipart... very powerful. I barely know how to use it, but I did find out how to export the SVG files from that into Fusion 360.
Leave a comment:
-
Originally posted by Edwin Dirnbeck View PostInteresting ,but I have no idea of the size of this thing. Could you set a coke can on it and post a picture. Also to much "gargan". power brick,boost converter incscape grbtcontrol flatcam coppercam.oh yes I forgot gcode and fusion 360,the only 2 things that I have heard of.Edwin Dirnbeck
A "power brick" is just a big power adaptor, the ones you typically see powering laptops. The engraver came with a 24vdc output supply but it failed the first time I stalled the spindle motor by driving it into the work (errant G-code). I replaced it with a laptop supply, but the voltage is too low. The higher the voltage, the faster the spindle motor spins. It's rated for 30vdc. I happen to have a salvage server computer power supply that sources 56amps at 12vdc. Now, if you think about it, 56A at 12vdc is pretty useless, so the supply has sat doing nothing. But, I got to thinking... China... a quick Ebay search found a "boost" converter rated at 20A. Boost is where it pumps up the voltage, at the expense of current. Thus, if I feed 20A at 12vdc into the boost circuit, I should be able to get over 6A out at 36vdc which is more than enough. I can basically pick whatever output voltage I want, which means I can set the spindle speed. So, $18cdn and a slow boat from China. If it works, I'll probably buy another. Very useful circuit, that is. They're designed for solar power arrays... any voltage in, fixed higher voltage out.
Inkscape is an opensource vector drawing package. Fusion 360 does text, but when I tried to make a pattern for casting, the letters were too close together for the sand to pull cleanly. So, I had to manually place each letter, which is a big pain. Inkscape allows the letters to be spaced, text wrapped along a curved path, all kinds of symbols, open-clipart... very powerful. I barely know how to use it, but I did find out how to export the SVG files from that into Fusion 360.
GRBLcontrol is a software package the engraver came with to talk to the board that runs the mill. That board runs Grblcontroller, which is an opensource thing that runs on Arduino type single-board computers. That board converts G-code to signals that drive the stepper motors. GRBLcontrol runs on a PC and sends G-code from the PC to the controller board. Yeah, that's probably a confused explanation. I'm actually experimenting with other software packages besides GRBLcontrol as it crashed on the last G-code file I tried to get it to send. Turns out I have an old version, the new version has a different name, "Candle" (I guess having GBRLcontrol send G-Code to the GrblController board was too confusing). Anyway, Candle didn't work so I found something better, I think. GRBLpanel... Still haven't decided.
FlatCAM and CopperCAM are applications that take the output from Printed Circuit Board (PCB) design applications and convert them to G-code so the traces can be "isolation routed." Isolation routing is a quick and dirty way to make a PCB. So, I draw a circuit in Fritzing (a Free circuit and PCB design application), export the board to FlatCAM. In FlatCAM, I tell it what I want and it generates G-code files that I can then use another application to send to the engraver. Yeah, it's an ugly toolchain, but it's free and it seems to work well enough for what I want.'
Hope this helps, (and I'm still learning all this myself)
David...
Leave a comment:
-
Just an action shot:
And the result:
Just softwood, nothing special, and I'm using one of the engraving bits it came with. The above, not counting my bumbling around, took a little over 1 hr. Once I figure out which set of numbers sets the plunge rate, that should shorten by quite a bit.
Edit... I'm also limited in spindle speed as I'm running on 20vdc, after blowing the 24vdc brick that came with it. It should be able to handle 30vdc and I'll have that when more stuff arrives from China.
When I ordered this thing, I also ordered endmills, collets and holder, PCboards, etc.. Of course, the mill seller decided to courier it, even though there was no indication of that on the sale site (cost me an extra $15 in brokerage fees). So, now I have the mill and nothing to chuck in it besides engraving bits, some dremel burrs, and one solid carbide endmill that I'm still too chicken to use. All those extra holes on that test print (edit... cut) should let you know why. Lots of goofs.
But, results none the less.
David...Last edited by fixerdave; 02-25-2018, 01:23 AM.
Leave a comment:
-
Well, I have both... a cheap cnc router and a mini lathe. All you are doing is arguing about degrees. They point stands. LOL.
Leave a comment:
-
Originally posted by Bob La Londe View PostYou just have to worry about if the builder knew... or even cared. LOL. Seriously those little cheapo machines work, but they are like buying a 7x10 mini lathe. It works, but it needs a lot of work too.
Leave a comment:
-
Myfordboy on YouTube does a pretty good review on a Banggood CNC. Of course he proceeded to cast some improvements to it as well as a better motor unit, etc. If you aren’t aware of his channel (unlikely I know) it’s great to check out especially if you are considering metal casting.
Leave a comment:
-
Originally posted by Puckdropper View PostIf you can do the manual machining and draw in a CAD program, you'll probably take to CNC without much difficulty. The CAM layer has about 4 basic operations and you can build on those as you need to.
I know a lot of guys build their CNC machines from scratch, but I really think a kit or prebuilt machine is a good way to get going. Now you don't have to worry about whether this stepper is compatible with that driver: you just have to connect the wires.
Leave a comment:
-
DR,
https://www.ebay.com/itm/3-Axis-CNC-...kAAOSwyYFaQOSJ
$162, + $29 shipping. Cheapest I saw on Ebay. Search for CNC 1610, loads of them. It looks like the table (which they refer to as the 'countertop') measures 100mm x 180mm.
They're fairly honest about what you can expect from it:
Engraving Material Note
1.can engraving materials: wood, bamboo, plastic, paper, leather, bank card, rubber
2.can not engraving material: metal, stone, ceramic, shell, light-reflecting material,
transparent material
Cutting Material
It can only cut foam, paper, thin leather material.
Hopefully it'd withstand the cutting forces of a 4W laser
IanLast edited by Ian B; 02-24-2018, 12:35 PM.
Leave a comment:
-
This machine is an incredible bargain even considering its small size..... $240 CDN is $190 USD. I could use this with my 4 watt laser head to mark plastics.
Anybody got a link to sellers?
Leave a comment:
-
Originally posted by gzig5 View PostWow, that is smaller than I imagined. Looking forward to performance reports. I'd like to try CNC without having a big upfront investment. If I take to it, then a bigger more capable machine would make sense.
I know a lot of guys build their CNC machines from scratch, but I really think a kit or prebuilt machine is a good way to get going. Now you don't have to worry about whether this stepper is compatible with that driver: you just have to connect the wires.
Leave a comment:
Leave a comment: