frmMainExportGCode Method

Export the contents of the current cut-list to g-code.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
private void ExportGCode(
	string filename
)

Parameters

filename  String
Path and filename of the G-code file to create.

See Also