Quote Originally Posted by eurikain View Post
@JAZZCNC
I haven't used much of the configuration features because I have never needed it so far, but I think it's one of the best features of the software. I am a bit disappointed that configurations are discrete (i.e. you have to configure them in the configuration table) where as it would be nicer to have a part you can just generate by giving it dimensions. I think there is such a feature is SW (aren't they called smart components or something like that ?), but I'm not too sure anymore.
Not sure what your meaning because you can do this and more. Such as using Equations to drive models from other components. Advanced but still do-able.


Quote Originally Posted by eurikain View Post
Now, coming to the CAD part, I would be very interested in knowing how you do it for the software to automatically recalculate the toolpath. I've been struggling with this over the past few weeks: sometimes when I am programming the CAM in MasterCAM, I realise I have to make little adjustments to my model, so I go back in SW, change the model, and then have to restart the hole toolpath all over again, and it's driving me nuts.
Well It's down to the Cam software being integrated with SW so can take advantage of being fully Parameteric. If MasterCam is stand alone then probably can't do that.

Quote Originally Posted by eurikain View Post
I also seem to struggle in finding where you're suppose to tell the software to automatically add G91.1 in the Gcode header. I looked in my Mach3.post file but couldn't find the line to do this.
You will need to add this to the Post Processor. Often the post will have Procedure called "Start of Program" or "Start_Program". It's here you add the G91.1.