JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Popular
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All Time
    • Day
    • Week
    • Month
    • Cid Zhang

      A prototype of jscad application
      General Discussions • • Cid Zhang

      4
      1
      Votes
      4
      Posts
      570
      Views

      Cid Zhang

      @z3dev Thanks for the comments.

      I do think a catalogue in the website would definitely increase popularity of JSCAD.
      This will attract people who never got interested in JSCAD --- those who don't know how to code and can't use any CAD software.

      Sadly, most of them might be only end users and cannot directly help the development of the JSCAD project.
      As far as I know, the people in this community are all fully capable of both programming and 3D modelling.

      Maybe there can be a mechanism which can discover what those "end users" need most, and help the develop team to build accurate designs for those users.

    • BarbourSmith

      Tags?
      General Discussions • • BarbourSmith

      4
      0
      Votes
      4
      Posts
      469
      Views

      gilboonet

      @BarbourSmith I saw your post but didn't reply as I wasn't sure it was about. I already tried on V2 the function that splits a solid into pieces as it is something that i use a lot : https://jscad.xyz/#https://raw.githubusercontent.com/gilboonet/gilboonet.github.io/master/demos/gig2i.js The function is scission3d() and the source is here : https://github.com/gilboonet/gilboonet.github.io/blob/master/demos/gig2i.js

    • gilboonet

      V2 feedback : extrudeFromSlices
      Development Discussions • • gilboonet

      4
      1
      Votes
      4
      Posts
      556
      Views

      gilboonet

      @z3dev An option to show/hide slider value would be great. Long ago I made some tweaks to parameters that looked like that, but now jscad architecture is too complex for me to make such changes. On the bottom of the screenshot you can see file browser to import/export parameters that I also added and was of great help to make complex models.
      Capture d’écran de 2020-10-05 10-16-38.png

    • Alasdair McAndrew

      Hosting/publishing a shape?
      General Discussions • • Alasdair McAndrew

      4
      0
      Votes
      4
      Posts
      522
      Views

      hrgdavor

      there is also a nice effort from one of the users.

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

      it is a self hosted example. Maybe that is the direction you want ?

    • BarbourSmith

      Color lost in translation (or any operation)
      Development Discussions • • BarbourSmith

      4
      0
      Votes
      4
      Posts
      583
      Views

      BarbourSmith

      Thanks! I'll give it a comment of support there 😀

    • crysislinux

      An vscode extension for v2
      General Discussions • • crysislinux

      4
      0
      Votes
      4
      Posts
      557
      Views

      dave5

      awesome! one less thing i need to do this week 🙂

    • T

      Help to adopt new version.
      General Discussions • • teetopsy

      4
      0
      Votes
      4
      Posts
      431
      Views

      hrgdavor

      There is a nice V2 example from one of the openjscad users here:
      https://github.com/sdaau/openjscad_example_selfhost_spa_webpage

      maybe this is something you can use ?

    • Alasdair McAndrew

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

      4
      0
      Votes
      4
      Posts
      701
      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.

    • gilboonet

      Unexpected Holes into volume extruded from Svg paths
      General Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      318
      Views

      z3dev

      @gilboonet no problem.

      there's plenty to fix still, but each release improves V2 JSCAD. i'll post an update once there's something to test for this issue.

    • Alasdair McAndrew

      Curves described by parametric equations?
      General Discussions • • Alasdair McAndrew

      4
      0
      Votes
      4
      Posts
      584
      Views

      Alasdair McAndrew

      Thank you very much - and I think that hand-building a polygon from a list of points may be my best bet at the moment. I can easily create points from my parametric equations, and then join them up.

    • gilboonet

      No more display of parameters captions on v1
      Development Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      330
      Views

      gilboonet

      I finally understood what was happening, I inverted the colours parameter of Firefox to have white text and black background
      Capture d’écran de 2020-11-30 16-51-13.png I put text in black and it's ok.

    • gilboonet

      Holes when using star primitive with extrusion and boolean operation
      General Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      371
      Views

      gilboonet

      @z3dev I already tried to use a branch locally but didn't managed to make it work, so I stick to web version at https://jscad.xyz/

    • Cid Zhang

      I made a site for sharing my Jscad designs. Please tell me how you think about it
      General Discussions • • Cid Zhang

      4
      0
      Votes
      4
      Posts
      852
      Views

      Cid Zhang

      @WolfgangFahl Thanks for your comment!
      Since I'm not a professional web developer , my current goal is much smaller than yours, which is limited to exhibiting my designs on a static site.
      The version of the core jscad file remains the same and the file is reused over and over again.

      It would take a lot of effort when it comes to hosting a website which can receive and exhibit designs from multiple creators.

    • gilboonet

      using vector operations (subtract)
      Development Discussions • • gilboonet

      4
      0
      Votes
      4
      Posts
      423
      Views

      gilboonet

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

    • hrgdavor

      cadhub.xyz integration
      Development Discussions • • hrgdavor

      4
      1
      Votes
      4
      Posts
      600
      Views

      hrgdavor

      @z3dev hope you are well and refreshed, and ready to smash some PR's ... also a reminder that CadHub is waiting for your feedback to continue formally with jscad integration.

    • Ashish

      help: Import DXF and calculate bounding box
      General Discussions • • Ashish

      4
      0
      Votes
      4
      Posts
      622
      Views

      z3dev

      Sorry… that documentation is not complete. We will have to make some updates. 😞

      There’s slightly better documentation here.

      Basically, your design needs to call measureBoudingBox(shape), which returns an array of points, lower and upper bounds.

    • neonsnowcat

      The Case of the Missing Triangles
      Development Discussions • • neonsnowcat

      4
      0
      Votes
      4
      Posts
      381
      Views

      z3dev

      @neonsnowcat Please try the latest version via www.openjscad.xyz

      Hopefully, those missing triangles have returned to earth.

    • gilboonet

      script using parameters doesn't render after some time
      Comments & Feedback • • gilboonet

      4
      0
      Votes
      4
      Posts
      668
      Views

      gilboonet

      @z3dev Yes, add Memory would be great, I felt the difference when I changed from 4 Gb to 8. For the moment I'm simply starting to use my laptop as main computer.

    • David Bolt

      How do you single step your code?
      Development Discussions • • David Bolt

      4
      0
      Votes
      4
      Posts
      661
      Views

      z3dev

      @David-Bolt The latest release has a change which retains the webworker thread. So, debugging should be easier now.

    • Hermann-SW

      Problem with "subtract()"ing "hull()", is this a bug?
      Design Discussions • • Hermann-SW

      4
      0
      Votes
      4
      Posts
      689
      Views

      Hermann-SW

      Forgot to post the "answer" link for viewing in browser:
      https://openjscad.xyz/?uri=https://stamm-wilbrandt.de/en/forum/A.JSCAD.vertex_edge2.sp_tria.js