JSCAD User Group
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • z3devZ

      Jan 26, 2014

      Watching Ignoring Scheduled Pinned Locked Moved Archives (Google+)
      6
      0 Votes
      6 Posts
      4k Views
      z3devZ
      Roger Clark Thanks Eduard for the link to the voronoi sphere I've been looking at stuff like http://toxiclibs.org/2011/12/metworks-workshop-facade/ and also Radiolarians e.g. http://i.materialise.com/gallery/radiolarian-lamp which can be generated proceduarlly
    • z3devZ

      Maker Faire Tokyo 2019

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      1 Votes
      6 Posts
      4k Views
      z3devZ
      *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.
    • gilboonetG

      slicing with OpenJSCAD

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      6
      2
      0 Votes
      6 Posts
      5k Views
      gilboonetG
      @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. [image: 1564473767423-capture-d-%C3%A9cran-de-2019-07-30-10-02-14-resized.png]
    • z3devZ

      V2 Hulls

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      2
      0 Votes
      6 Posts
      2k Views
      hg42H
      @z3dev for my purposes the type of api doesn't matter much, because I use a preprocessor (currently python, may be something like livescript in the future) that can generate whatever I need. Ideally I would use the lowest level. That said, I could eventually use javascript as a frontend directly. It's a whole different situation with jscad compared to openscad as a backend. My preprocessor generates a tree internally (which seems to be very similar to the vtree). So, the transition to jscad could also be from my tree to vtree... btw. I already created a new thread for further discussions, because I thought it would not fit well under "V2 hulls"): v2-status-and-testing-environments
    • gilboonetG

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

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      6
      1
      0 Votes
      6 Posts
      3k Views
      gilboonetG
      @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 [image: 1579956208714-android1s-resized.jpg] even the PDF creation part [image: 1579956265242-android2s-resized.jpg]
    • Drew PearD

      Online versus offline functionality

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      0 Votes
      6 Posts
      1k Views
      z3devZ
      @drewpear strange indeed. sorry, but i don't have any suggestions at this time. i will post again if i think of something. by the way, i just submitted a pull request to enable the editor again for the V2 website. this should be available in the next 'alpha' release. i also opened a new issue for changing the shortcuts for the 'reload' of designs. this will be important for mobile devices which has soft keyboards.
    • BarbourSmithB

      Display Code

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      0 Votes
      6 Posts
      1k Views
      z3devZ
      @BarbourSmith is there some reason to use three.js? the primary focus of three.js is quite differnet from JSCAD. It should be pretty trivial to convert between three.js data structures and JSCAD data structures. But don't expect either project to supply the conversions. Maybe somone has a set of functions already, or you'll have to write some simple conversion functions.
    • Alasdair McAndrewA

      Cylinder between points?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions cylinder v2 primitives
      6
      1 Votes
      6 Posts
      2k Views
      hrgdavorH
      I have sth with this function https://jscad.xyz/#https://gist.githubusercontent.com/hrgdavor/c63e34f862aab00cf9253daf2e071812/raw/acbefbcbbb47d7c0e4daf41c5c9be3d43062c56c/tesseract.jscad [image: 1611406672884-124e5f29-a4fb-40da-b9da-b2b044565b11-image.png]
    • Alasdair McAndrewA

      Debugging: values of variables?

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      1 Votes
      6 Posts
      2k Views
      T
      @z3dev Hey! Thanks for the reply and the welcome, appreciated. I tried @danmarshall app and it works as I was expected. I tried the console.log with the web + debug console in safari and chrome (on mac) but didn't get anything printed. It's any other post with other tools for debugging available or it's still in development? (I'm using vsc) Thanks.
    • Maria AlzateM

      3d to 2d

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      0 Votes
      6 Posts
      2k Views
      z3devZ
      @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.
    • Cid ZhangC

      A collection of jscad projects on Github

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      1 Votes
      6 Posts
      3k Views
      hrgdavorH
      [image: 1611407058705-e5879128-809f-40e8-b4c3-4c43237b4aef-image.png] https://jscad.xyz/#https://gist.githubusercontent.com/hrgdavor/c63e34f862aab00cf9253daf2e071812/raw/acbefbcbbb47d7c0e4daf41c5c9be3d43062c56c/tesseract.jscad
    • gilboonetG

      How to use same script with different targets ?

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      1
      1 Votes
      6 Posts
      1k Views
      gilboonetG
      @hrgdavor Thank you for your code, it would be great to be able to load code and data like that then fire it. I hope it will be possible, with v1 I used gProcessor.setJJsCad() on an html/js app but here it is directly a jscad script.
    • Robert OlsonR

      how to compile a JsCad script from string instead of file?

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      0 Votes
      6 Posts
      1k Views
      hrgdavorH
      @Robert-Olson small update: managed to add reload functionality into : http://3d.hrg.hr/jscad/three/threejscad.html just drop a script on to the screen, edit in your fav editor and see results. tested only in chrome, to se errors use browsers console F12 it is a rough prototype with ton of scrappy code, but works relatively ok. modeling is in main thread, so if you create an infinite loop, you will have to kill the tab. nevertheless if you do start using it, let me know how it works for you , or if it breaks
    • z3devZ

      Thingiverse

      Watching Ignoring Scheduled Pinned Locked Moved Design Discussions
      6
      0 Votes
      6 Posts
      2k Views
      z3devZ
      And for those that don't want to wait... here's the full URL, which adds a query parameter to the end of the website URL. https://www.openjscad.xyz/?uri=https://thingiverse-production-new.s3.amazonaws.com/assets/46/e9/78/fe/f6/parametric_butt_hinge_3.7.js
    • Syun IkejimaS

      Compatible browser?

      Watching Ignoring Scheduled Pinned Locked Moved Comments & Feedback
      6
      2
      0 Votes
      6 Posts
      2k Views
      Syun IkejimaS
      Update: This was fixed after I upgrade the chrome to version 90. Thanks.
    • gilboonetG

      Simple 2d parametric design

      Watching Ignoring Scheduled Pinned Locked Moved Design Discussions
      6
      1
      0 Votes
      6 Posts
      2k Views
      gilboonetG
      @z3dev Thanks a lot, it is always helpful to understand the reason of specific behaviors. My design has one path for the outline that will be cut, and lines for the folds. To remove the black fill I can try to turn the path to a polygon.
    • Nathan ApterN

      Hiring a JScad freelancer

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      0 Votes
      6 Posts
      2k Views
      LoosetoothL
      @Nathan-Apter I'm interested in doing some freelance work. I'm pretty new to the project though, but planning to build up my three.js and webgl skills anyway, so might be a good match. I'm going to send you a message.
    • Ion 0I

      Exporting format for CNCs

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      0 Votes
      6 Posts
      2k Views
      Ion 0I
      Researching cnc workings better, seems like the conversion process is more involved and that DXF is a suitable format for generating CNC g-code from. DXF export from jscad is very reliable so far. thanks all for the replies
    • Cid ZhangC

      [Christmas Update!]New application of JSCAD: Fully 3D-printed music box

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      3
      2 Votes
      6 Posts
      2k Views
      platypiiP
      Wow very cool! Hard to imagine how that would even be possible with traditional CAD software
    • rozekR

      vectorChar vs. vectorText

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      6
      0 Votes
      6 Posts
      2k Views
      z3devZ
      @rozek hope that you are still using JSCAD. there are some changes to vectorChar and vectorText, which will become part of V3 JSCAD. if you have time then please take a look. https://github.com/jscad/OpenJSCAD.org/pull/1252