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
snaked has joined #openscad
bitbasher has joined #openscad
<bitbasher> a conundrum  .. i have not found any reason for this in the docs so i am asking here
<bitbasher> this code
<bitbasher> echo( "testing _parse_float(sections)" );
<bitbasher> echo( float_fraction( "1", 0 ) );
<bitbasher> assert( float_fraction( "1", 0 )   == 0.1   );
<bitbasher> ff1 = float_fraction( "01", 0 );
<bitbasher> echo( ff1=ff1 );
<bitbasher> assert( float_fraction( "01", 0 )  == ff1  );
<bitbasher> assert( float_fraction( "01", 0 )  == 0.01  );
<bitbasher> echo( "should be true ", 0.01 == ff1 );
<bitbasher> gives this result:
<bitbasher> ECHO: "testing _parse_float(sections)"
<bitbasher> ECHO: 0.1
<bitbasher> ECHO: ff1 = 0.01
<bitbasher> ECHO: "should be true ", false
<bitbasher> ECHO: ff3 = 0.001
<bitbasher> ECHO: ff4 = 0.123
<bitbasher> basically .. if i try to use assert( function() == 0.01 ) the assertion fails .. if i assign ff2 = 0.01; and then assert( function() == ff2 ) the assertion passes
<bitbasher> and if i test with echo( ff2 == 0.001 ) i get false
<bitbasher> but .. for the case of the fraction  0.1  i do not need to assign ff1=0.1 because  assert( function() == 0.1 ) passes
<bitbasher> and .. i tried to register my nick with the NickServ .. i get the message telling me an email was sent .. i get the email . .but the content of the email is "This message cannot be loaded at this time. Try again later."
<bitbasher> but it never updates .. is the libera.chat service not supporting the nickserv properly or am i doing something wrong?
<InPhase> paste?
<othx> paste is https://bpa.st for .scad files and other text like long error reports, https://pasteboard.co/ or https://imgur.com/ for images
<InPhase> ^ This is a better place to put code.
<InPhase> All I get is "Ignoring unknown function 'float_fraction'" because your code is incomplete, so I can't see what it's supposed to do.
kintel has joined #openscad
<kintel> guso78k My understanding of your sorting code is that it forces VBOs to be rebuilt for every camera change. Considering VBO building is pretty expensive already, that may be a showstopper.
deathonater is now known as Smeef
TheAssass1n is now known as TheAssassin
bitbasher has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
<gbruno> [github] kintel pushed 3 additions 3 modifications (Added minimal test for #5135) https://github.com/openscad/openscad/commit/b18a13ece16616afba9cec235db4b2981d5b2abc
<gbruno> [github] kintel synchronize pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
<gbruno> [github] jordanbrown0 closed issue #5731 ("Variables are set at compile-time, not run-time" is not really correct) https://github.com/openscad/openscad/issues/5731
J25k64 has joined #openscad
J25k59 has quit [Ping timeout: 240 seconds]
<gbruno> [github] kintel pushed 1 modifications (Remove old coincident repair now that we use Manifold's Merge) https://github.com/openscad/openscad/commit/5c1c5d18ccb886f01c0dc2e7d974ee75f701cc56
<gbruno> [github] kintel synchronize pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
<gbruno> [github] kintel ready_for_review pull request #5765 (Use Manifold's Merge() function if initial mesh creation fails) https://github.com/openscad/openscad/pull/5765
teepee_ has joined #openscad
bitbasher has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<bitbasher> ah .. i see .. i know about pastebin .. i will use it if i need to get into this problem again
drfff has quit [Read error: Connection reset by peer]
califax has quit [Remote host closed the connection]
califax has joined #openscad
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
guso78k has joined #openscad
<guso78k> teepee, the new render code shows the benchy much better. without sorting you will not see anything inside because of just misordered triangles.
<teepee> "much better" sounds good
<teepee> right now it's just random, and mostly bad for anything even slightly complex
<guso78k> kintel: the code is not executed on each angle  change, but only if the angle changed more than 60 degrees from previous evaluation. and the detla can even be increased to infinity, so only triangles are sorted with the angle when f is pressed
<guso78k> teepee exactly, you can try to run the benchy with dev snapshor instead
bitbasher has quit [Ping timeout: 240 seconds]
guerd has joined #openscad
guso78k has quit [Quit: Client closed]
guso78k has joined #openscad
mmu_man has joined #openscad
guerd has quit [Read error: Connection reset by peer]
Ckat has quit [Ping timeout: 245 seconds]
Ckat has joined #openscad
<gbruno> [github] etkaar edited issue #5747 (Pressing `[CTRL]` on selected text deletes it) https://github.com/openscad/openscad/issues/5747
mmu_man has quit [Ping timeout: 248 seconds]
mmu_man has joined #openscad
L29Ah has left #openscad [#openscad]
GNUmoon has quit [Ping timeout: 264 seconds]
GNUmoon has joined #openscad
J25k64 has quit [Quit: Client closed]
J25k64 has joined #openscad
Non-ICE has quit [Quit: Screw you guys, im going home!]
Non-ICE has joined #openscad
Virindi has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad
Virindi has joined #openscad
Virindi has quit [Client Quit]
Virindi has joined #openscad
<gbruno> [github] julvr123 opened issue #5808 (Assertion Failure when doing intersection with roof of diffed object) https://github.com/openscad/openscad/issues/5808
J25k64 has quit [Quit: Client closed]
J25k64 has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
LordOfBikes has quit [Ping timeout: 252 seconds]
LordOfBikes has joined #openscad
Smeef has quit [Quit: (╯°□°)╯︵ ┻━━┻]
LordOfBikes has quit [Remote host closed the connection]
dingodoppelt has quit [Remote host closed the connection]
dingodoppelt has joined #openscad
dingodoppelt has quit [Remote host closed the connection]
dingodoppelt has joined #openscad
<gbruno> [github] Sparsh-N synchronize pull request #5801 (Fix QKeySequence for Find and Replace) https://github.com/openscad/openscad/pull/5801
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<guso78k> stupid question: is it possible to define Polygon with an island with a single plygon primitive ?
mmu_man has quit [Ping timeout: 246 seconds]
<teepee> yes, for my interpretation of the question
<teepee> polygon([[0, 0], [40, 0], [40, 40], [0, 40], [10, 10], [10, 20], [20, 20], [20, 10]], [[0, 1, 2, 3], [4, 5, 6, 7]]);
<teepee> what means island, another small thing in the hole ^?
<teepee> polygon([[0, 0], [40, 0], [40, 40], [0, 40], [10, 10], [10, 20], [20, 20], [20, 10], [12, 12], [15, 12], [15, 15], [12, 15]], [[0, 1, 2, 3], [4, 5, 6, 7], [8, 9, 10, 11]]);
<guso78k> teepee hehe, no one hier is enough. let me analize your points :)
<teepee> just 3 nested squares
<teepee> separated by the 3 path as 2nd argument
<teepee> in alternating winding order
<guso78k> yeahh, this is how cadence virtuoso does it. with two butting segments between inner and outer outline
<guso78k> i am just wondering, if the 2 polygons can be specified independenly. i might have missed a parameter, let me look it up
<guso78k> it might be possible wirh points and paths, let me check that
<guso78k> polygon(points =[[0, 0], [40, 0], [40, 40], [0, 40], [10, 10], [30,10],[30,30],[10,30]],paths=[[0,1,2,3],[7,6,5,4]]);
<guso78k> this is exactly, how i need it!
<guso78k> teepee, i am sorry!
<guso78k> i completely misread. this is exacrtly what you have shown initially :(
<guso78k> just need to "code"  the paths argument now
<teepee> yeah, without formatting and names it's a bit hard to see what's what
mmu_man has joined #openscad
<guso78k> yeah, that exactly whats happened. i the not see the start of the path argument, sorry again!
<guso78k> right now i am extending the faces() function to support holes in the faces
<guso78k> BTW: do you think we can convince kintel to at least sort the triangles once with F6 rendering ?
<teepee> I have only very rarely seen him not accepting things that have a good argument for them
<guso78k> https://imgur.com/a/xX35HNg  faces() with holes in action. Top face has a hole and it just works
mmu_man has quit [Ping timeout: 248 seconds]
<guso78k> https://imgur.com/a/n1LJ9ao with latest openscad master, i have difficulties to activate  the thrown-together renderer
mmu_man has joined #openscad
<guso78k> i pressed "F6" but its still grayed out ?
guso78k has quit [Quit: Client closed]
guso78k has joined #openscad
guso78k has quit [Quit: Client closed]
bitbasher has joined #openscad
bitbasher has quit [Changing host]
bitbasher has joined #openscad
<bitbasher> hi again .. still having a problem comparing fractional values .. this code shows the problem - any insights welcome -  https://bpa.st/OX5A
bitbasher has quit [Quit: Client closed]
bitbasher has joined #openscad
<bitbasher> ok .. this is really bugging me now .. i found out my assertions where giving false positives .. i added more tests .. any insights as to why my numeric comparisons are failing would be good - https://bpa.st/AU6A
<hramrach> bitbasher: You are comparing floats for equality, that dose not work. Floats are somewhere around the expected value at best, somewhere completely off when you get out of the range they reliably support.
mmu_man has quit [Ping timeout: 244 seconds]