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
aiyion has joined #openscad
Guest34 has joined #openscad
Guest34 has quit [Client Quit]
jbd has joined #openscad
<gbruno> [github] Sparsh-N synchronize pull request #6122 (Fixes error with Hershey Draw call on windows) https://github.com/openscad/openscad/pull/6122
<gbruno> [github] tsukimizake opened issue #6126 (Crash on window resize on M3 Mac 15.6.1) https://github.com/openscad/openscad/issues/6126
Jerr81 has joined #openscad
Jerr8 has quit [Ping timeout: 276 seconds]
Jerr81 is now known as Jerr8
howiemnt has joined #openscad
howiemnt1 has quit [Ping timeout: 260 seconds]
<gbruno> [github] tsukimizake edited issue #6126 (Crash on window resize on M3 Mac 15.6.1) https://github.com/openscad/openscad/issues/6126
<gbruno> [github] tsukimizake edited issue #6126 (Crash on window resize on M3 Mac 15.6.1) https://github.com/openscad/openscad/issues/6126
mmu_man has quit [Ping timeout: 245 seconds]
J25K98 has joined #openscad
J25K79 has quit [Ping timeout: 250 seconds]
kasesag has quit [Server closed connection]
kasesag has joined #openscad
<gbruno> [github] tsukimizake edited issue #6126 (Crash on window resize on M3 Mac 15.6.1) https://github.com/openscad/openscad/issues/6126
jbd has quit [Ping timeout: 248 seconds]
<gbruno> [github] kintel closed pull request #6125 (Add missing test types to pretty print script) https://github.com/openscad/openscad/pull/6125
<gbruno> [github] kintel pushed 1 modifications (Add missing test types to pretty print script (#6125)) https://github.com/openscad/openscad/commit/905dd437b4e87093951fe780a0c17f7d0cc10c16
<gbruno> [github] tsukimizake edited issue #6126 (Crash on window resize on M3 Mac 15.6.1 (solved by --reset-window-settings)) https://github.com/openscad/openscad/issues/6126
teepee_ has joined #openscad
teepee has quit [Ping timeout: 272 seconds]
teepee_ is now known as teepee
<gbruno> [github] coryrc opened pull request #6127 (Remove decade-old dead code) https://github.com/openscad/openscad/pull/6127
shwouchk has quit [Ping timeout: 258 seconds]
Guest25 has joined #openscad
Guest25 has quit [Client Quit]
chancer has joined #openscad
_whitelogger has joined #openscad
juri_ has joined #openscad
J25K98 has quit [Quit: Client closed]
J25K98 has joined #openscad
rapha has quit [Server closed connection]
rapha has joined #openscad
rapha has quit [Changing host]
rapha has joined #openscad
shwouchk has joined #openscad
sculptor has quit [Quit: Leaving]
<gbruno> [github] Sparsh-N synchronize pull request #6122 (Fixes error with Hershey Draw call on windows) https://github.com/openscad/openscad/pull/6122
othx has quit [Server closed connection]
othx has joined #openscad
Chancer has quit [Ping timeout: 256 seconds]
<gbruno> [github] Sparsh-N opened pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
<gbruno> [github] Sparsh-N edited pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
<gbruno> [github] Sparsh-N edited pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
Chancer has joined #openscad
Chancer has quit [Changing host]
Chancer has joined #openscad
Chancer has quit [Quit: Chancer]
cart_man has joined #openscad
<cart_man> Hi everyone. I keep on getting this error message when including BOSL2 library. I do not actually know why this happens but I know it complains about the BOSL "use". So it is a bit weird because in the one project it works 100%. I then copy and paste the moduile and its includes into another .scad within the same folder and then I get this -> https://imgur.com/a/K4C9tXt
crazy_imp has quit [Server closed connection]
crazy_imp has joined #openscad
<cart_man> So when I add "translate" to this line "translate([0,0,3]) bearing_middle(h=12,with_hole=true);" it gives me this "WARNING: Ignoring unknown variable '$transform' in file ../../../libs/OpenSCad/BOSL2/transforms.scad, line 1584" and WARNING: undefined operation (undefined * vector) in file ../../../libs/OpenSCad/BOSL2/transforms.scad, line 1584
<cart_man> So the only things I can think of is that BOSL2 introduces a function called "translate" which seems a bit of an oversight?
L29Ah has left #openscad [Disconnected: closed]
L29Ah has joined #openscad
<J25K98> $transform is a variable name that is not defind in that scope
<J25K98> BOSL2 has a lot of parts - if you try to take something out
<cart_man> J25K98: No I never touched the BOSL2 lib. I am just getting the weirdest errors when doing very basic things. For instance my file compiles fine but when I add something very basic like "cylinder(h=4.1,d=52.5,center=true);" It just breaks with a bunch of warnings and an error like ERROR: Assertion '(is_list($tags_shown) || ($tags_shown == "ALL"))' failed in file ../../../libs/OpenSCad/BOSL2/attachments.scad, line 4296
<cart_man> I stuck. I do not know how to get past this or what is even causing it
<cart_man> I am `
jbd has joined #openscad
<cart_man> Is it possible to create issues by importing the library use <C:\libs\OpenSCad\BOSL2\std.scad> use <C:\libs\OpenSCad\BOSL2\gears.scad>in multiple files and then importing them between each other? So basically importing multiple times
<J25K98> hm i think i have seen issues when multiple files are included and they have interconnections too
<J25K98> check if maybe some folder was accidentally moved or renamed
<J25K98> try if a fresh new file works fine.
Guest74 has joined #openscad
<cart_man> J25K98: So it seems to happen when I use "USE" instead of "INCLUDE" when importing files
<J25K98> use only takes the modules and functions, but not variables or literals
<J25K98> more info on the
<J25K98> cheatsheet!
<othx> cheatsheet is https://www.openscad.org/cheatsheet/ for the release version and https://www.openscad.org/cheatsheet/snapshot.html for the development snapshot versions
<J25K98> (click on use or include)
teepee_ has joined #openscad
teepee has quit [Ping timeout: 272 seconds]
teepee_ is now known as teepee
mmu_man has joined #openscad
Guest74 has quit [Quit: Client closed]
<gbruno> [github] kintel closed pull request #6127 (Remove decade-old dead code) https://github.com/openscad/openscad/pull/6127
<gbruno> [github] kintel pushed 2 modifications (Remove decade-old dead code (#6127)) https://github.com/openscad/openscad/commit/7cf1c641e4dba4bac4ffe247b7a900029b8ae148
bozo16 has quit [Ping timeout: 244 seconds]
bozo16 has joined #openscad
dostoyevsky2 has quit [Server closed connection]
dostoyevsky2 has joined #openscad
J25K98 has quit [Ping timeout: 250 seconds]
Guest32 has joined #openscad
Guest32 has quit [Client Quit]
germ has quit [Server closed connection]
germ has joined #openscad
Guest39 has joined #openscad
Guest39 has quit [Client Quit]
Non-ICE has quit [Quit: Screw you guys, im going home!]
Non-ICE has joined #openscad
hyvoid has quit [Ping timeout: 252 seconds]
J25K has joined #openscad
hyvoid has joined #openscad
Chancer has joined #openscad
mmu_man has quit [Ping timeout: 256 seconds]
<gbruno> [github] Sparsh-N synchronize pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
<gbruno> [github] Sparsh-N synchronize pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
<gbruno> [github] Sparsh-N synchronize pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
mmu_man has joined #openscad
sculptor has joined #openscad
juri_ has quit [Ping timeout: 248 seconds]
juri_ has joined #openscad
<Chancer> Has anyone got suggestions for a unicode font to use for Linux. I'm using Fedora 42 and cannot get unicode characters to display correctly at the moment.
<teepee> Chancer: very much depends on what you need, there's not many fonts at all that have all glyphs
<teepee> OpenSans has quite a selection IIRC and the monochrome Noto also have lots of variants, the color/svg noto fonts are not supported
<Chancer> OK I will have a look through some, I am working through the OpenSCAD book and hit the text section and could'nt get the crown emoji to render.
<teepee> the dev snapshots have a font window that allows searching by text/emoji
<Chancer> Ah I've not been using that, might be worth giving that a go, thanks
<teepee> mini screencast in that issue
<teepee> do you know how to directly enter emoji?
<teepee> the screencast uses ctrl+shift+u and then typing the unicode number
<Chancer> Again really useful to know, just switched to the dev snapshot and used the font lists and it works
Chancer has quit [Quit: Chancer]
cart_man has quit [Ping timeout: 258 seconds]
othx has quit [Ping timeout: 258 seconds]
JoelJoel has joined #openscad
cart_man has joined #openscad
kasesag has quit [Ping timeout: 258 seconds]
Joel has quit [Ping timeout: 258 seconds]
othx has joined #openscad
kasesag has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 272 seconds]
teepee_ is now known as teepee
<gbruno> [github] kintel synchronize pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #openscad
<gbruno> [github] kintel closed pull request #6128 (Windows/MSVC Build Script, add cairo to vcpkg dependency, and update CMakeLists) https://github.com/openscad/openscad/pull/6128
<gbruno> [github] kintel pushed 1 additions 2 modifications (add script for windows based build, missing vcpkg deps, fix CMakeLists to use vcpkg targets (#6128)) https://github.com/openscad/openscad/commit/4c9d585cffd9d1e787366eb3023d9f9d3c5084fa
LordOfBikes has joined #openscad
RoyK has quit [Ping timeout: 260 seconds]
RoyK has joined #openscad