<stealth_>
Blenders editor is really badass compared to one that comes with openscad. Not sure how far the scad in blender has gotten, it would be cool if you can select objects in blender/editor and it highlights code of that object!
J24k2 has joined #openscad
J24k14 has quit [Ping timeout: 256 seconds]
<stealth_>
trying to export 3mf to 3d printer i get "loading of a model file failed." any ideas?
<stealth_>
and also get "the file does not contatin any geometry data."
boots has quit [Quit: Connection closed for inactivity]
hyperair has quit [Remote host closed the connection]
<J24k2>
stealth_ did you check the 3mf? sometimes the export can generate 0byte 3mf (with an error msg: "can't add triangles") - there are also like bambu 3mf that are up to spec but no other software can read them because they are not up to spec
<stealth_>
J24k2, it looks like its issues with mount drive (again) but bambu studio is install using flatpak
<stealth_>
if i move the .3mf to desktop dir for example, i can open it (though size is all messed up but its a start)
<J24k2>
Just imported a bambu.3mf and while openSCAD CAN read it - all models are now centered and overlapping - so no position information are imported if multiple objects exist in a file.
<stealth_>
i see, i will have to figure out a good way to export only what i need to print.
<J24k2>
and the import of 3mf is quite slow
<J24k2>
taking minutes for 1MB file
<stealth_>
its fast enough for me now the object is tiny
<J24k2>
even parts of a model are centered and become useless ( also multiple build plates are ignored)
<InPhase>
stealth_: Looks like that blender thing is a wrapper for command line calls to openscad.
<InPhase>
stealth_: So basically, the experience of using OpenSCAD except for a lot of clicking overhead to get there. :)
<J24k2>
kintel thanks .. glad i didn't open an issue for that
<kintel>
The color support is still WIP, but please mention it if something is off
<J24k2>
will do as always
J24k2 has quit [Quit: Client closed]
J24k has joined #openscad
snaked has quit [Ping timeout: 248 seconds]
snaked has joined #openscad
abff has quit [Server closed connection]
abff has joined #openscad
snaked has quit [Read error: Connection reset by peer]
snakedGT has joined #openscad
oldlaptop has quit [Server closed connection]
oldlaptop has joined #openscad
guerd871 has joined #openscad
guerd87 has quit [Ping timeout: 248 seconds]
drfff has joined #openscad
snakedGT has quit [Quit: Leaving]
drkow has quit [Ping timeout: 276 seconds]
J24k has quit [Quit: Client closed]
J24k has joined #openscad
nihil has quit [Server closed connection]
ndnihil has joined #openscad
ndnihil has quit [Changing host]
ndnihil has joined #openscad
crazy_imp has quit [Server closed connection]
crazy_imp has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
ToAruShiroiNeko has quit [*.net *.split]
TheCoffeMaker has quit [*.net *.split]
germ has quit [*.net *.split]
fardog has quit [*.net *.split]
marcus has quit [*.net *.split]
germ has joined #openscad
TheCoffeMaker has joined #openscad
marcus has joined #openscad
fardog has joined #openscad
ToAruShiroiNeko has joined #openscad
ooxoo has joined #openscad
Junxter has quit [Ping timeout: 245 seconds]
kintel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ferdna has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 260 seconds]
teepee_ is now known as teepee
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #openscad
J24k has quit [Quit: Client closed]
J24k has joined #openscad
stealth_ has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
J24k has quit [Quit: Client closed]
J24k has joined #openscad
<stealth_>
i am having same issue with bambu studio i was having with openscad that i used snap to install can't find/use drive/dir from other location/mount
mmu_man has joined #openscad
<teepee>
stealth_: but that's an AppImage?
<stealth_>
teepee, bambu studio is not, installed using flatpak
<teepee>
ah, flatpak is also a container based system
<teepee>
if the appimage works, that's not a container so it should not have those issues
<stealth_>
teepee, i am using manjaro(arch) so there isn't supported install for that
<stealth_>
with the appimage there is some kind of SSL issue and it doesn't launch
<stealth_>
what is this 3D print option in openscad? i wonder if i can send print job directly to software/3d printer using that!
SamantazFox has quit [Ping timeout: 255 seconds]
<teepee>
yes, right now it supports 2 targets, PrintAThing if that still exists and OctoPrint
<teepee>
but requires a slicer in OctoPrint
<teepee>
if the manjaro is up-to-date, the fedora AppImage might work
SamantazFox has joined #openscad
<stealth_>
well its rolling release..
<teepee>
rolling release only means there's no version numbers, not the systems are always fresh and updated ;-)
<teepee>
I assume most people do update though, as that would totally make sense when using such a distro
<InPhase>
stealth_: Snap has settings for granting additional access, but appimages should not by default be blocking anything like that off.
<InPhase>
stealth_: Unless you have some wild apparmor settings guarding against appimages.
<stealth_>
InPhase, i can't get appimage to work with bambu studio, its giving me that ssl issue
<stealth_>
bambu studio is install though flatpak since there isn't snap/default install option for it.
<teepee>
problem with appimage is that there are some problematic libraries that cause trouble regardless of being included in the appimage or not
<InPhase>
stealth_: And does that file actually exist?
<InPhase>
stealth_: Can you see it as your user?
<stealth_>
yes, i use it all the time. its just a partition "/data" i don't want to use the default "/" to store because sometimes linux can mess up and if you need to reinstall you just format the / and reinstall linux and it doesn't effect your work files on differnet partition
<teepee>
you could add an extra bind mount to make the data share also available inside the home directory
<teepee>
I guess InPhase meant the cert file though
<stealth_>
o, hmm.. the root has access it to cert file
<stealth_>
o, so i can open the bambu studio appimage in root
<stealth_>
wich is probably not a good idea, but atleast found the problem :)
<InPhase>
There we go. ;)
<InPhase>
That's file is user-accessible on my distro.
<InPhase>
Probably bambu assumed this for the others.
<teepee>
and it should be
<InPhase>
Seems logical that it would be.
<stealth_>
well i can read that cart file as user.
<teepee>
then maybe the appimage is doing something else strang
<teepee>
or there is some user configuration causing the issue
<stealth_>
could be
<teepee>
easy to test by creating a new user and running it as that user