I’m using WinPC-NC as Postprocessor and created a 1mm Mill in the database with 15mm/sec feed rate. As I tried to mill a 2D drawing it is way to fast! I changed the feed rate in the tools and/or in the Operations Tab, but none of those are working. Its very fast, almost the maximum of the machine (40mm/sec I guess).
I used the “minimum G-Code” as postprocessor since WinPC-NC is not mentioned in the list.
I tested the same dxf in deskproto and it worked fine but the 2D function in deskproto is horrible so I had a glance on the Sheetcam TNG demo, but I cant get it to work :-/.
In the operation set the feed rate very low and try again. Does it still feed too fast? Look at the generated G-code. You should see the feed rate. Does it look correct?
In Deskproto you have a feed rate of 15. In SheetCam it is set to 900.
Looking at the numbers I think the issue is due to a difference in units. Is WinPC-NC using mm/sec? Most controls use mm/min. 15mm/sec is 900mm/min. For the time being set SheetCam to use mm/min (in options->application options->units) but enter the values as if they were in mm/sec.
Note that the feed rate in the tool definition is just a recommendation and is used as teh default when you select that tool. The feed rate in the cut operation is the one that is actually used.
It works fine! I set it to mm/min and used the mm/sec value.
One more thing. Is it possible to invert the GCode for the Z-Axis?
I dont know why but our mill works fine with manual control but for the mill process we have to invert the Z-Axis since the G-code uses positive variables and our machine negative (anyhow).
I already tried to edit the function “Edit post” in the Post processor section but I dont know hat to change exactly. could you give me a hint?