fellesverkstedet / Bark-beetle-parametric-toolpaths

A grasshopper plugin for digital fabrication. Enables direct fabrication of geometry with 3D printers, CNC milling, Laser cutters, Robot arms and more. Also featuring 1:1 augmented reality toolpath projections.
97 stars 18 forks source link

another Future version request #80

Open uomou opened 3 years ago

uomou commented 3 years ago

For multi tasking people like me running a maker space.

It would be terrific if the NC file could have a header line above G1 F3600 Z6 mentionn the milling bit diameter, type and flute number, say like this:

[6mm | upcut | 2] G1 F3600 Z6

Several times on larger projects, continuing the next day, while having programed and problem solved on other projects, I wonder if had used a 4mm or 6mm milling bit, so this little feature will help to not ruining a partly milled project

Siemenc commented 3 years ago

Good idea! I think the lowest Z-point of the file could be good to have there as well for double checking, as written in this previous issue: https://github.com/fellesverkstedet/Bark-beetle-parametric-toolpaths/issues/6#issuecomment-370234296

JensDyvik commented 3 years ago

I agree too. It should be a quite easy fix. We just need to double check if g-code and shopbot code work in the same way for commenting out a line

uomou commented 3 years ago

and to finish it, we could add material choice too:

--// hard wood - 6mm upcut 2 - z max -12.6 //--