- minor description update for export_gcode Tcl command

This commit is contained in:
Marius Stanciu
2022-01-29 22:39:25 +02:00
committed by Marius
parent 7e927b9626
commit 05c4993f92
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ CHANGELOG for FlatCAM beta
- updated the `new` Tcl command: now it has an argument `-keep_scripts` that when True, will keep the loaded scripts in the new project - updated the `new` Tcl command: now it has an argument `-keep_scripts` that when True, will keep the loaded scripts in the new project
- fixed some issues in the `ncc` Tcl command - fixed some issues in the `ncc` Tcl command
- fixed some issues in the `paint` Tcl command - fixed some issues in the `paint` Tcl command
- minor description update for `export_gcode` Tcl command
28.01.2022 28.01.2022

View File

@@ -6,7 +6,7 @@ import collections
class TclCommandExportGcode(TclCommandSignaled): class TclCommandExportGcode(TclCommandSignaled):
""" """
Tcl shell command to export gcode as tcl output for "set X [export_gcode ...]" Tcl shell command to extract gcode as tcl output for "set X [export_gcode ...]"
Requires name to be available. It might still be in the Requires name to be available. It might still be in the
making at the time this function is called, so check for making at the time this function is called, so check for