Commit Graph

  • 3717169105 Default excellon milling tool dia. Fixes #160. Juan Pablo Caram 2016-04-10 16:23:04 -04:00
  • 7112ac5caf Recovered patch.py Juan Pablo Caram 2016-04-10 16:02:38 -04:00
  • 3f7e4a5966 Merge branch 'master' of https://bitbucket.org/jpcgt/flatcam Juan Pablo Caram 2016-04-10 15:48:40 -04:00
  • bac9f29d08 Recovered patch.py Juan Pablo Caram 2016-04-10 15:48:25 -04:00
  • a0bd34de45 Fixes #198 Juan Pablo Caram 2016-04-10 15:44:17 -04:00
  • 841a45e145 Merged in sopak/flatcam/tcl-commands (pull request #38) jpcgt 2016-04-10 14:33:05 -04:00
  • e236a60be9 implement system values background_timeout and verbose_error_level Kamil Sopko 2016-04-10 15:14:18 +02:00
  • 26a8b7347b change default timeout fix outname bug in drillcncjob Kamil Sopko 2016-04-10 11:10:25 +02:00
  • fae9875dd8 remove unknown workaround Kamil Sopko 2016-04-10 11:09:26 +02:00
  • 4c20040fbe fix errors in tool selection Kamil Sopko 2016-04-09 12:48:32 +02:00
  • 5bd6432ead solve message in special tcl keywords used in wrong context as "unknown" Kamil Sopko 2016-04-06 11:20:53 +02:00
  • c2cdaaf452 fix display also for nonsignaled exceptions in execute_wrapper Kamil Sopko 2016-04-03 14:37:40 +02:00
  • b98954dccd fix error handling in signaled commands, error gets info about different scoup instead of true error Kamil Sopko 2016-04-03 14:20:50 +02:00
  • a4845d150e add important comment Kamil Sopko 2016-04-03 10:43:06 +02:00
  • d730335fed Merged in sopak/flatcam/tcl-commands (pull request #37) jpcgt 2016-03-31 13:46:34 -04:00
  • f4ef7baedb Merge branch 'merge-tcl-commands' of https://bitbucket.org/sopak/flatcam into tcl-commands Kamil Sopko 2016-03-31 18:03:48 +02:00
  • e941e55a4a show ui.shell_dock instead of shell during tests Kamil Sopko 2016-03-31 17:29:11 +02:00
  • b333d136b5 merge changes from master cleanups and prepare for pull request Kamil Sopko 2016-03-31 17:16:14 +02:00
  • e1e33e09e0 Merged jpcgt/flatcam into master Kamil Sopko 2016-03-31 16:58:02 +02:00
  • b1f2b680e3 Fixes #198 Juan Pablo Caram 2016-03-25 22:00:05 -04:00
  • 05a9e05c97 Removed background highlighting in shell. Juan Pablo Caram 2016-03-25 21:28:02 -04:00
  • f543dca448 Merged in sopak/flatcam/dockable-shell (pull request #36) jpcgt 2016-03-25 16:57:12 -04:00
  • 80d6c657d5 merge changes from master merge dockable shell Kamil Sopko 2016-03-25 13:56:18 +01:00
  • 5ec25ebea6 remove blank line Kamil Sopko 2016-03-25 12:24:57 +01:00
  • 4a57e437fc Implement shell window as dockable Kamil Sopko 2016-03-25 12:16:54 +01:00
  • 23827451e1 Merged jpcgt/flatcam into master Kamil Sopko 2016-03-25 11:14:26 +01:00
  • f61aa397d4 fix test hanging for shell Kamil Sopko 2016-03-25 11:12:43 +01:00
  • 2082446ab0 tweak signal handling Kamil Sopko 2016-03-25 00:59:02 +01:00
  • cac2f74be2 fix pydevd_failed typo and it was not reset to True Kamil Sopko 2016-03-24 23:23:27 +01:00
  • e96ee1af29 merge new pull requests from FlatCAM->master implement executing of tasks inside worker thread cleanups, reimplement Isolate/New/OpenGerber as OOP style Shell commands disable edit during shell execution, show some progress add ability for breakpoints in other threads and only if available add X11 safe flag, not sure what happen on windows Kamil Sopko 2016-03-24 23:06:44 +01:00
  • a520729444 Complete implementation of blocking mechanism waiting for signal. See #196. Juan Pablo Caram 2016-03-24 16:06:44 -04:00
  • b0575a1c34 Tidying up imports. Juan Pablo Caram 2016-03-24 15:44:22 -04:00
  • 39b849119e Merged jpcgt/flatcam into master Kamil Sopko 2016-03-24 15:05:03 +01:00
  • d010fa27cf Merge remote-tracking branch 'origin/master' Juan Pablo Caram 2016-03-23 14:59:24 -04:00
  • 95676f21e2 Blocking in shell functions. Correctly report exceptions in threads. See #196. Juan Pablo Caram 2016-03-23 14:58:53 -04:00
  • ed7b352c6a Merged in grbd/flatcam (pull request #35) jpcgt 2016-03-23 12:02:24 -04:00
  • 790f53dd55 Blocking in shell functions. Test for exception handling. See #196. Juan Pablo Caram 2016-03-23 11:06:48 -04:00
  • 039a2dd4dc Made scale_factor optional for cli, added more comments, removed redundant code grbd 2016-03-22 23:22:02 +00:00
  • ee43d8b920 Additional fixes for export size and flattening the geometry list grbd 2016-03-22 18:56:04 +00:00
  • a2a1a08e3d This adds a bunch of fixes when exporting svg's from geom's or cncjobs generated from drill files, also adds support for exporting drill files directly as svg's, and should capture any objects that use list within the solid_geometry attribute grbd 2016-03-22 09:54:57 +00:00
  • 10e9fa74c3 Added some additional checks for the types when exporting, and additional comments grbd 2016-03-22 02:25:07 +00:00
  • 532a821c76 Fixed the colors with svg exports from cnc jobs for Visicut grbd 2016-03-21 21:46:29 +00:00
  • 17b4edb94b Fixed the scaling issues with the svg export grbd 2016-03-21 19:34:33 +00:00
  • b272329384 Initial scaling fixes for svg export grbd 2016-03-21 17:25:46 +00:00
  • a5ff8c574a Added initial svg export functionality grbd 2016-03-21 11:38:14 +00:00
  • 980638630d cleanups implement TclCommand.TclCommandSignaled as proof of concept (not usefull) bypass using threads within obj.generatecncjob(use_thread = False, **args) reimplement some more shell commands to OOP style Kamil Sopko 2016-03-19 15:13:07 +01:00
  • 0f463a1fc2 Merged master into tcl-errors Kamil Sopko 2016-03-18 11:16:47 +01:00
  • ec60f9ecf3 Merged jpcgt/flatcam into master Kamil Sopko 2016-03-18 11:15:49 +01:00
  • 7b29c52951 Merge branch 'master' of https://bitbucket.org/jpcgt/flatcam Juan Pablo Caram 2016-03-17 17:35:13 -04:00
  • a6f150a01d Blocking in shell functions. See #196. Juan Pablo Caram 2016-03-17 17:33:34 -04:00
  • 78854f7fe0 fix ordering in naming arguments and help Kamil Sopko 2016-03-17 12:14:12 +01:00
  • 2e51c1e9cd hide showing 'None' if command end sucessfully Kamil Sopko 2016-03-17 10:54:01 +01:00
  • cd6700152c draft for reimplementation of tcl commands to separated files/modules Kamil Sopko 2016-03-16 18:57:43 +01:00
  • 4df46df19b remove line fix crazzy selfness ;)... Kamil Sopko 2016-03-11 20:32:48 +01:00
  • fd1c8afef9 implement basic set of tests for tcl_shell, need to be completed Kamil Sopko 2016-03-11 01:50:12 +01:00
  • e2eb5f293a Merged jpcgt/flatcam/master into tcl-errors Kamil Sopko 2016-03-10 22:23:01 +01:00
  • c03dbb5122 Merged jpcgt/flatcam into master Kamil Sopko 2016-03-10 22:21:58 +01:00
  • cfabb3856e Merged in sopak/flatcam/fix-test-flow (pull request #33) jpcgt 2016-03-10 15:47:46 -05:00
  • f645dba041 update formating Kamil Sopko 2016-03-10 21:45:47 +01:00
  • 3bb2cfbc22 fix gcode verification in tests Kamil Sopko 2016-03-10 19:01:07 +01:00
  • e11d1f2329 Merged jpcgt/flatcam/master into consolidate Kamil Sopko 2016-03-10 18:55:43 +01:00
  • a038d4a79e Merged jpcgt/flatcam into master Kamil Sopko 2016-03-10 18:55:25 +01:00
  • 6b527fa256 example howto handle Exceptions in shell Kamil Sopko 2016-03-10 16:01:50 +01:00
  • 9dc1b48d45 Merged in sopak/flatcam/tcl-errors (pull request #32) jpcgt 2016-03-10 09:40:42 -05:00
  • 4f2f989bdf set rules for TCL shell commands implement TCL shell rules for: drillcncjob, millholes(renamed from drillcncjobgeometry), exteriors, interiors, isolate Kamil Sopko 2016-03-07 11:05:42 +01:00
  • 8855a3ffdb Merged consolidate into tcl-errors Kamil Sopko 2016-03-07 10:00:34 +01:00
  • 5bd10f7489 Merged master into consolidate Kamil Sopko 2016-03-07 09:59:41 +01:00
  • e0a55b7ef0 Merged jpcgt/flatcam into master Kamil Sopko 2016-03-07 09:59:22 +01:00
  • 0f438db833 Several PEP8 cleanups in shell commands. jpcgt 2016-03-03 14:51:36 +00:00
  • a59ca94c0b Merged in sopak/flatcam/tcl-errors (pull request #31) jpcgt 2016-03-03 09:35:25 -05:00
  • e3c43f6de1 remove Empty line Kamil Sopko 2016-03-02 00:49:51 +01:00
  • b4abef8317 remove Empty line Kamil Sopko 2016-03-02 00:46:23 +01:00
  • a8159dee16 "return -code error XXX" display error in better way Kamil Sopko 2016-03-02 00:45:49 +01:00
  • 3fd9b361b8 implement raiseTclError and as example use it in drillcncjob Kamil Sopko 2016-03-02 00:41:54 +01:00
  • 2cc3d811c5 remove duplicity when print error Kamil Sopko 2016-03-01 18:22:57 +01:00
  • fd869ad88c remove raise, it does not kill app, but raise is unnecessary here Kamil Sopko 2016-03-01 18:15:38 +01:00
  • 3878ddb782 display more precise answer if something in TCL shell fail Kamil Sopko 2016-02-29 22:22:23 +01:00
  • 0f83e9e5be Merged master into consolidate Kamil Sopko 2016-02-29 22:07:24 +01:00
  • 83c24ec61d Merged jpcgt/flatcam into master Kamil Sopko 2016-02-29 22:05:32 +01:00
  • ced43df1bc Catch when recent file type is not supported. See #192. Juan Pablo Caram 2016-02-29 14:18:50 -05:00
  • 0cc60576ab Reverted changes to read_form_item(). See #193. Juan Pablo Caram 2016-02-29 13:59:20 -05:00
  • 3280427894 Merged in sopak/flatcam/cncjob-multidepth (pull request #30) jpcgt 2016-02-25 13:12:28 -05:00
  • dc374a8233 remove blank line Kamil Sopko 2016-02-25 16:33:44 +01:00
  • 26189960ff update help Kamil Sopko 2016-02-25 16:31:57 +01:00
  • c23450a68e Merged in sopak/flatcam/kamil_combo1 (pull request #29) jpcgt 2016-02-25 09:18:24 -05:00
  • 9420aaad60 add multidepth and depthperpass to cncjob shell command Kamil Sopko 2016-02-25 00:03:19 +01:00
  • ea25b739e3 Merged in aligndrill-fix (pull request #4) Kamil Sopko 2016-02-24 22:47:50 +01:00
  • 3011c6d2ce Merged in merge-excellons (pull request #3) Kamil Sopko 2016-02-24 22:46:00 +01:00
  • e154e961fe Merged in subtract-polygons (pull request #2) Kamil Sopko 2016-02-24 22:43:50 +01:00
  • ba94aef069 fix aligndrill and also logicical errors in it Kamil Sopko 2016-02-24 22:37:23 +01:00
  • c3e544ac6c FlatCAMObj - to_form,read_form,read_form_item cleanups for better debuging and cleanup Excellon merge method FlatCAMApp - fix accidentall delete issue, change calling to understand FlatCAMObj changes Kamil Sopko 2016-02-23 12:21:57 +01:00
  • a3ccbac362 add set_all_inactive and set_inactive, to be able deselect objects mainly to avoid accidental delete Kamil Sopko 2016-02-23 12:00:30 +01:00
  • a827e184b7 rename del_polygon to subtract_polygon correctly modify current geometry and dont leave it as path fix shellcommands to follow new names tweak geocutout to be able cut 8 gaps Kamil Sopko 2016-02-23 00:23:27 +01:00
  • 23d5d7bd64 aligndrillgrid - fix offset direction -5 should be -x axis Kamil Sopko 2016-02-22 11:19:30 +01:00
  • f119f4de03 implement command aligndrillgrid, which creates grid of holes to bed Kamil Sopko 2016-02-22 10:50:06 +01:00
  • 1d663c4efe allow use aligndrill also for geometries Kamil Sopko 2016-02-21 17:39:26 +01:00
  • f73c1b81dc implement some new shell commands, which helps panelize milling operations Kamil Sopko 2016-02-21 17:21:51 +01:00
  • 62816a614e OK python does not allow overloading for methods Kamil Sopko 2016-02-21 17:17:05 +01:00
  • 84322882e9 fix FlatCamObj.offset - offset does not work on joined geometries, if tree was not flat it send list into affinity.translate. Kamil Sopko 2016-02-21 17:03:59 +01:00
  • 14be36f277 Revert "README.md edited online with Bitbucket" Kamil Sopko 2016-02-20 13:41:16 +01:00