John Cole

Results 20 comments of John Cole

An issue I recently ran into... I'd like to use a second `nav-bar` under the main one for a toolbar... In mobile, I'd like to change the hamburger and move...

+1 I've tried adding the legend object to the options, but didn't see a place to specify the div object for leaflet.

Any updates on the RPi HQ driver?

I was looking through the archives on https://openjscad.nodebb.com but I didn't find the referred post there. @kaosat-dev did you have a way to render designs to a PNG or other...

Thx for the directions, I was able to get it working in my unit tests for jscad-utils.

As someone who uses connecters a good bit, I hope they stay in. For me, connectors are an indispensable part of aligning and positioning complex objects.

@SimonClark here's an example: https://gitlab.com/johnwebbcole/window-motor I use both my own and the ones on the primitives (mostly on cylinders). J

I build and test my utils against v2 and use a compatibility wrapper to get them to work with v1 scripts already :-)

Connectors are named so you need to know the names for the object you are connecting to/from. Yes, they should transform with the rest of the shape (like any point...

The [addConnector](https://johnwebbcole.gitlab.io/jscad-utils/code/util.html#addconnector-object-name-point-point-point-⇒-csg_) helper that I use helps with naming and construction. https://gitlab.com/johnwebbcole/window-motor/-/blob/master/dist/window-motor.jscad#L733 Here's an example in use https://gitlab.com/johnwebbcole/window-motor/-/blob/master/dist/window-motor.jscad#L733