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
bertronika has quit [Quit: Konversation terminated!]
sadomei has quit [Quit: sadomei]
shrewd has joined #openscad
shrewd has quit [Changing host]
shrewd has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
ahmedhamed has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 244 seconds]
snaked has quit [Quit: Leaving]
Guest25 has joined #openscad
Guest25 has quit [Client Quit]
bozo16 has quit [Quit: Leaving]
snaked has joined #openscad
<gbruno> [github] wolfwood synchronize pull request #5671 (support centering when importing) https://github.com/openscad/openscad/pull/5671
snaked has quit [Quit: Leaving]
snaked has joined #openscad
J25k88 has joined #openscad
J25k93 has quit [Ping timeout: 240 seconds]
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #openscad
stealth__ has quit [Quit: Leaving]
McFizban has joined #openscad
McFizban has quit [Quit: Client closed]
teepee_ has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
HumanG33k has quit [Read error: Connection reset by peer]
HumanG33k has joined #openscad
LordOfBikes has quit [Quit: Ex-Chat]
arebil has quit [Read error: Connection reset by peer]
Murr has quit [Ping timeout: 246 seconds]
Murr has joined #openscad
Murr has quit [Changing host]
Murr has joined #openscad
califax has quit [Remote host closed the connection]
califax has joined #openscad
mmu_man has joined #openscad
Murr has quit [Ping timeout: 246 seconds]
bertronika has joined #openscad
guerd has quit [Read error: Connection reset by peer]
HumanG33k has quit [Quit: WeeChat 3.8]
HumanG33k has joined #openscad
mtm has quit [Ping timeout: 272 seconds]
mtm has joined #openscad
HumanG33k has quit [Quit: WeeChat 3.8]
HumanG33k has joined #openscad
Murr has joined #openscad
Murr has quit [Changing host]
Murr has joined #openscad
TheAssassin has quit [Ping timeout: 264 seconds]
stealth_ has joined #openscad
shrewd has quit [Remote host closed the connection]
shrewd has joined #openscad
bertronika is now known as TheMaker
teepee_ has joined #openscad
TheCoffeMaker has joined #openscad
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<gbruno> [github] jordanbrown0 closed issue #5673 (Add LDraw Colour Codes to Named Colors) https://github.com/openscad/openscad/issues/5673
<gbruno> [github] jordanbrown0 closed issue #5665 (Allow field label override in Customizer) https://github.com/openscad/openscad/issues/5665
krushia has joined #openscad
snaked has quit [Quit: Leaving]
<gbruno> [github] jordanbrown0 closed issue #4781 (Function realisation via classic return.) https://github.com/openscad/openscad/issues/4781
<gbruno> [github] jordanbrown0 edited issue #4750 (Modules that mimic "for()" behavior) https://github.com/openscad/openscad/issues/4750
<gbruno> [github] jordanbrown0 edited issue #4750 (Modules that mimic "for()" behavior) https://github.com/openscad/openscad/issues/4750
<gbruno> [github] jordanbrown0 edited issue #4750 (Modules that mimic "for()" behavior) https://github.com/openscad/openscad/issues/4750
TheAssassin has joined #openscad
<gbruno> [github] jordanbrown0 closed issue #5586 (Function to convert a string to a number) https://github.com/openscad/openscad/issues/5586
<gbruno> [github] jordanbrown0 closed issue #4545 ([Split module object function] --- New feature should be added.) https://github.com/openscad/openscad/issues/4545
dalias has joined #openscad
<dalias> stupid simple feature request that would be huge convenience:
<dalias> center= parameter accepting a vector
<dalias> like cube(25,center=[true,true,false]);
<teepee> for that very specific case: linear_extrude(25) square(25, center=true);
<dalias> yep
<dalias> actually came across a place i'd done that and realized it was intentionally for lack of flexible centering
<dalias> so that was the motivation :)
<gbruno> [github] jordanbrown0 closed issue #4461 (Export image chinese filename messy code) https://github.com/openscad/openscad/issues/4461
<gbruno> [github] jordanbrown0 closed issue #4374 ([FeatureRequest] Support additional and configurable 3D printing methods) https://github.com/openscad/openscad/issues/4374
aiyion4 has quit [Ping timeout: 264 seconds]
<teepee> problem is that there's no nice idea yet, true/false does not cover all cases and +1/0/-1 is pretty obscure
<teepee> I wonder if the geometry handle idea would make it more obvious
aiyion4 has joined #openscad
<teepee> I'm not yet sure how to express those in scad script
<gbruno> [github] jordanbrown0 opened issue #5731 ("Variables are set at compile-time, not run-time" is not really correct) https://github.com/openscad/openscad/issues/5731
teepee has quit [Remote host closed the connection]
teepee has joined #openscad
<InPhase> dalias: I've also thought of the [true, true, false] option before.
<InPhase> There are a few cases though where specfying wanting negative-going on one or more axes would be nice though.
<InPhase> Sometimes I do mirror for this, sometimes translate and reuse the variable.
snaked has joined #openscad
lmat has joined #openscad
<lmat> I have a CR-5 Pro High-temp (https://www.creality.com/products/creality-cr-5-pro-h-3d-printer). What is the easiest way to print a multi-color model to this printer from openscad?
<dalias> t/f is the obvious extension of the current behavior
<lmat> I'm VERY new. I think I need to export STL from openscad, then find some application that can convert from STL to G-Code, and put that G-Code program on a flash drive to feed to the printer. Does this sound right? Is there a better way?
<teepee> lmat: yes, although 3MF instead on STL would be better
<teepee> that said, there is no simple integrated multi-color workflow yet
<dalias> :/
<gbruno> [github] jordanbrown0 closed issue #4356 (Additional detail on `include` vs `use`) https://github.com/openscad/openscad/issues/4356
<teepee> (there is an experimental / non-obvious one only)
<gbruno> [github] jordanbrown0 edited issue #4329 (During a render, a % block is executed but then discarded) https://github.com/openscad/openscad/issues/4329
<lmat> teepee: Thank you! What application should I seek for converting between 3mf and g-code?
<teepee> any slicer that supports your printer
<teepee> I suppose most open source slicers support creality printers. I don't know if creality has their own slicer too
<lmat> Okay, cool, thank you!
<lmat> Now I gotta make my model ^_^
<teepee> ah, of course they do... https://www.creality.com/pages/download-software
<gbruno> [github] jordanbrown0 closed issue #4312 (Exists in array / warning from search function) https://github.com/openscad/openscad/issues/4312
<gbruno> [github] cherrydev opened issue #5732 (Measurement tool per-axis) https://github.com/openscad/openscad/issues/5732
<lmat> https://www.creality.com/ae/blog/brief-introduction-4-common-different-file-formats-for-3d-printing says that AMF format can specify multiple materials (colors, right?) for multiple parts. I assume 3mf can do this, too?
<teepee> oh, that cr5pro looks neat
<teepee> AMF has colors and is pretty much dead. it will likely be removed from openscad at some point
<teepee> 3mf can do multi-object and multi color
<lmat> okay
<teepee> but at least the slicers I know don't handle the color we can export in 3mf spec compliant way
<lmat> hmm, Noted.
<teepee> the current "multicolor" way known to work with prusa-slicer and probably bambu and other prusa related slicers is using multiple objects
<teepee> I have no idea if creality slicer handles that
<teepee> let me see if that linux version runs
<teepee> huh, why do they link version 3 with the printer but have version 5 and 6 on the download page :(
<lmat> :-/
<gbruno> [github] jordanbrown0 closed issue #4276 (Windows 11 ctrl shift d uncomment doesn't work) https://github.com/openscad/openscad/issues/4276
<teepee> hmm, version 3 crashes, version 5 has no CR-5 Pro
<lmat> ouch. Does that mean cr-5 pro is old?
<teepee> there is a software version 6, but not for linux
<teepee> maybe the printer is new and needs the latest software?
<teepee> they seem to handle "multicolor" similar to prusa using multiple objects
<teepee> you click the objects and assign filaments/extruders
<lmat> Okay, that's easy enough.
<lmat> Using openscad, how do I define different objects? Can I name them?
shrewd has quit [Quit: shrewd]
<teepee> no, right now, there is only a hack in the dev snapshots that can make it work
<teepee> enable "lazy-union" and "manifold" in the experimental features
shrewd has joined #openscad
<lmat> teepee: Gotcha.
<teepee> now if there is no top level union() {...} around everything, those objects are exported as distinct objects in 3MF
<teepee> you *can* give them color, but that's not relevant in the slicer
joso has joined #openscad
<teepee> example file ^
<teepee> prusaslicer has a profile for the cr5-pro-h
<lmat> oh, that's cool!
<lmat> (the online 3mf generated from openscad with colors) Looks like a perfect proof of concept. Then the slicer should be able to write a program (gcode I guess) that can do some pause and switch or something?
<teepee> if you have single extruder, yes. or some multi-material switcher MMU/AMS or whatever they call that
<teepee> manual switch on each layer is not feasible unless it's just a number plate or so with 5 layers
<lmat> teepee: I'm planning on two layers: one in one color, another in another color.
<teepee> that does not even need openscad color/multi-object support
<teepee> that's just purely slicer config
<lmat> I'm basically making this: https://imgur.com/a/bwHFC0c The blue shows through a "lack" of gray.
<gbruno> [github] jordanbrown0 closed issue #4266 (text, btt/ttb settings make certain fonts not horizontal align correctly) https://github.com/openscad/openscad/issues/4266
<lmat> Oh yeah, there's some black under the letters "Terraforming Mars", so... is it possible to have the printer print a "block" of black before covering it with gray?
<teepee> no
<teepee> but the black could be last layer on top only the text
<lmat> I could just have a void with no black...
TheMaker has quit [Quit: Konversation terminated!]
<lmat> I think I would prefer a void https://imgur.com/a/m0cWHSR
<teepee> also possible, or have the black layer like 3 down and then more gray on top with the text as void
<teepee> you might have a black ring then on the outside unless some extra work making that also gray
teepee_ has joined #openscad
<lmat> teepee: Well, I don't want a black line around the edg.
<lmat> teepee: Yeah, that ^_^
<lmat> teepee: "...print a block of black before covering it with gray?" "no" I think I understand: the printer won't be able to print "next" to the black block that it creates after building it up, right?
teepee has quit [Ping timeout: 264 seconds]
teepee_ is now known as teepee
<teepee> in general always one layer then the next
<lmat> teepee: Fair enough
<teepee> with 1 hardware extruder you can still define multiple virtual extruders - with that multiple colors per layer are possible
feep_ has joined #openscad
feep has quit [Ping timeout: 268 seconds]