<buZz>
need to glue some rubber strips on it to prevent the phones from sliding
<buZz>
and underneath, to prevent the whole stand from sliding on desk
<buZz>
but , not bad for ~10 minutes of design
J1A8495 has quit [Quit: Client closed]
J1A8495 has joined #openscad
<InPhase>
buZz: Often people make a phone stand so they can see the phone contents. But it seems perhaps your three-phone stand was designed that way because you are out of room on your desk for storing phones? ;)
<buZz>
InPhase: i'm mostly using these devices over SSH
<buZz>
building different programs natively, only grabbing it for test every now and then
<Scopeuk>
in fact I muddled my devices, cosmo is the older one the newest one is astro slide, unfortunately the hardware is all a little old compared to modern slab/slate/generic rectangles
<buZz>
InPhase: i have 'display stands' aswell, but those arent as useful when half your desk is phones ;)
<buZz>
InPhase: honestly, i've been using a Droid4 with Leste as dailydriver for almost half a year now, works amazingly well imho
<buZz>
not really 'full fledged' in features yet
<Scopeuk>
buZz I wanted an N900 bad when I was student and the droid 4 for that matter (although thats a touch more recent
<buZz>
also ; i'd really love if openscad could be built with 'only opengles2 output' but i dont think thats possible now
<buZz>
Scopeuk: droid4 is ~25 usd on US ebay nowadays
<buZz>
and even a 10+ yo battery gets you near 30hr standby on leste
<Scopeuk>
yeh but also almost as old and slow as my current nokia
<buZz>
no clue
<Scopeuk>
I miss the keyboard on my n95 but the n8 is working for me
<buZz>
your current nokia doesnt run 5.18.19 kernel ;)
<Scopeuk>
no it does not
<Scopeuk>
:P
<buZz>
nor get near daily updates on its repos
<buZz>
nor have 'all of devuan' installable through apt
<buZz>
stuff like blender etc, just works
<Scopeuk>
I'm well aware its limited, was hoping at some point someone might release something interesting I could have instead
<buZz>
which nokia is it?
<Scopeuk>
plan is to run this until that turns up or this dies and I have to replace it with something dull
<Scopeuk>
N8
<buZz>
symbian is pretty cool
<buZz>
Scopeuk: really, imho, just get a droid4 and play around with leste a bit, you might be very suprised
<buZz>
if you are at openfest next weekend, you can come play with one
<buZz>
projectlead keeps trying to order me a planeticket and hotelroom to join him in presenting , but meh :P
<linext>
do you think you could make a virtual machine or docker container that has everything needed to edit and build openscad?
<teepee>
not sure what you are searching for, but void MainWindow::compileCSG() is sort-of the core of the preview stuff (after parsing and evaluation is already done)
<teepee>
yes
<buZz>
linext: openscad's source itself can manage a lot of it already, as in downloading/building dependancies etc
<teepee>
alternative is the docker image I maintain, but that's not really targetting interactive development, it probably would need some changes for that
<teepee>
well, this does a 2 stage build so the final image does not have all the dev stuff to make it huge, but it should show pretty much the minimum needed
<buZz>
teepee: opengles2 openscad is still unobtainium , right? beside emulation or mesa sw rendering
<buZz>
gl4es* emulation
<teepee>
yep, no change there yet
<buZz>
aw :)
<buZz>
i might just package it wrapped with gl4es perhaps, wonder if that would require recompiling whole QT
aiyion1 has quit [Remote host closed the connection]
aiyion1 has joined #openscad
ur5us has quit [Ping timeout: 244 seconds]
clemens3 has quit [Quit: WeeChat 2.7]
<linext>
i think i found a possible contradiction in the customizer vector examples
<linext>
VectorRange3=[12,34,46]; //[1:2:50]
<linext>
start is 1, step is 2, end is 50... so how'd 12 become the initial?