teepee changed the topic of #openscad to: OpenSCAD - The Programmers Solid 3D CAD Modeller | This channel is logged! | Website: http://www.openscad.org/ | FAQ: https://goo.gl/pcT7y3 | Request features / report bugs: https://goo.gl/lj0JRI | Tutorial: https://bit.ly/37P6z0B | Books: https://bit.ly/3xlLcQq | FOSDEM 2020: https://bit.ly/35xZGy6 | Logs: https://bit.ly/32MfbH5
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
LordOfBikes has quit [Ping timeout: 244 seconds]
LordOfBikes has joined #openscad
souvlakeeb has joined #openscad
<souvlakeeb> Hey guys! Is it possible to increment a variable as in `var += 1` or `var++;`?
toluene has quit [Read error: Connection reset by peer]
toluene has joined #openscad
J1A8450 has joined #openscad
J1A84 has quit [Ping timeout: 252 seconds]
<souvlakeeb> Also, is there any way to have the exported PDF to scale?
<peepsalot> souvlakeeb: variables in openscad are immutable, so you can't assign a new value to the same variable.
<peepsalot> sometimes it may appear that you can reassign values, but in fact that is shadowing https://en.wikipedia.org/wiki/Variable_shadowing
<souvlakeeb> Okay thank you!
souvlakeeb has quit [Ping timeout: 252 seconds]
<InPhase> Well, except for loops...
<InPhase> But, left too soon!
KimK has joined #openscad
abff has quit [Ping timeout: 246 seconds]
abff has joined #openscad
<peepsalot> is it valid to consider for loops as another form of shadowing? each iteration of the loop kinda gets its own context, so is really "the same variable" or not? i guess its a matter of semantics?
<InPhase> If you "see it", then yeah.
<InPhase> But it's sort of a question of comfortable mental model.
souvlakeeb has joined #openscad
souvlakeeb has quit [Client Quit]
toluene has quit [Quit: Ping timeout (120 seconds)]
toluene has joined #openscad
snaked has quit [Ping timeout: 244 seconds]
snaked has joined #openscad
ccox_ has quit [*.net *.split]
phryk has quit [*.net *.split]
Ckat has quit [*.net *.split]
ccox has joined #openscad
Ckat has joined #openscad
phryk has joined #openscad
pah has quit [Ping timeout: 240 seconds]
Wolf480pl has quit [*.net *.split]
peepsalot has quit [*.net *.split]
oldlaptop has quit [*.net *.split]
buZz has quit [*.net *.split]
engblom has quit [*.net *.split]
buZz has joined #openscad
engblom has joined #openscad
buZz is now known as Guest6129
oldlaptop has joined #openscad
pah has joined #openscad
peepsalot has joined #openscad
Wolf480pl has joined #openscad
Junxter has joined #openscad
snaked has quit [Ping timeout: 276 seconds]
lastrodamo has joined #openscad
teepee has quit [Remote host closed the connection]
aiyion has quit [Remote host closed the connection]
fling has quit [Remote host closed the connection]
aiyion has joined #openscad
fling has joined #openscad
teepee has joined #openscad
califax_ has joined #openscad
califax has quit [Remote host closed the connection]
califax_ is now known as califax
teepee has quit [Ping timeout: 268 seconds]
teepee has joined #openscad
Virindi has quit [Ping timeout: 244 seconds]
Virindi has joined #openscad
ccox has quit [Ping timeout: 240 seconds]
fling has quit [Remote host closed the connection]
fling has joined #openscad
TheAssassin has quit [Quit: No Ping reply in 180 seconds.]
TheAssassin has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
sinvet has joined #openscad
foul_owl has quit [Ping timeout: 240 seconds]
J1A8450 has quit [Ping timeout: 252 seconds]
foul_owl has joined #openscad
snaked has joined #openscad
snaked has quit [Ping timeout: 260 seconds]
J1A84 has joined #openscad
Guest6129 is now known as buZz
sinvet has quit [Ping timeout: 272 seconds]
sinvet has joined #openscad
ccox has joined #openscad
snaked has joined #openscad
<J1A84> turns out learning braille is easy  .. https://www.printables.com/model/240002-braille-learning
<Scopeuk> I suspect the pattern is easy, but actually training yourself to read the patter through touch as scanning and internally conceptualise that to language is going to take practice and probably lots od it
<J1A84> i am slow but can recognize the letters  -  not sure if blind read with multiple fingers in parallel .. that is some training for sure like speedreading
<teepee> it would be cool to see information collected about this topic on a dedicated page
<J1A84> i was amazed that after a few minutes you(i) will see the patten in your mind and you feel how many dots are there and where they are
<J1A84> teepee you mean wikipedia? or about the prints? ..  prusa can now search tags
<teepee> I mean using OpenSCAD by and for vision impaired people
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
J1A84 has quit [Quit: Client closed]
J1A84 has joined #openscad
<J1A84> teepee a  assistech section for the gallerie would be an idea ..  like for the advent calendar Ü
pproj has joined #openscad
pproj has quit [Client Quit]
<J1A84> with the new prusa search  https://www.printables.com/search/models?q=%22tag:assistivetech%20%2B%20openscad%22
<Scopeuk> Assistive tech is crazy expensive normally
<J1A84> we could get oscad results
<Scopeuk> granted sip and puff/mouth joysticks or eye tracking cameras are impressive
<Scopeuk> but mega money
<Scopeuk> my partner works with that sort of gear
<Scopeuk> interestingly the model J1A84 posted earlier for the alphabet appears to be using a couple of stacked squares to approximate the brail, that would be a much lighter implementation for rendering in openscad, I had considered it before but I've never worked with brail properly to know if it would feel right
<J1A84> it is a small target group so it doesn't get into the  cheap mass production range
<J1A84> Scopeuk  it is using an octagon at the top and a square at base  and is a polyhedron to render faster
<Scopeuk> the biggest thing helping that at the minute is that microsoft are making moves into that area with their hardware devision
<Scopeuk> the adaptive controller and hte upcomming mouse like stuff
<J1A84> the top octagon is .6mm and with a .4 nozzle  there is not much more to get out when printing
<J1A84> with arduinos micro you can emulate HID devices on USB connection
<Scopeuk> yeh I've done the hide emulation things, the seed studio xiao's are great for it, tiny usb c and cheap to do native whatever usb hid you want
ur5us has joined #openscad
<Scopeuk> https://mobile.twitter.com/gyrobotuk do a lot of prostehtic/accesibility stuff too
<Scopeuk> think it mostly lives in https://mobile.twitter.com/openbionics
<J1A84> i wonder why people using twitter for that .. it is not that accessible
<Scopeuk> YOU CAN PUT CONTENT IN MANY PLACES
<Scopeuk> excuse caps**
<J1A84> ah ok https://openbionics.com/ is a company  - thought it was a "movement"
ur5us has quit [Ping timeout: 272 seconds]
snaked has quit [Remote host closed the connection]
snaked has joined #openscad
snaked has quit [Read error: Connection reset by peer]
snaked has joined #openscad
J1A84 has quit [Quit: Client closed]
J1A84 has joined #openscad
J1A84 has quit [Quit: Client closed]
J1A84 has joined #openscad
ur5us has joined #openscad
ur5us has quit [Ping timeout: 268 seconds]
marcus has quit [Read error: Connection reset by peer]
marcus has joined #openscad
Junxter has quit [Ping timeout: 260 seconds]
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
ubitux has quit [Quit: WeeChat 3.5]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 268 seconds]
teepee_ is now known as teepee
ubitux has joined #openscad
lastrodamo has quit [Quit: Leaving]
CNCFR06_ has joined #openscad
sinvet has quit [Ping timeout: 260 seconds]
Alexer has quit [Ping timeout: 256 seconds]
Colere has quit [Ping timeout: 256 seconds]
Colere has joined #openscad