GCode generation form
To see what to expect from the platter see: this
For anyone familar with 3d printing this should be straightforward but i will explain it anyway:
TopBottom changes the nozzle start position to be 0.0, max print dim (y), 0.0 instead of default 0.0, 0.0, 0.0
No extrusion disables adding E to G1 moves
Print outline enables algorithm to first print an outline of the sliced object for atual layer then prints the object
Outline only - print outline only
Do not center - this is tricky because you will have to position your model by yorself in the app else printed model is automatically set on the bed at the center and the bottom of the object is placed on the print bed
Absolute positions - by default gcode platter exports relative positions instead of absolute positions.
Printer Z point up - by default if you happen to put a white paper on a desk and you look at it from the top you will have X and Y axes (x for paper width Y for paper height, whatever is between paper and your face is the Z - so it points UP) My app uses Y as the height so it is enabled as a default - so the app exports gcode compatible with default 3d printer settings.
You define exactly what the bed size is (important for cncs) not that important but still for 3d printers
After all settings being set and you click "Export" button setting are saved as default and will be loaded next time you open export g code form, no multiple printers management for a moment.