Skip to content

Sandify v0.2.6

Compare
Choose a tag to compare
@jeffeb3 jeffeb3 released this 05 Sep 13:15
· 279 commits to master since this release
5a6011b

New Release

It has been a while since we released, so we have quite a few features to share. Bobnik has been making PRs and I have been merging them, and adding a few of my own.

This release has some new effects, circles, SCARA GCode output and performance improvements.

Forum Discussion

The forum post, where you can comment or ask questions is here:

https://forum.v1engineering.com/t/sandify-update-v0-2-6/29098

But, as always, feel free to post issues with bugs you find or features you think would be great.

Release Notes

New Effects 🎉

This is an expansion of the mask effect which can distort and manipulate a base shape with some neat patterns. Some simple effects can really make a pattern wilder, or more sculpted, or... IDK, use your creativity and try it out!

To use an effect or a mask, start my making a layer to effect and clicking on "New". In the modal, select one of the effects.

Noise Effect

screenshot-2021-09-01-1630524788

This effect adds the Perlin Noise (similar to the Noise Shape) on top of another shape. In this first example, we apply it to a wiper, but it can be any shape underneath the effects.

Fish Eye

screenshot-2021-09-01-1630524531

The fish eye effect looks like a bubble underneath the surface of your patterns.

Warp

screenshot-2021-09-01-1630524630

There is a custom warp function where you can define your own math for what distortion you want, and we have made a few good previews to make some really funky patterns.

Inverted Mask

inverted_mask

This is a new function on the mask effect. It can cut parts out of your pattern. I am excited to see what you all make with it. Please share!

New Shape 🎉

Circle Packer

circles

The Circle packer is a new wiper that fills the space with circles and then automatically figures out which order to draw them in and how to retrotraverse to get to them all. Very smart stuff, Bob.

SCARA

There are a few passionate users who are using sandify with SCARA machines that don't understand they are SCARA machines. 🤷 . For these users, I was keeping a python script for converting the .thr files. But instead, We've added a SCARA output. This is for a very specific type of machine, and there are some details in the wiki: https://github.com/jeffeb3/sandify/wiki/Scara-GCode

Use arrow keys

Use arrow keys on the preview to adjust the offsets of the shape.

Guts

We spent some time working on the events and what gets calculated when. Complicated patterns, with multiple layers should be easier to create. Hopefully, you won't notice anything, but just be happier. Bob: 💯