Z3 Development
Z3 Development
I think the grid size can be calculated whenever a new set of geometry is being rendered. There’s a really old issue about this as well.
Thinking a little further... over-loading 'require()' could be dangerous. If hacked then designs will be forever forced to use require(), and there's ES6 'import()' on the horizon. Also, there's the...
@SimonClark I have some hacking good news. I was able to change the core library to handle normal or async versions of main functions. This means that users can do...
From DXF Parser... Where possible SPLINE entities are rendered using native SVG quadratic and cubic beziers. Good memo on spline knots can be found here: https://saccade.com/writing/graphics/KnotVectors.pdf Not all splines are...
Another library that does conversions.... https://sourceforge.net/projects/dxf2gcode/
Let’s let @ErikDeBruijn decide to close. There’s no solution yet.
Looks like the post install step is incorrect. It should only link the examples when starting the development server, i.e. npm run dev This can be done by moving the...
P.S. It's best to stay away from the NPM and LERNA standard lifecycle steps.
@GrreenZ By the way, although you could use the WEB UI to create a website, we don't recommend it for many reasons. If you are looking for a quick example...
Great investigations! Thanks. I'll look at this next week in more detail, as nothing is easy in the booleans.