Sohler Günther
Sohler Günther
Very easy option to extend openscad is a this one: export("file="design.3mf", partnames=["part1", "part2", "part3"]) { part1_module(); part2_module(); part3_module(); } this would call the GeometryEvaluator right during traversing export() Node even...
I believe that openscad has exactly one Top Level and changing that Is an enormous Change. Still feel that my proposal has least Impact and Most value. Laserology ***@***.***> schrieb...
Seems that 3MF can embed Slicer information https://lib3mf.readthedocs.io/en/master/source/Cpp/lib3mf_SliceStackIterator.html Remaining tasks are just * how to use this function and what it can do * openscad to export this information *...
right now i am adding the possibility to store several "designs" together in the same 3mf file(right now 3mf v2 ). Can you give few examples of useful slicer settings...
This is how it could look like  file is at http://www.guenther-sohler.net/export.3mf
You are right .. no File write action triggered by script. But I feel that the script should still define the set of parts to be exported. The file-write-action itself...
so you plan to use this function to retrieve object layer properties ? LIB3MF_DECLSPEC Lib3MFResult lib3mf_meshobject_getobjectlevelproperty(Lib3MF_MeshObject pMeshObject, Lib3MF_uint32 * pUniqueResourceID, Lib3MF_uint32 * pPropertyID, bool * pHasObjectLevelProperty); do you already have...
> I guess the purpose here is to allow old importers to read output of new files. However, this is a bit dangerous, as old importers may now misinterpret the...
i have seen it on shadertoy only. i am excited to realize, that openscad also has it without me knowing . will give it a try now.
default is more but only flip. maybe name it "normalize" ? On Fri, Mar 15, 2024 at 8:16 AM Michael ***@***.***> wrote: > I'm open for any other name. >...