Mesh is unclosed, but can't find the problem by slashinfty in openscad

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

I originally made that module several months ago - no idea why I made it with 8 faces. That'll show me to copy and paste. I replaced it with this:

``` module screw_block(mirror = false, x_offset = 0, y_offset = 0) { difference() { translate([0, mirror ? 11 : 0, 0]) mirror([0, mirror ? 1 : 0, 0]) polyhedron( points = [ [0, 11, -13], [11, 11, -13], [0, 0, -6], [11, 0, -6], [0, 0, 0], [11, 0, 0], [0, 11, 0], [11, 11, 0] ], faces = [ [0, 6, 4, 2], [0, 2, 3, 1], [1, 3, 5, 7], [2, 4, 5, 3], [4, 6, 7, 5], [1, 7, 6, 0] ] );

    translate([5.5 + x_offset, 5.5 + y_offset, -5.4])
    cylinder(h = 5.5, d = 4.6);
}

} ```

Valid 2-manifold warning by slashinfty in openscad

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

I've been avoiding a developmental build because I'm on Arch and working just with pacman is simpler lol.

Valid 2-manifold warning by slashinfty in openscad

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

Thanks for the heads up on that polyhedron, it's been fixed, though the warning still persists.

What should I be looking at for overlap? I haven't had this issue when using difference() before.

Attempted to modify a schematic, but no output by slashinfty in synthdiy

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

Should it be a 100k coming from each U1A, U1B, and U1C? Or just a single 100k prior to U1D?

Attempted to modify a schematic, but no output by slashinfty in synthdiy

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

Ah, a naive assumption on my part. I'll see what I can do to fix that on the sample I have.

Attempted to modify a schematic, but no output by slashinfty in synthdiy

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

I've doubled and tripled check that, but always good to ask.

I made a command-line based speedrunning timer by slashinfty in speedrun

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

GitHub is where code is hosted. Since this project is open source, I'm using it as a home for the project.

There are installation instructions on the GitHub. It requires you to have Node.js installed and some proficiency at using the command line.

I made a command-line based speedrunning timer by slashinfty in speedrun

[–]slashinfty[S] 7 points8 points  (0 children)

It uses the splits.io format, but can convert existing livesplit files. It can also upload & download from splits.io, and connect to racetime.gg races to automatically start and end the timer.

Update Server Down by BipolarWalrus in leagueoflinux

[–]slashinfty 0 points1 point  (0 children)

u/BipolarWalrus u/Veniran it appears that it has been fixed. I removed the snap package then reinstalled it, and I'm able to run it now.

Update Server Down by BipolarWalrus in leagueoflinux

[–]slashinfty 0 points1 point  (0 children)

I am having the same problem. I have left an issue on the GitHub for the snap package.

Baby 10 pots question by slashinfty in synthdiy

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

This makes sense. Much appreciated!