I’m still working on the video, but I wanted to get something up on HipNerd.com about finishing this project, since I already posted to social media about it.
I had more trouble with the Maslow, but finally got a good cut.
Pentaflake pattern being cut into plywood by Maslow CNC.
The bit was dull from the tests I ran previously, so I changed bits halfway through, then re-ran the program to clean up the hairy stuff from the dull bit. Finally, something worked in my favor, and it cleaned up well.
Before and after changing bits.
I sanded the insides of the cutouts by cutting up a sanding sponge, folding it over and zip-tying it to a dowel, then putting the dowel in my drill.
I cut the tabletop into a circle using a router on a jig.
Cutting the circle using a router on a jig.
I painted a coat of clear epoxy resin into the cutouts to seal, then poured the the colored epoxy using condiment dispensers.
Tabletop with Seal Coat and Colored Epoxy
I sanded off the excess epoxy with 80 grit sandpaper, working in sections.
Sanding in progress
I sanded everything smooth, working my way to a final 400 grit hand sanding. I put some edge banding on to hide the plywood edge. Then, I put on three coats of varnish.
Sanded and Varnished
I’m really happy with the way this came out, and looking forward to some more projects with my Maslow.
For test #5 (there’s been so many tests, I think this was #5) of the Pentaflake Tabletop, I modified the clip on the router with a big bushing with plenty of surface area for epoxying, and used some epoxy putty made for gluing metal to metal (JB Weld SteelStik). End result: a really solid bushing, which keeps the clip perpendicular to the z-axis screw.
Added a bushing to the clip on the router’s z-axis control to eliminate slop.
One of the issues I’m having with with my cutting the pentaflake pattern for my Backyard Tabletop project is that the router bit stops in one of the corners of each pentagon shape before moving up. This causes the bit to rub against the side of the cut as it raises, burning the wood, heating and dulling the bit. The problem gets worse as the job progresses, as you can see in this picture:
Side view of the pentaflake pattern showing burn marks getting worse across the piece.
What I found out on the Maslow forums is that this is a common machining problem for which there is a common machining solution: something called ‘lead-out’, where the bit moves away from the edge of the cut before performing the z-axis move. Unfortunately, the software I’m using, Easel easel.inventables.com, does not support that function. The other common software used in the Maslow community, MakerCAM MakerCAM, doesn’t even seem to be working, it’s an online tool (as is Easel) and I can’t connect to the site. I looked at some videos on how to use Fusion360, which I have some experience with for 3D printing, but it seemed quite complicated in comparison to Easel or MakerCAM.
I decided to try Fusion360 anyway, first bringing in the .svg file I made in Inkscape, but that bogged down my computer, and brought out the pinwheel of death. I then tried generating the pattern in Fusion, but after the pattern got over 30 elements or so, it bogged down my computer again. Don’t know if it’s Fusion or my computer (an older MacBook Pro), but I gave up on it at that point.
I’ve modified g-code files before for 3D printing. G-code is human readable, and actually pretty easy to understand. I knew that the best way to modify the file would be to use regex, though I hadn’t used regular expressions in a while. Fortunately, there are a lot of online resources for learning regex, and the RegexOne interactive tutorial got me up and running pretty quickly.
I brought the .nc file into the Atom editor, https://atom.io, and wrote a regex to find the entry point for each pentagon shape in the g-code. I added a g-code command to move to that point before each z-axis up move, essentially creating a lead-out.
Editing G-code in Atom using regex.
I loaded the .nc file into Ground Control (the software for controlling the Maslow), and it looks good, but I won’t know for sure until I run it. I reattached the bushing (see previous post) using 2 part epoxy, and I’m waiting for it to cure overnight before testing again.