jscad / OpenJSCAD.org

JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
https://openjscad.xyz/
MIT License
2.61k stars 511 forks source link

Include for remote URLS #438

Open WolfgangFahl opened 5 years ago

WolfgangFahl commented 5 years ago

Expected Behavior

https://www.openjscad.org/#https://raw.githubusercontent.com/BITPlan/docker-openjscad/master/workspace/RCHolder/main.jscad

should include https://www.openjscad.org/#https://raw.githubusercontent.com/BITPlan/docker-openjscad/master/workspace/RCHolder/Box.jscad

automatically

Actual Behavior

it gives an error message The requested URL /cache/Box.jscad was not found on this server.

Steps to Reproduce the Problem

  1. Click link above

Specifications

N.A.

jcoleman commented 4 years ago

This was originally fixed by https://github.com/jscad/OpenJSCAD.org/pull/239 but reverted :(