-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
This page gather recorded questions and issues. It will be updated accordingly.
In the Job Edit pane, in the Output tab, move your mouse over the Arguments field. A tooltip will appear with the allowed arguments.
Probably not as the API has changed a lot with FreeCAD 1.0. You can use the old version of this postprocessor from old branch.
Add argument --toolhead=200W
for this module. Default is 50W (same as adding --toolhead=50W
).
In the Job Edit pane, edit the Arguments field of the Output tab to add arguments, separated by a space:

Alternativly, argument list can be modified using the Post Processor Args field of the Job interface:

No valid (ie. positive float) rapid speed was provided. Rapid speeds are used to quickly move the toolhead in air.
Vertical and horizontal speed can be set up for each job in the sub-tab Default values of the Tools tab:

No valid (ie. positive float) feed speed was provided. Feed speeds are used while the toolhead is working.
Vertical and horizontal feed speed (and spindle speed) can be set up for each tool in the sub-tab Tools of the Tools tab:

Add --no-gui
argument to use the post processor without any call to the FreeCAD GUI. It will however disable thumbnail generation (equivalent to --no-thumbnail
), and jobs referencing may fail.
Change the extension to .cnc
.