JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • R

      Best way to get started with JSCAD
      General Discussions • • RunningUtes

      5
      1
      Votes
      5
      Posts
      806
      Views

      hrgdavor

      If you start with a simple file design.js, save it in a folder and use editor of your choice.

      open https://openjscad.xyz/ and make sure you check the option "Enable Auto-reload"
      drag and drop the file into the window and you will see the model

      change your js file and save, changes will be picked-up automatically.
      openjscad checks for changes every second, but if you want to see changes even faster you can use livereload.

      one way to use livereload is via nodejs
      if you have nodejs just run
      npm -g install livereload
      go to the folder with your design and run:
      livereload

      you must do the livereload step before you drag and drop design into openjscad window.

    • z3dev

      Release : 2021 JUN 20
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      188
      Views

      No one has replied

    • z3dev

      Release : 2021 JUN 11
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      227
      Views

      No one has replied

    • gilboonet

      using vector operations (subtract)
      Development Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      524
      Views

      gilboonet

      @z3dev Thanks, I will change to subtract(a, a, b)

    • Maria Alzate

      3d to 2d
      General Discussions • • Maria Alzate

      6
      0
      Votes
      6
      Posts
      944
      Views

      z3dev

      @Maria-Alzate Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • geobruce

      Can't find command for 3D to 2D Projection
      General Discussions • • geobruce

      3
      0
      Votes
      3
      Posts
      1161
      Views

      z3dev

      @geobruce Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • Alasdair McAndrew

      Two questions about projections
      General Discussions • projection orientation key commands webinterface • • Alasdair McAndrew

      4
      0
      Votes
      4
      Posts
      994
      Views

      z3dev

      @Alasdair-McAndrew Just for your information, as part of the last release, there's a new project() function which can project a 3D shape to a 2D shape.

    • Dunk Fordyce

      Beginner Questions
      General Discussions • • Dunk Fordyce

      23
      0
      Votes
      23
      Posts
      4869
      Views

      z3dev

      @Dunk-Fordyce I really like this concept of a preconfigured project. It would be a great addition to the JSCAD project.

      Probably, there are a few different styles of projects. So, maybe a little repository of starting projects could be created.

      Interested?

    • gilboonet

      basic design for projection
      Design Discussions • • gilboonet

      9
      0
      Votes
      9
      Posts
      1491
      Views

      z3dev

      @gilboonet excellent!

      You are the super user!

    • z3dev

      MAJOR Release : 2021 JUN 01
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      260
      Views

      No one has replied

    • z3dev

      Release : 2021 MAY 16
      Announcements • • z3dev

      1
      1
      Votes
      1
      Posts
      279
      Views

      No one has replied

    • gilboonet

      How to run JSCAD from another application ?
      Design Discussions • • gilboonet

      20
      0
      Votes
      20
      Posts
      2981
      Views

      gilboonet

      @hrgdavor yes, the method I used was what was available but any other could replace it. The purpose is to get data from the embedded jscad script and create a pdf file from it that can then be downloaded or directly viewed into the browser.

    • z3dev

      Some designs...
      Design Discussions • • z3dev

      2
      0
      Votes
      2
      Posts
      336
      Views

      gilboonet

      @z3dev That's cool designs. Maybe you can add links to open them in JSCAD like

      minion googles

      Which reminds me that I have such links on several places but with old site that I need to replace.

    • gilboonet

      designs for blade cutter (svg)
      General Discussions • • gilboonet

      7
      0
      Votes
      7
      Posts
      597
      Views

      gilboonet

      @hrgdavor Yes that's this one. (the Maker comes with a fine-point blade and a rotary blade)

    • K

      Does //!OpenSCAD no longer work?
      General Discussions • • ksanger

      2
      0
      Votes
      2
      Posts
      399
      Views

      z3dev

      @ksanger welcome

      Correct. The 'OpenSCAD' conversion to JSCAD has been decommissioned. The code is very old and needs some extensive maintenance / enhancements.

      Your students should be able to use the new website easily; www.openjscad.xyz

      The 'syntax' to create a new design is slightly different but there's plenty of documentation.

      User Guide API reference
    • z3dev

      Release : 2021 MAY 07
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      260
      Views

      No one has replied

    • Syun Ikejima

      Compatible browser?
      Comments & Feedback • • Syun Ikejima

      6
      0
      Votes
      6
      Posts
      1200
      Views

      Syun Ikejima

      Update: This was fixed after I upgrade the chrome to version 90.
      Thanks.

    • z3dev

      Release : 2021 APR 30
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      222
      Views

      No one has replied

    • z3dev

      Release : 2021 APR 20
      Announcements • • z3dev

      1
      0
      Votes
      1
      Posts
      208
      Views

      No one has replied

    • Pippo LoVe

      Texture rendering
      General Discussions • • Pippo LoVe

      3
      0
      Votes
      3
      Posts
      539
      Views

      z3dev

      @Pippo-LoVe as mentioned, JSCAD focuses on designs for 3D printing, and therefore colors are essential. Colors are assigned to a geometry / shape after completing all operations.

      Colors can also be assigned to individual polygons on 3D geometries.

      Having said the above, textures may be possible. But there have not been many requests for this support.