cad do solidworks workshop
Can do solidworks workshop, not that difficult.
--
You received this message because you are subscribed to the Google Groups "London Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to london-hack-sp...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "London Hackspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to london-hack-space+unsubscribe@googlegroups.com.
Remember, no CAD-modelling below the belt.
for ( i = [0 : 15 : 150] ){translate([0,(i*i)/500,i+20 ]) color([ 0.0066*i, 0.0066*i, 0.0066*i ]) sphere (r = 20, $fn=90);}
I'm currently looking into openjscad (openscad based on javascript). In theory, you can design parts right in your browser. If anyone interested I can do a small demo.