JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. WolfgangFahl
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 15
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by WolfgangFahl

    • WolfgangFahl

      Proposal to move to github discussions
      General Discussions • • WolfgangFahl

      3
      0
      Votes
      3
      Posts
      529
      Views

      jfo8000

      I love the idea of putting all the docs in markdown in the git repo itself.

      The original site could also be hosted in gh-pages branch. There are a bunch of tools to convert markdown to html, so they could be optionally embedded in the app.

      As a stopgap, for anyone needing V1 - there's a copy over at https://creator.buildbee.com

      JFo

    • WolfgangFahl

      Displaying JScad designs in media wiki / or plain html for a start ...
      Development Discussions • • WolfgangFahl

      7
      0
      Votes
      7
      Posts
      3677
      Views

      gilboonet

      @wolfgangfahl To make it work without having to move examples folder, you can run it from your local webserver. I did so from my local apache http server 0_1560695657275_Capture d’écran de 2019-06-16 16-34-02.png

    • WolfgangFahl

      Cooperation with BlocksCAD
      Development Discussions • • WolfgangFahl

      2
      0
      Votes
      2
      Posts
      1897
      Views

      z3dev

      It would be really cool to have further cooperation with BlocksCAD. That interface is really interesting, and easy to use.

      I know that several versions of CSG library have been integrated, so further cooperation should be possible.

      However, it seems BlocksCAD has not been revised since 2017. It seems that ‘yoderdan’ has not made any changes lately, so his input would be required.

    • WolfgangFahl

      remote.pl for dockerized openjscad
      Development Discussions • • WolfgangFahl

      3
      0
      Votes
      3
      Posts
      2319
      Views

      WolfgangFahl

      Thank you kaosat-dev for looking into this. I added the issue:

      https://github.com/jscad/OpenJSCAD.org/issues/438

      to more clearly show what the problem is. Locally I can work with the drag&drop solution or with the workspace-mounting approach of the dockerized OpenJSCAD at https://github.com/BITPlan/docker-openjscad

    • WolfgangFahl

      dockerized OpenJSCAD
      Development Discussions • • WolfgangFahl

      7
      0
      Votes
      7
      Posts
      4878
      Views

      WolfgangFahl

      There was only a very small difference ...

      diff main.jscad /Users/wf/source/scad/testinclude/main.jscad 6c6 < return myLib().b(2); --- > return myLib.b(2);

      I 'v fixed the dockerized github repo and will try to fix the wiki now, too.
      Thanks for all the help finally I am going to work on my own designs now ...