I’m attaching a CC file representing my question. Is it possible to keep the cutter from going over adjacent sides twice. Hopefully I’m making my question clear enough.
When I join the hexagons to make a honeycomb pattern, the tool path creates individual hexagons, but since they adjoin, the cutter goes over mutual sides twice. Running the simulation shows that these unnecessary passes lengthen the project time.
Is there a way to program the file so that contiguous sides only cut once?
Victor, Will has provided excellent (as always!) methodology for machining your honeycomb.
It is geometrically impossible to cut the honeycomb grid in a single pass without lifting the cutter (as in the famous “draw the envelope without lifting the pencil” problem) because each “node” where the cell edges come together has 3 lines converging. While machining, two of those lines will be an “in-out” pair, leaving the third line as a dead-end orphan.
To machine the honeycomb in the least possible time, you could do a 3-directional array (i.e at 0, +60 and -60 degrees) of cut-jump-cut-jump passes (i.e. alternating G1 and G0). There is still more movement than the actual cutting, but the extra moves are rapid moves so they would take less time.
Actually, they are both parts of one toolpath, with a rapid move between “end” of “1st PASS” and “start” of “2nd PASS”
Of course, it has taken me at least 8 times to work out and draw this, what it would have taken just to accept double-passes by patterning a single hexagon…
This actually takes me back to my brief time programming waterjet toolpaths, where I drew them manually in BobCad… Thank you for the memory!