Separate names with a comma.
Some features disabled for guests. Register Today.
Generally with 3D printed parts that have to fit into something else, I leave a .5mm gap. Your printer may need less (or more :-) ).
No, I have a deWalt C-Beamâ„¢ Machine - Plate Maker
You'll need to make a change in the back where the corner brackets are. Otherwise the shim's lip won't sit flush. Don't ask me how I know this....
I don't have all the answers as I'm trying to figure this stuff out myself. #1, if you mean what do you hook up, on grbl 1.1, set spindle max...
I second the fewer microsteps suggestion. You'll get less torque at higher microsteps. I would use the lowest microstep setting your application...
Very cool! Have you looked at this section of the Grbl wiki? It might help you. Also, you might want to consider using separate stepper drivers...
I've never been able to drive accelstepper at even 4K and this is on a Teensy 3.2 running 96 Mhz (vs 16 on an arduino). I use it for a macro...
If you are at all a programmer, take a look at the Arduino library accelstepper. I'm not a huge fan of the library but use it in one of my...
On the first issue, assuming you are factoring in tool size, I'd guess that your lead screws are off by 1% (101/100). Try measuring how far it...
When I worked as an engineer at a very large semiconductor company we had a saying "shoot the engineers and ship the product". Some...
Having sweated getting my Z axis right, I see how this might help on the C Beam plate maker machine. As it was, I had to pull the plate off the X...
I don't want to permanently attach a PC to my C-Beam machine and have been looking at using a Raspberry Pi and bCNC instead (wish there was a...
new xPro V3s need to have to enable inverted - $4=1. Don't if that's your problem...
That sounds like a perfect M/T - it should hold from friction but still be removable without undue force. When you glue it up, the moisture from...
The g-code for most wood joinery should be pretty simple. What I've been thinking about is a sender/configure program running on something like a...
I know it's early but have you thought about how it will eventually be set up to run the canned M/T macros. I've been looking closely at the...
looks pretty good so far. I'm a little unclear on how you set up to cut a piece. It looks like you are finding the edges of the workpiece and...
It looks like the lower boot rides up and down with the springs pushing it flush to the workpiece. How far can it move vertically? Doesn't the...
try setting $4 to 1.
I have a question about an unused pin on an Arduino Uno with GRBL 1.1 - A4. From the code, it looks like Mist uses A4 as an output. The wiki...