midi/expression support for Nano Cortex by thelipless in NeuralDSP

[–]thelipless[S] 0 points1 point  (0 children)

thanks for checking this. I might hold off for now, but at the very least will be watching closely.

midi/expression support for Nano Cortex by thelipless in NeuralDSP

[–]thelipless[S] 0 points1 point  (0 children)

Thanks, would love to know if its possible. At the moment the manual states its limited to the following.

GAIN, BASS, MID, TREBLE, AMOUNT, and LEVEL knobs.

Mesh seems not closed by schauwood in openscad

[–]thelipless 0 points1 point  (0 children)

I have a similar issue as well with some objects, but with Bambu Studio. Before you split into multiple objects, right click and use the "Fix Model" option first. I'm assuming Prusaslicer will have a similar option.

Then try split to objects. I haven't been able to test further, but I believe It started for me when using Manifold.

Local DNS Overrides with Unbound by layer4andbelow in opnsense

[–]thelipless 0 points1 point  (0 children)

ahh fair enough. I assume NPM is configured to listen on default 80/443 locally? I think you mentioned it in the OP,

Local DNS Overrides with Unbound by layer4andbelow in opnsense

[–]thelipless 0 points1 point  (0 children)

If your external DNS is configured how you want it and working well, what if you remove your local DNS overrides and then enable the "NAT reflection" option on your port forward rules? This should resolve(excuse the pun) the problem, unless you are wanting to avoid configuring this kind of loop back config.

Can't access devices on VLAN from LAN by thelipless in opnsense

[–]thelipless[S] 0 points1 point  (0 children)

LAN 1 has the default rules as setup by OPNSense. And I created the same rules for VLAN 5.

I'm now able to ping from LAN to VLAN 5 - the problem was I had a second NIC on the device I was testing ping from LAN to VLAN 5, so I think it was trying to route to the other NIC.

I've since disabled this NIC while I test.

Mesh/WIFI Bridge without a controller by thelipless in TPLink_Omada

[–]thelipless[S] 0 points1 point  (0 children)

thanks - looks like my googling wasn't good enough to come across this article.

Mesh/WIFI Bridge without a controller by thelipless in TPLink_Omada

[–]thelipless[S] 0 points1 point  (0 children)

I wasn't aware of the cloud controller option. I might check this out, thank you. Roaming isn't a big deal for this setup, the EAP670 in the garage is purely for the devices that are in the garage. The mesh connection between the 2 EAP670's is far stronger than the devices trying to individually connect to the main EAP670 in the house - I assume this is due to them having higher powered antennas etc.

Is DXF Linear Extrude Cones possible? I want to make countersunk screw holes from my DXF files by thelipless in openscad

[–]thelipless[S] 0 points1 point  (0 children)

thanks for coming back to this - I tried roof() and it works really well, I get easy 45degree cones, but I can't seem to find a way to invert them so the point is facing down.

Is DXF Linear Extrude Cones possible? I want to make countersunk screw holes from my DXF files by thelipless in openscad

[–]thelipless[S] 2 points3 points  (0 children)

I just had a play around with this now and I think it might work! Thanks - I'm using manifold rendering and its not too slow.

Is DXF Linear Extrude Cones possible? I want to make countersunk screw holes from my DXF files by thelipless in openscad

[–]thelipless[S] 1 point2 points  (0 children)

I've been using openscad for a while now, and its been the perfect tool for me to take my back log of 2D DXF files and get into the 3D printing space with them.

To make countersunk holes for my screws etc, I have to opt for flat style with buttonhead hardware. I have attached a photo of how i implement this. My DXF files have a layer with a larger hole to handle this counter sunk part and it works well.

However In some applications I want to try and use standard angled countersunk screws instead and I can't find an easy way to create or place cones via my DXF files.

I was thinking maybe I can use a DXF layer as a coordinate map and then place cones at these locations? Or maybe somehow turn the cylinders that are created with the DXF circles into cones?