You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to be able to link to something like https://ochafik.com/openscad2?file=https://github.com/tenstad/keyboard/blob/main/keyboard.scad, and then render the scad code at that location.
The text was updated successfully, but these errors were encountered:
Fetching arbitrary files on the web is tricky as it requires CORS headers (which I don't think are set on github.com), or going through some proxy server.
In the meantime I could potentially add https://github.com/tenstad/keyboard (looks cool!!) to the list of bundled libraries (just added a #testpath:/libraries/keyboard.scad syntax for e2e testing of bundled files, could make it cleaner), if it's licensed under GPL2+ or compatible (e.g. Apache 2.0, MIT...). Currently all libs are loaded but I hope to make this lazier to scale to more libs.
Would be nice to be able to link to something like
https://ochafik.com/openscad2?file=https://github.com/tenstad/keyboard/blob/main/keyboard.scad
, and then render the scad code at that location.The text was updated successfully, but these errors were encountered: