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
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
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
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