monotremata

joined 2 years ago
[–] monotremata@kbin.social 1 points 2 years ago (4 children)

A Land Value Tax would help with this. Henry George was on to something with that.

[–] monotremata@kbin.social 1 points 2 years ago

It also doesn't with with PLA and ABS. Same issue, they won't stick together well.

[–] monotremata@kbin.social 1 points 2 years ago

And when you say "laser or printer" here, are you referring to a 2d printer, or a 3d printer?

The questions are because, fundamentally, a wireframe image like the one you linked is just a different way of rendering the same file. So if what you want is literally an image like this, then there are tools to do that, which will depend a bit on what operating system you're using. Blender, as mentioned in another comment, is one such option.

If, on the other hand, what you want is a 3d printable structure that resembles a wireframe rendering of the object, that's a more complicated task. The STL file just lists the triangles that make up the surface of the object; in order to make a solid structure that resembles this, you'd need to create a solid (e.g. a cylinder, maybe with balls at the ends) for every edge in the file (3n / 2 edges for n triangles, since every edge in a properly printable ["manifold"] STL is shared by two triangles) and then takes a boolean union of all of them. I don't think a tool to do this exists currently, as it's a rather specialized need, but it wouldn't be too hard to throw together a python script that could take an STL file and generate an OpenSCAD script that you could then render with OpenSCAD to get the STL.

[–] monotremata@kbin.social 6 points 2 years ago

Specifically, the 8 pro has a 5x telephoto 48mp sensor that the base model lacks, a 48MP wide angle sensor compared to 12MP on the base model, a thermometer the base model lacks, 12GB of ram vs 8 on the base model, and a slightly larger and brighter display and slightly larger battery (though the gain in battery is probably roughly offset by the increased power draw of the screen). I believe those are the only hardware difference.

Source: https://www.phonearena.com/reviews/Google-Pixel-8-Pro-vs-Pixel-8-Google-is-about-to-reap-the-harvest_id5921

[–] monotremata@kbin.social 2 points 2 years ago

That's wild! Sorry that's happening to you.

[–] monotremata@kbin.social 7 points 2 years ago

I don't think we should be too surprised by this. If a company isn't all that good before a conglomerate buys it, then it's unlikely to be widely known. Conversely, if a small company is widely known, it's likely to be exceptionally good. So, even if acquisition usually just results in regression to the mean, we'll still mostly have heard of ones that degraded the company.

[–] monotremata@kbin.social 1 points 2 years ago (2 children)

For me it's under Settings, Privacy and Security, Device Lock, Fingerprint Unlock. I removed my fingerprints from it the other day, though, because it was so inconsistent at unlocking my phone that it seemed faster to just use a numeric code.

[–] monotremata@kbin.social 104 points 2 years ago (1 children)

Good sci fi usually isn't about the future, aliens, etc. It's about the present, but portrayed in a strange way so as to bypass your existing preconceptions about the situation, so you can look at it with fresh eyes.

[–] monotremata@kbin.social 12 points 2 years ago (4 children)

Certainly! Here's how this might be phrased in a more casual manner if it appeared as a comment on a web forum: "lol git gud noob jk"

[–] monotremata@kbin.social 1 points 2 years ago

So, one thing to consider is whether you could have remnants of a previous filament getting stuck in your hotend and carbonizing and causing partial clogs. That depends a bit on what you were running just before running this filament. If this is the issue, a cleaning filament can help. Another possibility is that your nozzle isn't tight against the heatbreak, in which case plastic can accumulate there and cause issues. The only way to fix that is to disassemble the hotend and put it back together correctly--this usually involves tightening the nozzle when it's hot, but check the details for your specific printer.

But yeah, it could also just be bad filament. That's probably the easiest thing to fix, anyway.

[–] monotremata@kbin.social 2 points 2 years ago (1 children)

Sure. You can always include both as well. Folks who don't have CAD software may not be able to use the STEP files.

[–] monotremata@kbin.social 2 points 2 years ago (3 children)

Lots of people post STLs because you can feed them directly to the slicer for printing. But it only represents the surface mesh of an object, and only as polygons. A STEP file basically captures how the part is designed in CAD, so it's much better if you need to modify the part. It also gives you the original form of things like curves, where the STL would be quantized into a fixed number of polygons.

view more: ‹ prev next ›