JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Comments & Feedback
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • gilboonet

      Unfolder V2, stress test on FF and Chrome
      • gilboonet

      10
      0
      Votes
      10
      Posts
      327
      Views

      hrgdavor

      @gilboonet that is excellent, it may be possible later on to integrate that one with jscad or at least take your experience for ideas how to improve 2D use-cases in jscad.

    • gilboonet

      Unfolder script for V2
      • gilboonet

      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • gilboonet

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

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

    • gilboonet

      Video of an integrated tool (from 2016) using OpenJSCAD v0.4
      • gilboonet

      5
      0
      Votes
      5
      Posts
      290
      Views

      gilboonet

      @jess-yan Hello, the point selection is made with an external tool, Openscad Simple Polygon Editor. I modified it so that I could use it along with OpenJSCAD. But it was with a very old version and with v2 I don't see how to do the same.

    • Syun Ikejima

      Compatible browser?
      • Syun Ikejima

      6
      0
      Votes
      6
      Posts
      271
      Views

      Syun Ikejima

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

    • gilboonet

      little script using external .obj
      • gilboonet

      2
      0
      Votes
      2
      Posts
      106
      Views

      gilboonet

      Finally I made it fit into one file using obj2jscad.js. It can be seen here.

    • gilboonet

      Porting V1 code to V2 or rewrite it ?
      • gilboonet

      3
      0
      Votes
      3
      Posts
      93
      Views

      gilboonet

      @z3dev Thank you for your suggestions. What I did was only translating the code so it run on V2 regardless of placement. I'll try to implement helper function for cube and cuboid, then it should work.

    • receter

      I built a OpenJSCAD Gallery
      • receter

      5
      0
      Votes
      5
      Posts
      143
      Views

      z3dev

      We have been posting to this thread.

      https://openjscad.nodebb.com/topic/196/a-collection-of-jscad-projects-on-github

      You can find some really interesting projects by following the Used By links on the right side of the Github project.

    • gilboonet

      boolean operation produces non manifold
      • gilboonet

      2
      0
      Votes
      2
      Posts
      370
      Views

      z3dev

      Yup. The old fixTJunctions() function is not present in V2. There's a pull request to add this functionality back, which is under review now.

    • gilboonet

      This topic is deleted!
      • gilboonet

      2
      0
      Votes
      2
      Posts
      532
      Views
    • gilboonet

      Can a html5 app running jscad retrieve rendered (processed) data ?
      • gilboonet

      6
      0
      Votes
      6
      Posts
      1193
      Views

      gilboonet

      @z3dev Hello, I didn't open an issue because it's V1, but I will do it so we could keep track of the solution I used. Yesterday I tried my little html5 app on my android tablet with Firefox and it works perfectly
      0_1579956207318_android1s.jpg
      even the PDF creation part
      0_1579956263650_android2s.jpg

    • gilboonet

      Design with random values
      • gilboonet

      3
      0
      Votes
      3
      Posts
      1293
      Views

      gilboonet

      Thank you. I will try something similar, it just needs to add a parameter to choose a design number, if the table of random values doesn't have values for this number they are randomly feeded, else they are used for the rendering. Such "mechanism" could be handy for designs using both random values and more than one viewing mode.

    • gilboonet

      Slicing again... simplifying code
      • gilboonet

      2
      0
      Votes
      2
      Posts
      1015
      Views

      z3dev

      The simple solutions are always the best. Taking a super thin slice is a great idea, and maybe even the best.

      The core library will be for core functions, as we expect others (like you) to contribute some really nice high level functionality, such as slicing. If we get the core library rock solid then anything is possible.

      Projections on to arbitrary planes is on the wish list, but not there yet.

      Thanks for the awesome posts!

    • gilboonet

      slicing with OpenJSCAD
      • gilboonet

      6
      0
      Votes
      6
      Posts
      2661
      Views

      gilboonet

      @kaosat-dev At first I tried to use a 10K triangles model but as it didn't render I downscaled to 5K, 3K, 2K then 1K. And after, I made another model with 2x more slices that this script was unable to render even with a 1K model, so I changed the script to make it render chunks of slices, and it was ok. I suppose it could work with higher resolutions models.
      0_1564473765365_Capture d’écran de 2019-07-30 10-02-14.png

    • gilboonet

      slicing with OpenJSCAD
      • gilboonet

      1
      0
      Votes
      1
      Posts
      833
      Views

      No one has replied

    • WillAdams

      Having trouble with variables in the Block design option
      • WillAdams

      3
      0
      Votes
      3
      Posts
      1405
      Views

      z3dev

      It seems to me that the ‘Code’ tab in the upper right exposes the code in BlocksCAD. I was able to select and copy the code.

    • gilboonet

      This topic is deleted!
      • gilboonet

      1
      0
      Votes
      1
      Posts
      38
      Views

      No one has replied

    • gilboonet

      This topic is deleted!
      • gilboonet

      1
      0
      Votes
      1
      Posts
      54
      Views

      No one has replied

    • gilboonet

      This topic is deleted!
      • gilboonet

      1
      1
      Votes
      1
      Posts
      43
      Views

      No one has replied

    • gilboonet

      Regular polygons example
      • gilboonet

      3
      0
      Votes
      3
      Posts
      1473
      Views

      gilboonet

      This new star primitive looks promising. Thank you for the code sample, I will try to use .fromAngleRadians().

    Powered by NodeBB | Contributors