Jan 31, 2017

V1.0.1 is here with some improvements.

Chris L.T updated brilliantly the planetarygear example (animation and parametrization). He posted it on the forum :

Jan 27, 2017

Version 1.0.0 is available.

  • Windows version
  • Debian version
  • Smart auto connection when creating a new node 
  • function declaration to get complex expressions without many nodes  (see egg example)
  • Quick copy of an existing node

  • Clipboard : Operations of Copy/Cut/Paste with multiselection (keep CTRL key pressed  to select multiple nodes)
  • Change of input plug numeric values using key up and key down
  • Enhanced graphic layout of nodes with rounded rect
  • Many bug fixes 
I know there are still some  problems with undo/redo.


Jan 23, 2017

V0.0.8 available :

Whats's new :


- Now callmodule node will be refreshed and reflect true names of imported module parameters (take a look at callmodule.scad example)
- Callmodule node can call a module with some callmodule nodes inside ;-) (see callcall.scad example)
- Check file saved before closing windows or menu exit
- refresh openscad when deleting a connection
- more smart automatic hide of numbered parameters to get smaller node display

V0.0.7 available

- fix a big bug. scad files were saved without openscad code.

Jan 22, 2017

linux beta is availaible

Hi. This version was compiled and tested with Ubuntu 16.04.
GIVE ME FEEDBACK IF YOU GET PROBLEM TO RUN IT.


Jan 18, 2017

Version 0.0.6 is available.

What's new :

  • new 'import2d' node to import  dxf files 
  • 'offset' node is updated (rounding 2D object)
  • new 'surface' node (extrusion from 2D bitmap)
  • new 'intersection_for' node 
  • additionnal save format : graphscad can now save files to gscad format and scad format. gscad format will only save nodes infos without openscad code. Nothing is changed in scad format that include both nodes info and openscad code.
  • some UI bug fixed
  • more examples 

Jan 15, 2017

New version 0.0.5 is available with major feature : MODULAR files callable with 'CALLMODULE' node.

  • By using node 'PARAM', each graphscad file is now 'MODULAR'. you can create a custom part with parameters, then call this part from another file with node 'CALLMODULE'. Look at examples.This feature will allow to create complex object with multiple scad files.
  • WARNING : Node 'PARAM' is changed. Added the field 'paramname'. Before, it was using the name of the node (it was not logical). You would have to edit files from previous version if you used 'PARAM' node and edit this new propertie. it's pretty fast to update.
  • Created a new node 'metricthread'  
  • Created new node 'IF' for conditionnal statement
  • Some UI improvement (mode compact node display)
  • More Examples (robot wheel, custombox, etc...)
  • Created new node 'GearRack'  that works with gear node

Jan 13, 2017

new version 0.0.4 is available :
- new nodes (IF, METRIC THREAD)
- UI improvement . More compact display of nodes
- More examples


Jan 12, 2017

Version 0.0.3 available. Some bug fixed + UI improvement + New node to make gear racks

Jan 11, 2017

Subscribe please.

As, i'm updating Graphscad frequently (linux version is on the way), consider subscribing to this blog to receive news about graphscad.


Jan 10, 2017

there was a little bug in version 0.0.2 with rick clic to create nodes. Reload version, it should be fixed.
Version 0.0.2 is available and fix some issues of refresh when changing input plug text

Jan 1, 2017

GraphScad is a graphical nodal editor to create Openscad 3D objects.