コミット履歴

作者 SHA1 メッセージ 日付
  Marius Stanciu 006b0c8ecb - modified the panelize TclCommand to take advantage of the new panelize() function; added a 'threaded' parameter (default value is 1) which controls the execution of the panelize TclCommand: threaded or non-threaded 7 年 前
  Marius Stanciu d88d334867 - make sure to copy the options attribute to the final object in the case of: FlatCAMGeometry.merge(), FlatCAMGerber.merge() and for the Panelize Tool 7 年 前
  Marius Stanciu f553f2b35a - deleted junk folders 7 年 前
  Marius S 4af4938f85 - added the Edit and Properties entries to the Project context menu 7 年 前
  Marius Stanciu 2c49d41500 - Excellon Editor - added possibility to create an linear drill array rotated at an custom angle 7 年 前
  Marius Stanciu 6673c4f608 - fixed 'grbl_laser' postprocessor bugs (missing functions) 7 年 前
  Marius Stanciu e8acee5850 - added multiple object selection on Open ... and Import ... (idea and code snippet came from Travers Carter, BitBucket user https://bitbucket.org/travc/ 7 年 前
  Marius Stanciu 8f787fc61a - fixed the Copy Object function when the object is Gerber 7 年 前
  Marius Stanciu 037b9657ff - trying to fix painting single when the actual painted object it's a MultiPolygon 7 年 前
  Marius Stanciu d71958262a - changed date 7 年 前
  Marius Stanciu e945ced44b - modified the way FlatCAM preferences are saved. Now they can be saved as new files with .FlatConfig extension by the user and shared. 7 年 前
  Marius Stanciu 7c301922db - added a new postprocessor file named 'line_xyz' which have x, y, z values on the same GCode line 7 年 前
  Marius Stanciu 766e15ae38 - changed some tooltips 7 年 前
  Marius Stanciu e6d431c9e3 - removed the raise statement in do_worker_task() function as this is fatal in conjunction with PyQt5 7 年 前
  Marius Stanciu f242e3163e - small changes (dates, version) 7 年 前
  Marius Stanciu b9a062a84e - when saving HPGL code it will be saved as a file with extension .plt 7 年 前
  Marius Stanciu 7ea6ee4a85 - fixed the HPGL code geometry rendering when travel 7 年 前
  Marius Stanciu b9cbe97f4d - fixed display HPGL code geometry on canvas 7 年 前
  Marius Stanciu 4b6df74c2e - added initial implementation of HPGL postprocessor 7 年 前
  Marius Stanciu 18de843fc1 - added a status message for font parsing 7 年 前
  Marius Stanciu 5b7fe5ef11 - modified the first line in the Gcode header to show the FlatCAM version and version_date 7 年 前
  Marius Stanciu e6b0eb209c - added a message box asking users if they want to save the project in case that either New Project menu entry is clicked or if Exit menu entry is clicked or if the app is closed from the close button. The message box will be showed only if there are objects in the collection. 7 年 前
  Marius Stanciu 37067b5bff - added a fix to allow creating of Excellon geometry even when there are points with no tools by skipping those points and warning the user about this in a Tcl message 7 年 前
  Marius Stanciu dd49aaa68d - added checkboxes in Preferences -> General -> Global Preferences to switch on/off version check at application startup and also to control if the app will send anonymous statistics about FlatCAM usage to help improve FlatCAM 7 年 前
  Marius Stanciu ddf4884051 - fixed cutting from copper features when doing Gerber isolation with multiple passes 7 年 前
  Marius Stanciu 7e002dfc9f - added tooltips in Edit->Convert menu 7 年 前
  Marius Stanciu c7db9aa566 - fixed the Marlin postprocessor detection in GCode header 7 年 前
  Marius Stanciu 954bd9097a - fixed the Join function to work on Gerber and Excellon, Gerber and Gerber, Excellon and Excelon combination of objects. The merged property is the solid_geometry and the result is a FlatCAMGeometry object. 7 年 前
  Marius Stanciu b418d15daf - reactivated the version check in case the release is not BETA; FlatCAMApp.App has now a beta object that when set True the application will show in the Title and help-> About that is Beta (and it disable version checking) 7 年 前
  Marius Stanciu 3ea1f4e62c - fixed cncjob TclCommand - it used the default values for parameters 7 年 前