JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. General Discussions
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • Most Views
    • juanccilleruelo

      Google+ is dead!!!
      • juanccilleruelo

      2
      0
      Votes
      2
      Posts
      58
      Views

      z3dev

      @juanccilleruelo thanks for pointing that issue. the link has been changed.

    • Cid Zhang

      A newbie's self introduction
      • Cid Zhang

      2
      0
      Votes
      2
      Posts
      63
      Views

      z3dev

      @Cid-Zhang Thanks! And, welcome!

      Your models look very cool. I'm sure that others will enjoy creating various hinged shapes as well.

      Please let us know if you need some assistance with JSCAD. There are lots of very experienced users in the group.

    • irevdev

      Just introducing myself 👋
      • irevdev

      4
      0
      Votes
      4
      Posts
      83
      Views

      z3dev

      @irevdev welcome!

      the README files for the packages will provide some information on installation and initial use. See packages/cli, packages/web, packages/desktop

      the currently available application (www.openjscad.org) is on the master branch. and there is major development on V2 branch.

      we are asking for people to become 'early adopters' if interested in V2. there's been some good progress lately with the creation of the initial v2 packages. more to come in the next few weeks.

    • K

      How do I share the parametric model without sharing the code?
      • kevinos

      2
      0
      Votes
      2
      Posts
      101
      Views

      z3dev

      @kevinos welcome!

      The JSCAD model (code) is required as the compilation is completed by the browser. So, you will have to find ways to obfuscate the code.

    • D

      Parametric Lego brick generator
      • DrShoggoth

      2
      0
      Votes
      2
      Posts
      288
      Views

      z3dev

      @DrShoggoth This is great! Thanks for sharing!

    • D

      Non manifold geometry with polyhedron
      • DrShoggoth

      5
      0
      Votes
      5
      Posts
      497
      Views

      D

      Nevermind, I fixed everything simply by using triangles instead of polygons.

    • RedHatter

      Help me name a parametric modeling progam
      • RedHatter

      1
      0
      Votes
      1
      Posts
      272
      Views

      No one has replied

    • z3dev

      Prusa Face Shield RC3 Modifier
      • z3dev

      1
      0
      Votes
      1
      Posts
      356
      Views

      No one has replied

    • gilboonet

      my html5 / jscad app for "digital cardboard crafting"
      • gilboonet

      1
      1
      Votes
      1
      Posts
      4715
      Views

      No one has replied

    • A

      Jscad code for exposure to the public
      • armbandmeister

      2
      0
      Votes
      2
      Posts
      497
      Views

      z3dev

      Welcome!

      Sure. There are several websites that already have custom layouts, custom controls, etc.

      Here's an example; http://www.knowhave.com/gear/worm.php

    • faithhack

      Is center() broken or am I?
      • faithhack

      2
      0
      Votes
      2
      Posts
      589
      Views

      faithhack

      And the answer is... I'm broke 😌
      I was treating the center({axes:[true, true, false]}, object) like the old object({center:[true,true,false]}) which is not the case since primitives are now created centered at [0,0,0] by default.
      Since the primitive is created centered by default at [0,0,0], changing the axes on a new part doesn't really have an effect.
      Picking a consistent default is probably the 'right thing(tm)' to do since the old primitives where very inconsistent - round things like cylinders and sphere where centered on X/Y but not Z and cubes where created with a corner at [0,0,0].
      Hopefully new docs will have little warnings for those transitioning from V1 to V2 and maybe some helpful examples for porting old designs over.

    • faithhack

      es2015-i18n-tag#1.6.2 packaging error tanks new V2 install
      • faithhack

      1
      0
      Votes
      1
      Posts
      463
      Views

      No one has replied

    • Jorn van de beek

      Looking for the name and feedback on an imagined CSG operation/modeling workflow
      • Jorn van de beek

      2
      0
      Votes
      2
      Posts
      723
      Views

      z3dev

      There have been several discussions about how to build transitions between shapes. Hull and Minkowski are good at combining shapes but don't really provide the workflow described here.

      Here's one from a while back..

      Can we extrude arbitrary and changing 2D shapes along a 2D/3D path?

      I would hope that some of the folks here could provide some tips.

    • faithhack

      A design projects template
      • faithhack

      1
      0
      Votes
      1
      Posts
      618
      Views

      No one has replied

    • Viktor Hedefalk

      Vanilla js/npm in browser?
      • Viktor Hedefalk

      4
      0
      Votes
      4
      Posts
      1407
      Views

      Viktor Hedefalk

      @viktor-hedefalk said in Vanilla js/npm in browser?:

      Or does it resolve those at upload time? Gonna test that…

      No, it can't do that? That would be the worst security thing ever on a browser to allow…

      Just watched the tutorial series to the end of part 4 - and the cliffhanger for part 5:

      https://youtu.be/hnLLNmP_mzA?t=646

      "In the next part we will get to how you can split up your design into multiple files…" 🙂

    • z3dev

      Maker Faire Tokyo 2019
      • z3dev

      1
      2
      Votes
      1
      Posts
      904
      Views

      No one has replied

    • William Adams

      OpenJSCAD on the Microsoft Store
      • William Adams

      2
      0
      Votes
      2
      Posts
      1263
      Views

      z3dev

      @william-adams might be interested in BlocksCAD

      https://www.blockscad3d.com/editor/

      This can also be found on GitHub, but has not been updated for a few years. 😞

      https://github.com/EinsteinsWorkshop/BlocksCAD

    • z3dev

      Maker Faire Tokyo 2019
      • z3dev

      6
      1
      Votes
      6
      Posts
      3226
      Views

      z3dev

      *Project ID: M0302
      OpenJSCAD.org

      Thank you for applying for Maker Faire Tokyo 2019.
      We are glad to notice that your exhibit is accepted.

      We are looking forward to meeting you in Tokyo!*

      So, it’s now official! 🙂
      Let me know if anyone wants to attend.

    • T

      How to control the orientation ?
      webinterface orientation • • TL

      2
      0
      Votes
      2
      Posts
      1155
      Views

      WolfgangFahl

      You might want to post your question on stackoverflow https://stackoverflow.com/questions/tagged/openjscad - the audience is bigger there.

    • JamesNewton

      google+ data?
      • JamesNewton

      4
      0
      Votes
      4
      Posts
      2235
      Views

      z3dev

      OK. I archived what I could down load using the crappy tools from Google.

      I’m pretty peaved at the results. Obviously, Google thinks that a bunch of monkeys can write software to download web content. SIGH

    Powered by NodeBB | Contributors