From 2524e6bd59495126f1b0a96b725b9d566871ccaa Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Fri, 8 Feb 2019 15:24:47 +0200 Subject: [PATCH] - minor GUI changes --- FlatCAMApp.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index 47ec08c8..bd059479 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -92,7 +92,7 @@ class App(QtCore.QObject): log.addHandler(handler) # Version - version = 8.907 + version = 8.908 version_date = "2019/02/7" beta = True @@ -6426,11 +6426,11 @@ class App(QtCore.QObject): The normal flow when working in FlatCAM is the following:

    -
  1. Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into FlatCAM using either the menu's, toolbars or key shortcuts.
    +
  2. Loat/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into FlatCAM using either the menu's, toolbars, key shortcuts or even dragging and dropping the files on the GUI.

    You can also load a FlatCAM project by double clicking on the project file, drag & drop of the file into the FLATCAM GUI or through the menu/toolbar links offered within the app.

     
  3. -
  4. Once an object is available in the Project Tab, by selecting it and then selecting SELECTED TAB (more simpler is to double click the object name in the Project Tab), SELECTED TAB will be updated with the object properties according to it's kind: Gerber, Excellon, Geometry or CNCJob object.
    +
  5. Once an object is available in the Project Tab, by selecting it and then focusing on SELECTED TAB (more simpler is to double click the object name in the Project Tab), SELECTED TAB will be updated with the object properties according to it's kind: Gerber, Excellon, Geometry or CNCJob object.

    If the selection of the object is done on the canvas by single click instead, and the SELECTED TAB is in focus, again the object properties will be displayed into the Selected Tab. Alternatively, double clicking on the object on the canvas will bring the SELECTED TAB and populate it even if it was out of focus.

    @@ -6439,7 +6439,7 @@ The normal flow when working in FlatCAM is the following:

    Gerber/Excellon Object -> Change Param -> Generate Geometry -> Geometry Object -> Add tools (change param in Selected Tab) -> Generate CNCJob -> CNCJob Object -> Verify GCode (through Edit CNC Code) and/or append/prepend to GCode (again, done in SELECTED TAB) -> Save GCode
-

A list of key shortcuts is available through an menu entry in Help -> Shortcuts List or through it's own key shortcut: '`' (key left to 1).

+

A list of key shortcuts is available through an menu entry in Help -> Shortcuts List or through it's own key shortcut: F3.

'''