qeed_ has quit [Remote host closed the connection]
qeed_ has joined #openscad
mmu_man has joined #openscad
mmu_man has quit [Ping timeout: 250 seconds]
mmu_man has joined #openscad
srk- has joined #openscad
srk has quit [Ping timeout: 252 seconds]
srk- is now known as srk
misterfish has quit [Ping timeout: 256 seconds]
aiyion1 has quit [Remote host closed the connection]
aiyion1 has joined #openscad
muesli has quit [Quit: Ping timeout (120 seconds)]
muesli has joined #openscad
GNUmoon has quit [Ping timeout: 246 seconds]
GNUmoon has joined #openscad
GNUmoon has quit [Remote host closed the connection]
aiyion1 has quit [Remote host closed the connection]
GNUmoon has joined #openscad
aiyion1 has joined #openscad
dustinm` has quit [Ping timeout: 246 seconds]
dustinm` has joined #openscad
erectus has quit [Remote host closed the connection]
erectus has joined #openscad
<rvt>
a nice GSOC project to have coverage in OPenSCAD? I don’t mean the source code, but in the OpenSCAD ‘Script’ when you can exactly see what lines where used generating the model..
<teepee>
"used" in what sense?
<teepee>
the 2nd line of a difference is used, but does not contribute any volume to the result object
<rvt>
For example https://i.imgur.com/SJR2exb.png It will color the line blue if the cyl code was used in generating the model
<rvt>
iI have models where I do a lot of ‘if this then that’ type of code with optiond like this https://i.imgur.com/YfiGoyh.png
<rvt>
Sometimes I get lost what is used where… then with the coverage I can see if I have any redudant code that can be removed, or it allows me to zoom in on parts of code… Just a thought..
<teepee>
hmm, so "included in the final CSG tree" might work, but would cover only statements, not functions / variables
mmu_man has quit [Ping timeout: 246 seconds]
Guest46 has joined #openscad
Guest46 has quit [Client Quit]
mmu_man has joined #openscad
<rvt>
and statements within the funtions? Variables I usually don’t care about..
<teepee>
there are no statements in functions, so far it's always a single expression
J23k46 has quit [Quit: Client closed]
J23k46 has joined #openscad
<J23k46>
build info shows : OPENSCAD_FONT_PATH: <not set>
<J23k46>
OpenSCAD font path:
<J23k46>
C:/WINDOWS/fonts
<J23k46>
why are there two and one not set ?
<teepee>
first one is environment variable IIRC
<teepee>
other is fixed hard coded
<J23k46>
shouldn't the installation set this?
<J23k46>
under the second i have a whole list of paths
<teepee>
the env variable? no, that's additional for the user if needed
<rvt>
teepee: Ahh yes, functions… that’s fine… it’s just an idea that might be nice for a GSoC..
<teepee>
rvt: a bit on the complex side though, but possible I suppose
<teepee>
that said, gsoc participation seems to go down every time
<teepee>
we may have tons of proposals if we post python stuff maybe :)
<J23k46>
just wondered if this was related to the "Fontconfig error: Cannot load default config file: No such file: (null)"
misterfish has joined #openscad
<rvt>
teepee: hehe.. python seems the hot new thing… Unfortunatly, I don’t get python… :(