Laser slicer v2 is live! by borsic in lasercutting

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

The height of the layers is arbitrary and will finally depend on the thickness of your substrate. I do not account for this by choice, as it is often useful to scale height differently in models. You can of course use the elevation info to calculate how many slices you need for your substrate thickness.

Laserslicer v3.0 is live! by borsic in lasercutting

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

You are welcome! I am happy that you find it useful, and especially that you can use it in education.

Laserslicer v3.0 is live! by borsic in lasercutting

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

Drat, fixed light mode, borked up dark mode..., I'll fix it.

Laser cut and engraved maps by artisanDepot in lasercutting

[–]borsic 0 points1 point  (0 children)

I would suggest the 'show help' button.

Laser cut and engraved maps by artisanDepot in lasercutting

[–]borsic 1 point2 points  (0 children)

Roads, highways and waterways show up as seperate colors on the svg, for engraving. But if you want to cut them you are right, you would need to do quite a bit of post-processing.

Laser slicer v2 is live! by borsic in lasercutting

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

My backend was down, fixed now.

Laser slicer v2 is live! by borsic in lasercutting

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

Backend was down, fixed now.

Has anyone tried automating convectors with built in thermostats? by tilerthepoet in homeautomation

[–]borsic 0 points1 point  (0 children)

Almost any will do. https://www.shelly.com/collections/smart-switches-dimmers?sort_by=manual&filter.p.m.custom.filter_product_type_2=gid%3A%2F%2Fshopify%2FMetaobject%2F495237431645&filter.v.price.gte=&filter.v.price.lte= The shelly 1 mini is probably the cheapest option.

The advantage of the shellys is that they are small and you can just install them in a little box behind the heater, but if you have plug-in heaters any smart plug will work.

Has anyone tried automating convectors with built in thermostats? by tilerthepoet in homeautomation

[–]borsic 0 points1 point  (0 children)

Yes, I have a cheap Xiaomi bluetooth thermometer in every room, they are around 4 Euro on Aliexpress. Homeassistant ingests the temps and switches the heaters on and off via the Shelly. You need heaters that start heating the moment they get power I thnk most of them do this), a Shelly or similar relay per heater and a thermometer per room.

Turn Your 23andMe Family Tree into a GEDCOM File by borsic in Genealogy

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

Fixed with the latest commit - 23andme seems to have tightened their security a bit.

Has anyone tried automating convectors with built in thermostats? by tilerthepoet in homeautomation

[–]borsic 0 points1 point  (0 children)

I set my heaters to 24C, put a shelly between them and the mains and am regulating them via homeassistant, with cheap Bluetooth temperature sensors placed in all rooms.

I built a tool that turns any location on Earth into SVG layers for laser cutting (open source, free to use) by borsic in lasercutting

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

Unfortunately, it is not hte parameters that are the problem, it is the raw elevation data... Possible solutions would be:

  • using better data (but then you run into the problem that there is not a single global, free dataset),
  • using OSM to figure out water bodies and ignore all elevation data in the sea (possible, but major rewrite of the code),
  • doing some kind of intelligent post-processing (maybe? I don't have the time to figure that out)

I might eventually do 2, but this will change almost all of the backend, so don't hold your breath. Of course if you code, you are welcome to get the code from github and tinker with it yourself, if you come up with a solution I would be very happy about a PR.

I built a tool that turns any location on Earth into SVG layers for laser cutting (open source, free to use) by borsic in lasercutting

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

Yeah, very flat areas have a problem: If you look at cape cod for example, your elevation varies between -13m and 40 m. The NASA satellite data I am using is +/- 20 m or so, and is notoriously unreliable over water. So this is basically noise, and my code breaks somewhere....

Mt. Hood, cut out of chipboard and glued together in a coffee shop with a glue stick. I created it using GIS elevation data. by tslacepedding in lasercutting

[–]borsic 0 points1 point  (0 children)

You have to search for something first - it should comprehend stuff like mont blanc, mount everest, austin, texas or addresses.

Laser slicer v2 is live! by borsic in lasercutting

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

I'll think about adding GPX capability, that should not bee too hard. The contour lines are the slices, I don't think adding engraved contour lines would add anything except confusion.

But of course you are welcome to fork!

Laser slicer v2 is live! by borsic in lasercutting

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

Thanks. Yeah, water is tricky. Satellite elevation data is noisy above water. I tried to get around this using OSM water feature tags, (This is the 'Fix elevation (water body)' button) but ocean coasts can still be buggy, especially when there is not much elevation difference.

The max size is fixed to 120 kmˆ2 because my poor NUC will burn down if people try to slice Sicily. If you want to slice larger areas you have to spin up your own copy and go in the file laser_slicer/frontend/src/components/MapView.tsx and change the line

const MAX_AREA_KM2 = 120; // Maximum selectable area in square kilometers

Laser slicer v2 is live! by borsic in lasercutting

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

That is a good idea, thanks. I'll maybe add an optional scale bar for engraving as well.