<UltimateCodeWarr>
So I would like to make a street sign, or a stencil for one. Of course the printer can only handle 8"x8". So I would have to tile the stencil up and then piece it back together somehow. Has anyone ever done anything like that?
<UltimateCodeWarr>
Shooting from the hip: I was thinking about some sort of horizontal (on spaces between textual lines) track/snap/zip tongue and grove type system to snap the tiles back together. And then spray paint over it
kintel has joined #openscad
<kintel>
JordanBrown I've reviewed the objects PR. Once you're happy from your side, please just click Approve. Once I see the green flag I'll merge when my comments are addressed.
JordanBrown has quit [Remote host closed the connection]
JordanBrown has joined #openscad
J25k15 has joined #openscad
J25k55 has quit [Ping timeout: 272 seconds]
snaked has quit [Read error: Connection reset by peer]
snaked has joined #openscad
sculptor has quit [Ping timeout: 248 seconds]
mmu_man has joined #openscad
church_ has joined #openscad
church__ has quit [Read error: Connection reset by peer]
bitbasher has joined #openscad
bitbasher has quit [Changing host]
bitbasher has joined #openscad
<bitbasher>
hey code writing people .. this bit for the import() module ... Parameters::parse(std::move(arguments), inst->location(), {"file", "layer", "convexity", "origin", "scale"}, {"width", "height", "filename", "layername", "center", "dpi", "id"} );
<bitbasher>
that is two structures with parameters ... first {file etc, .. then {width etc .. why are there 2? and what is the inst->location() doing ? is that the location that the imported object should be created at?
sculptor has joined #openscad
sculptor has quit [Ping timeout: 260 seconds]
UltimateCodeWarr has quit [Quit: Client closed]
bitbasher has quit [Ping timeout: 260 seconds]
J25k15 has quit [Quit: Client closed]
J25k15 has joined #openscad
J25k15 has quit [Quit: Client closed]
J25k15 has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
bitbasher has joined #openscad
mmu_man has joined #openscad
<bitbasher>
me again .. the code shows that a .nef3 format can be imported .. but i can't find anything about that format .. what, please, is it related to?
<bitbasher>
ah .. expanding my search shows a .nef format .. a Nikon proprietary RAW image format .. is that it?
<bitbasher>
and .. the AMF format is marked "deprecated" but is actually the evolution of the STL format so .. still in use? or not
Guest79 has joined #openscad
<Guest79>
/ Basic Belt Drive Sketch (OpenSCAD)
<Guest79>
/ Driver pulley diameter = 150 mm
<Guest79>
/ Driven pulley diameter = 300 mm
<Guest79>
/ Center distance = 1000 mm
<Guest79>
/ Belt shown as a simple loop around pulleys
<kintel>
bitbasher: I believe the first list is for positional parameters, while the second list can only be specified using key=value
<kintel>
The loc is the source code location of the user's code being parsed, for e.g. error reporting
<kintel>
.nef3 is a file format used for CGAL Nef polyhedron I/O - it's really only meant as a debugging tool to help building test cases for CGAL issues for upstream reporting.
mmu_man has quit [Ping timeout: 245 seconds]
<kintel>
teepee, InPhase, guso78 & al: Inspired by a new contributor collaborating with Jordan to agree on a object feature subset, it looks like we'll try to fast-forward object creation as an experimental feature: https://github.com/openscad/openscad/pull/6012
<kintel>
Please give it a spin post merge and be liberal with writing up GitHub tickets if you see something. I expect there to be some post-merge cleanup opportunities
<kintel>
I'm hoping to get some people using this to help evaluate the opportunity for this to making it into the next release, but I'd like a bit more certainty about both the current feature set and potential extensions before committing. It is a pretty isolated feature though, so the risk should be limited.
kintel has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<kintel>
In general, it's always good to scroll through (or search your handle) in the logs, as people may answer very asynchronously
<InPhase>
kintel: Awesome. I tried to help coordinate with Jordan on that, but then had a big chunk of things explode in the life on the other side of the computer screen, so my apologies that I never did the follow-ups on that project which I had planned on doing. But I'm glad someone else has picked it up, because I continue to think it's important.
<InPhase>
Also apologies to JordanBrown for all those "Yeah, I'll take a look at that soon"s that got deferred indefinitely. (Along with a large pile of things that got deferred indefinitely.)
<InPhase>
I'm still working my way back to something resembling schedule normalcy from like 3 years ago, and only actually getting close around now.
<bitbasher>
kintel: i guess i am into "dead horse" territory but .. search the log and scrollback as i might i cannot find a response from you on the topic of the .nsf3 file format .. which is fine as i did find the info i needed
<bitbasher>
just letting you know in case there is some IRC issue messing around with me
<kintel>
bitbasher Did you follow the link I posted. It should be there, at 12:40 today
mmu_man has joined #openscad
bitbasher has quit [Ping timeout: 245 seconds]
L29Ah has joined #openscad
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #openscad
Guest78 has joined #openscad
mmu_man has quit [Ping timeout: 252 seconds]
Guest78 has quit [Client Quit]
mmu_man has joined #openscad
drfff has joined #openscad
teepee_ has joined #openscad
teepee has quit [Ping timeout: 244 seconds]
teepee_ is now known as teepee
aiyion has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 244 seconds]
<JordanBrown>
bitbasher: kintel said: .nef3 is a file format used for CGAL Nef polyhedron I/O - it's really only meant as a debugging tool to help building test cases for CGAL issues for upstream reporting.
mmu_man has joined #openscad
aiyion has joined #openscad
bitbasher has joined #openscad
<bitbasher>
kintel: for me there is nothing in the scroll back between 10:40 and 1:03 today .. i see nothing at 12:40 . from anyone