flxn / qrcode2stl

Web App to create 3d-printable QR-Codes
https://flxn.de/qrcode2stl/
MIT License
169 stars 61 forks source link

"QR-City" (random heights of Blocks) does not take chosen Depth into account #18

Closed fredhaus closed 4 years ago

fredhaus commented 4 years ago

The QR-City effect is great, however it changes the depth to some very small number, rather then taking into account a entered depth.

flxn commented 4 years ago

Yeah, currently it is just using a random value between 1 mm and 5 mm and does not respect the entered depth. It was just meant as a fun little feature so I didn't give it much thought.

Do you have a certain solution in mind? I could add two input fields for minimum and maximum height, that would probably be the easiest to use.

fredhaus commented 4 years ago

Two input fields for min an max would be fantastic! The feature already makes for some pretty aesthetic graphical. Cheers, and well done!

flxn commented 4 years ago

Change is live on the website