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
<InPhase> J23: The problem being they are all brought to the center.
<InPhase> Except in unusual cases of no relative positioning.
<InPhase> Honestly I usually don't mess with !. I typically use so many modules that I just comment out my top level module call, and call a different one instead.
<J23> the are not relocated .. it  just depends where you put the !
<InPhase> That more easily translates to manual position tweaking with the separate calls.
<InPhase> # I sometimes use though, particularly on negative elements.
<J23> could work like "#"  just  hide all other
<J23> you just can not use the ! to work on a part of the design - you need to disable all other  and if you have multiple on top level you need to group them or  similar
teepee_ has joined #openscad
<J23> would be nice if i could select the part with "!" and then further the part i am working on with another "!"
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
zimreg has joined #openscad
<InPhase> # keeps positioning, which I usually consider an asset. But I don't have trouble rotating and translating things in my head. The current ! behavior might benefit a subset of the user base more than a ! that worked like #.
<InPhase> And of course # is available still if people just want to highlight some parts.
<InPhase> I often use it if I just lost track of which line corresponds to which element. (Most often this is when grabbing someone else's design and starting in the middle.)
L29Ah has quit [Read error: Connection reset by peer]
L29Ah has joined #openscad
L29Ah has left #openscad [#openscad]
L29Ah has joined #openscad
LordOfBikes_ has quit [Ping timeout: 268 seconds]
LordOfBikes_ has joined #openscad
kintel has joined #openscad
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kintel has joined #openscad
pah has quit [Ping timeout: 248 seconds]
Lagopus has joined #openscad
ur5us has quit [Ping timeout: 255 seconds]
J2383 has joined #openscad
J23 has quit [Ping timeout: 260 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Lagopus has quit [Ping timeout: 252 seconds]
pah has joined #openscad
L29Ah has quit [Ping timeout: 255 seconds]
guso78 has joined #openscad
guso78 has quit [Ping timeout: 260 seconds]
guso78 has joined #openscad
<guso78> InPhase,  t-paul is wondering why your image changes show up in the PR from python-support to master but  Since python-support was forked from master some time back, i brought in the python addidions into python-support and you brought in your image compare into master.
<guso78> This is why  the change set shows both changes in parallel. I know its unusual flow to merge into a branch of openscad only and its not very common to the community, but it was my wish, because i have seen the big change set beforehand.
<guso78> We could reduce the changeset to in python-support to only python stuff by merging latest changes of master into python-support to sync up here.
teepee has quit [Ping timeout: 255 seconds]
teepee has joined #openscad
castaway has joined #openscad
fury999io has joined #openscad
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
snaked has quit [Quit: Leaving]
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
Rayyan is now known as Rayyan2
fury999io has quit [Remote host closed the connection]
zimreg has quit [Ping timeout: 252 seconds]
Rayyan2 has quit [Remote host closed the connection]
zimreg has joined #openscad
L29Ah has joined #openscad
zimreg has quit [Ping timeout: 252 seconds]
<InPhase> guso78: Yeah, it is pretty normal practice to keep a development branch up to date with changes to master to avoid massive merge conflicts later.
<InPhase> guso78: In a final PR it should be able to highlight the differences between the branch forming the PR and master, rather than all changes made to the branch since creation.
<InPhase> So clarity will appear at that point.
<guso78> InPhase, thank you for confirming.  I got the strong suspicion, t-paul would wonder about less differences when latest master changes would be merged into python-support. lets see.
<guso78> BTW : Thank you for naming me guso78 again :)
guso78 has quit [Quit: Client closed]
sauce has quit [Quit: sauce]
sauce has joined #openscad
<lf94> Seagull
<lf94> I wake up every day wanting to change the code cad world
<lf94> Yet, no time
<lf94> Too busy with the job, learning french, working out, and other coding endeavors
<lf94> (At the moment, blackjack card counting trainer)
rawgreaze has quit [Quit: ZNC 1.8.2 - https://znc.in]
rawgreaze has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
dalias has quit [Ping timeout: 255 seconds]
dalias has joined #openscad
zimreg has joined #openscad
LordOfBikes_ has quit [Ping timeout: 246 seconds]
L29Ah has quit [Ping timeout: 255 seconds]
zimreg has quit [Ping timeout: 252 seconds]
LordOfBikes_ has joined #openscad
guso78 has joined #openscad
peeps[work] has joined #openscad
zimreg has joined #openscad
guso7887 has joined #openscad
<guso78> is anybody here ?
<Friithian> nope we're all dead
<teepee> oh no
<Friithian> well Im at least dead inside
<guso78> my day was also very challenging, still dont know exaclty, what makes the difference about the shown object vertices
guso78 has quit [Quit: Client closed]
<lf94> feeling dead inside also
ur5us has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 255 seconds]
teepee_ is now known as teepee
<Friithian> designing databases is annoying, well, application design is annoying
<Friithian> ^ why I am dead inside currently
<lf94> me: my design guy disappearing intermittently constantly
<lf94> also other things
<lf94> feels just like the weather is affecting me
<guso7887> haha, seems that i launched the perfect openscad topic.
<guso7887> will look again later :)
guso7887 has quit [Quit: Client closed]
<Friithian> problem is I've never actually had a program that directly interfaces with an SQL database, Guess everything will be hard coded :P
<teepee> I don't think I had *any* work related program that did not do some sort of SQL database access in the last 20 years :)
<Friithian> first time, no clue what I'm doing, just making it all up as I go :D
<teepee> general rule... don't build SQLs by adding strings together :)
<Friithian> oh I will veryu much not be doing tha tlol
<Friithian> I plan on using mysql connector for c++, no idea if it'll make me want to commit sudo userdel -r $USER
L29Ah has joined #openscad
pah is now known as pa
ali1234 has quit [Remote host closed the connection]
ali1234 has joined #openscad
J2383 has quit [Quit: Client closed]
J2383 has joined #openscad
J2383 has quit [Client Quit]
J2383 has joined #openscad
kintel has joined #openscad
J2383 has quit [Quit: Client closed]
J2383 has joined #openscad
kow__ has quit [Read error: Connection reset by peer]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
peeps[work] has quit [Ping timeout: 255 seconds]
Guest935 has joined #openscad