GNUmoon has quit [Remote host closed the connection]
LordOfBikes has quit [Ping timeout: 240 seconds]
LordOfBikes has joined #openscad
califax- has joined #openscad
califax has quit [Ping timeout: 276 seconds]
califax- is now known as califax
arebil has joined #openscad
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ur5us has quit [Quit: Leaving]
ur5us has joined #openscad
ur5us has quit [Remote host closed the connection]
ndim has quit [Ping timeout: 250 seconds]
drkow has quit [Ping timeout: 256 seconds]
jonasbits has quit [Remote host closed the connection]
jonasbits has joined #openscad
ur5us has joined #openscad
arebil has joined #openscad
ickk has joined #openscad
GNUmoon has joined #openscad
ur5us has quit [Ping timeout: 240 seconds]
snakedGT has quit [Remote host closed the connection]
snaked has joined #openscad
Jck223557 is now known as Jack22
<Jack22>
öhh is that a feature or a bug ?
<Jack22>
teepee when using "use" the variables from the lib are not accessible .. but the lib also doesn't use the variables from the sketch
<teepee>
sounds fishy, what's the details?
<teepee>
are we talking $ variables on top level of the lib?
drfff has joined #openscad
<Jack22>
no just if your lib has x=10; cube(x); and that is called via use and x=20; is overwritten it is still 10. ( at least my function doesn't change)
<teepee>
that's strange I'm not sure why that would have changed
<Jack22>
also the autocomplete for lib shows libs from other tabs save folder - which don't work in an new unsaved sheet (or different location) as it is not a full path
<teepee>
and that should have worked in earlier version?
<Jack22>
OH exported 3mf now has groups ? how does that work?
<teepee>
it probably has with include<> due to the "use last value if multiple assignments"
<teepee>
and that should still happen
<Jack22>
not sure about earlier versions as im normaly only use include .. just found out that it doesn't
<teepee>
Jack22: autocomplete should show $OPENSCADPATH + current script folder (when saved)
<teepee>
so if you are not editing in a library path that might be a bug
<Jack22>
yes it does but if i have a saved scipt open .. and make a new tab (unsaved) it shows the lib from the current script folder but can't load the lib
ur5us has joined #openscad
<Jack22>
so 3mf groups may have something to do with lazy unions ..
lastrodamo has joined #openscad
snaked has quit [Quit: Leaving]
snaked has joined #openscad
<teepee>
yeah, lazy union can produce multiple meshes and 3mf can keep those separate
<teepee>
it's probably not spec compliant if they overlap
ur5us has quit [Quit: Leaving]
<Jack22>
awesome .. Ü
<Jack22>
that should be more advertised ( when lazy U gets productive )
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ickk has quit [Ping timeout: 260 seconds]
little_blossom_ has joined #openscad
little_blossom has quit [Ping timeout: 240 seconds]
TheCoffeMaker has joined #openscad
TheCoffeMaker has quit [Ping timeout: 240 seconds]
<buZz>
Jack22: i read a paper by 'Wijnand van Tilburg' that defended that
<buZz>
> Bored stiff: The relationship between meaninglessness, sexual sensation seeking, and promiscuous attitudes via boredom susceptibility
<buZz>
that boredom is a needed emotion to aid creativity
<Jack22>
at least stress kills creativity .. but what has that to do with me? did i say something related to that?
* Jack22
is confused - and bored
<buZz>
oh
<buZz>
> 11:11:03 < Jack22> that should be more advertised ( when lazy U gets productive )
<buZz>
lazy = boredom, to me
<buZz>
:)
<buZz>
guess thats not always true
<Jack22>
lazy U ↦ lazy union ↦ scad feature
<buZz>
;)
<Jack22>
but for me boredom and lazyness are different.. lazy is procrastinate work or circumvent, while boredom is a lack of work (or things you wanna do)
<buZz>
dont you procrastinate because you dont want to do a thing?
<Jack22>
motivation sure play a role and these are linked somehow too
<Jack22>
but procrastination also had to do with doing the correct thing and being efficient
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
<Jack22>
lazy is minimal effort (which is not bad) while boredom is (bore - out) negative and means you need to find things to do - which contradict laziness
<Jack22>
The thing is that doing nothing can not make you happy - which is a terrible insight
<othx>
Jack22 linked to YouTube video "Tim Urban: Inside the mind of a master procrastinator | TED" => 1 IRC mentions
<Jack22>
but my favorite is lucid dreaming - best VR possible
<buZz>
i dont mind a HTC Vive :)
<Jack22>
.oO(play helicopter flight sym - how to get queasy real fast)
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
<Jack22>
in lucid dreams you have full body feedback and feel the Gs - i wonder if we can tap into that anytime
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
arebil has joined #openscad
PovilasCNC has quit [Read error: Connection reset by peer]
ochafik has quit [Remote host closed the connection]
arebil has quit [Quit: My keyboard has gone to sleep. ZZZzzz…]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
PovilasCNC has joined #openscad
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
arebil has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
ali1234 has quit [Remote host closed the connection]
ali1234 has joined #openscad
ochafik has quit [Remote host closed the connection]
ochafik has joined #openscad
Guest39 has joined #openscad
Guest39 has quit [Client Quit]
Guest48 has joined #openscad
<Guest48>
How do I import a 3MF file in the latest version of OpensCAD?
<teepee>
import("file.3mf");
<Guest48>
So, there's no menu option to do so?
<InPhase>
3mf files are a geometry. All processing in OpenSCAD is based on running the scripts written in the language, by intentional design.
<InPhase>
It is a programmatic CAD system.
<InPhase>
So this is not a missing feature, but a mismatch with the designed workflow.
<Guest48>
Ok. I don't have a cad file for the object. All I have is a STL or 3MF file.
<Guest48>
Newbie.....
<teepee>
depends on what you want to change
<InPhase>
Yeah. So that could be plainly imported like import("file.3mf"); or it could be imported in place like: difference() { import("file.3mf"); cube([5,4,3]); } to eat a cube out of one corner, or something like that.