| .. |
|
TclCommand.py
|
3475ae00cd
- fixed bug in NCC Tool: after trying to add a tool already in the Tool Table when trying to change the Tool Type the GUI does not change
|
před 6 roky |
|
TclCommandAddCircle.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandAddPolygon.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandAddPolyline.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandAddRectangle.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandAlignDrill.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandAlignDrillGrid.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandBbox.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandBounds.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandClearShell.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandCncjob.py
|
779a6a75d4
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
před 6 roky |
|
TclCommandCopperClear.py
|
258bd529d2
- some fixes in the NCC Tcl command (using the bool() method on some params)
|
před 6 roky |
|
TclCommandCutout.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandDelete.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandDrillcncjob.py
|
779a6a75d4
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
před 6 roky |
|
TclCommandExportDXF.py
|
c439009251
- added 3 new tcl commands: export dxf, export excellon and export gerber
|
před 6 roky |
|
TclCommandExportExcellon.py
|
c439009251
- added 3 new tcl commands: export dxf, export excellon and export gerber
|
před 6 roky |
|
TclCommandExportGcode.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandExportGerber.py
|
c439009251
- added 3 new tcl commands: export dxf, export excellon and export gerber
|
před 6 roky |
|
TclCommandExportSVG.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandExteriors.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandFollow.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandGeoCutout.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandGeoUnion.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandGetNames.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandGetSys.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandImportSvg.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandInteriors.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandIsolate.py
|
258bd529d2
- some fixes in the NCC Tcl command (using the bool() method on some params)
|
před 6 roky |
|
TclCommandJoinExcellon.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandJoinGeometry.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandListSys.py
|
b00c1018e4
- enhanced the Tool Film adding the Film adjustments and added the GUI in Preferences
|
před 6 roky |
|
TclCommandMillDrills.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandMillSlots.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandMirror.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandNew.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandNewExcellon.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandNewGeometry.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandNewGerber.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandNregions.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandOffset.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandOpenExcellon.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandOpenGCode.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandOpenGerber.py
|
50abe2883d
- fixed some TclCommands: MillDrills and OpenGerber
|
před 6 roky |
|
TclCommandOpenProject.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandOptions.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandPaint.py
|
258bd529d2
- some fixes in the NCC Tcl command (using the bool() method on some params)
|
před 6 roky |
|
TclCommandPanelize.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandPlotAll.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandPlotObjects.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandQuit.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSaveProject.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSaveSys.py
|
b00c1018e4
- enhanced the Tool Film adding the Film adjustments and added the GUI in Preferences
|
před 6 roky |
|
TclCommandScale.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSetActive.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSetOrigin.py
|
e54dd14e6c
- updated Tcl commands to make use of either 0 or False for False value or 1 or True for True in case of a parameter with type Bool
|
před 6 roky |
|
TclCommandSetSys.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSkew.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandSubtractPoly.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandSubtractRectangle.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
TclCommandVersion.py
|
d0e5b6c83a
- fixed imports in all TclCommands
|
před 6 roky |
|
TclCommandWriteGCode.py
|
70d123306c
- in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
|
před 6 roky |
|
__init__.py
|
c439009251
- added 3 new tcl commands: export dxf, export excellon and export gerber
|
před 6 roky |