But not easel. Is there an affordable program that can run my machine nicely? And supports v carving?
Oh, Easel.
Affordable is a relative thing.
For sending there are Chillipepper (SP? cloud), Universal G-code sender (free stand alone), PicSender ($25 license), and others.
For design work there is Carbide Create (free stand alone), Fusion 360 (stand alone? free hobby version), Vcarve Desktop (about $350 stand alone Vcarve PRO (about $700 stand alone).
Many other CAD programs.
I used fusion for designing my machine plates. But Iām not completely proficient at it. And the next thing I need to learn is using it to create g code. And how to add to the code the spindle speed and relay triggering.
I donāt think Easel will work as you need to enter the M8 (or M7) command to activate the FOR direction on the VFD. Doing that spins the VFD up to the minimum RPM (like 7500). Easel would then want you to go through the āCarveā process of Zeroing out your bit, which is now spinning and wont work.
I use UGS right now but have Picsender as well, either I think work fine. If I had a long carve, I would choose Picsender for stability.
Jer
Easel supports M7/M8 commands and I think theyāre done after all the zeroing processā¦
Well ā¦ cool. Shows how long Iāve been gone from it
But the S00000 Cannot be set. I keep hearing about Mach 3 but I donāt know much about it. Looks like itās designed to be a standalone program that imports g code and can be run off a tablet/touchscreen.
I donāt know what you mean by this. Can you explain?
Mach3 is a different interface to CNC machines. It runs on the host computer. It is a replacement for grbl. It has a different hardware interface (to the CNC machine).
Licensing fee. $175
Am I the only one seeing three faces and one upside down traffic light?
Rudolf teh reindeer to the left, then two dogs in awe and one traffic light (inverted)
The first dog is wearing stereoscopic 3D glasses.
Go ahead make fun. Iām actually having some.
So what would be needed to run Mach 3? Arduino Uno wonāt work?
I think it can with the proper spindle setting in Easel setup.
But Iāve never messed around with it.
If I were to run that it would more than likely mess up alllll my settings.
Seeing faces everywhere is one of my favorite hobbies. Making up words too.
To get back to topicā¦
bCNC. Free, feature rich, fast (actually the fastest GRBL sender, as tested by Sonny).
MACH3 is a Windows program. You need a dedicated PC and either an Ethernet SmoothStepper, parallel port with breakout board (or a driver with a DB25 interface). There might be a USB based option as well.
MACH3 is like Easel Gcode sender/UGS/other sender combined with GRBL. It handles processing the code and the STEP pulse generation for motion.
Iām looking to move to UCCNC instead of Mach3, but the ideas are the same. In my case, I needed an interface card between UCCNC (eth400 as I wanted an ethernet interface) which connects to a breakout board (pmdx-126 with a pmdx-107 for spindle control). The breakout board then connects to 4 individual stepper drivers then to motors.
My V-Carve will then use a different post processor for UCCNC instead of A GRBL one.
So Mach 3 wonāt recognize the arduino. But it will a smoothieboard?