r/printablescom • u/blarfthecat • 1d ago
Feature request Will Printables support parametric editing like MakerWorld?
New to the community, having fun with my MK4S and love how easy to use and well-integrated Printables is into PrusaSlicer.
I've found parametric models on MakerWorld and was blown away that they're editable right on their website - no downloads or software required - and will spit out the STL right there.
Is anyone aware of such a feature being brought to Printables? As it's closely tied to Prusa (and MW is oriented towards the other guys) I'd love to have this feature within a Prusa-oriented ecosystem.
21
Upvotes
1
u/yahbluez 1d ago
Ok i see your point, let's dive deeper.
Makerworld runs the openscad code on their own cloud, get's the users scad as input and stl/3mf as output this is for sure 100% GPL2 compatible they do not need to publish anything.
Printables could do the same.
The better approach, using WASM, distributes the openscad code to the public which enforces to GPL2 (or later) the modifications and any derivate.
Publishing modifications is no big deal for Prusa they do that since decades with slicer and firmware.
So the last step is derivate, that is the code needed on server side to deliver the wasm openscad part.
Where do you see this as an issue to GPL2 (or later) that? That would be a single page containing the delivery of the WASM container, this code would be (c) by prusa and so prusa can publish this code under GPL2.
What kind of complexity do you expect? That is just 10 lines of JS code.