Commit Graph

3476 Commits

Author SHA1 Message Date
giuliof d9fdbc7279 Readme more readable, added virtualenv explanation. 2021-12-29 22:15:53 +01:00
giuliof 33cc1cb564 Fixed requirements.txt for virtualenv setup. 2021-12-14 20:04:48 +01:00
Emily Ellis d4f941335c Merged in Beta (pull request #344)
ezdxf recently removed the Vector alias for Vec3, update to support that

Approved-by: Marius Stanciu
2021-08-26 10:21:28 +00:00
Emily Ellis e821072d57 ezdxf recently removed the Vector alias for Vec3, update to support that 2021-08-25 21:25:10 -04:00
Adam Coddington a64d01b55c Merged in fixes_for_millslots (pull request #343)
Fixes for TclCommandMillSlots
2021-04-05 17:10:31 +00:00
Maksym Stetsyuk 5d45994877 Merged in Beta (pull request #340)
Issue-495: milling drills issue

Approved-by: Marius Stanciu
2021-04-05 17:10:11 +00:00
Adam Coddington 8f22fe7e5c Replicating fixes from TclCommandMillDrills.
TclCommandMillSlots was clearly based upon TclCommandMillDrills,
and several fixes have been received over the last year for
TclCommandMillDrills that are also necessary for this command.

See these commits for the fixes applied here:

- 0488337672
- 980339e917
- 40f5bf9c12
2021-02-23 13:44:55 -08:00
Adam Coddington bd40265bf4 Do not ignore the name requested by the caller. 2021-02-23 13:44:05 -08:00
Peter Nitschneider ff7d4f51e2 Merged in Beta (pull request #342)
Fix panelize excellon object type
2021-02-22 09:34:10 +00:00
Bogusz Jagoda cc520baf4d Merged in Beta (pull request #341)
TclCommandAlignDrill and TclCommandPaint related fixes (keys in structs, method passing as ints)
2021-02-22 09:30:26 +00:00
Peter Nitschneider 7c40afc094 Fix panelize excellon object type 2021-02-21 11:28:06 +01:00
Gobol 29c973bb2e - correction of tool key (string to int) in tclcommandaligndrill.py
- correction of "method" selection (ints 0..4 as in combobox.get_value() instead of strings) in tclcommandpaint.py
2021-02-20 20:49:06 +01:00
Maksym Stetsyuk d7acfee0ce 1. Issue when importing Vector from ezdxf module; 2. KeyError when clicking on Excellon Properties: format expects floating point not string; 3. KeyError when clicking 'Mill Drills': JSON stringified integer keys 2021-01-24 18:38:12 -05:00
Leandro Heck 19561cb936 Merged in Beta (pull request #337)
Beta
2021-01-05 15:56:46 +00:00
Leandro cfadb817c5 Use the new name instead of the old one 2021-01-05 12:41:58 -03:00
Leandro 91c1889faa Fix missing module 2021-01-05 12:30:31 -03:00
Leandro e60ef95e62 Fix identation 2021-01-05 12:30:04 -03:00
Marius Stanciu 2398cb2f0b ToolShell.py edited online with Bitbucket
Tab fixed.
2021-01-04 19:54:31 +00:00
Andre Spahlinger e5110818b1 Merged in FeatureTclShellScriptName (pull request #336)
Make scriptname into tcl available via info script
2021-01-04 14:10:40 +00:00
uenz 0d27e30c14 undone changes 2021-01-04 14:50:32 +01:00
uenz ad417f5009 Use new variable to store script filename 2021-01-03 14:37:32 +01:00
uenz 694e278c0c Reverted changes 2021-01-03 14:31:18 +01:00
uenz 25785393fc Cleanup 2021-01-03 13:31:57 +01:00
Andre Spahlinger ab4f646638 Merged in FixTclCommandDrillcncjob (pull request #334)
Bug fix for TclCommandDrillcncjob
2021-01-02 15:16:15 +00:00
Andre Spahlinger 80311ecb8a Merged in FixTlxCommandMillDrills (pull request #332)
Fix for TclCommandMillDrills
2021-01-02 15:10:48 +00:00
Andre Spahlinger 4674227e63 Merged jpcgt/flatcam:Beta into uenz1/flatcam:FixTclCommandDrillcncjob 2021-01-02 14:23:06 +00:00
Andre Spahlinger c7ed8914de Merged jpcgt/flatcam:Beta into uenz1/flatcam:FixTlxCommandMillDrills 2021-01-02 14:20:39 +00:00
uenz eb5c6490f7 Make scritname int tcl available via info script 2021-01-01 22:26:29 +01:00
uenz 0488337672 Fix in tooldia acces in tool dict 2020-12-31 21:18:32 +01:00
Hans Boot 1902575b93 Merged in Beta (pull request #335)
#481: Some modules missing in setup_ubuntu.sh
2020-12-31 17:40:47 +00:00
hans boot 80e13df819 this seemed needed for Ubuntu 20.04 LTS 2020-12-31 18:24:32 +01:00
Andre Spahlinger 62dbc47d4c Merged in FeatureToolShell (pull request #333)
Make font size in TCL Shell changable
2020-12-31 04:04:40 +00:00
uenz 3284469168 Fix for errors in TclCommandDrillcncjob 2020-12-29 23:42:05 +01:00
Andre Spahlinger 691bce1c9f Merged jpcgt/flatcam:Beta into uenz1/flatcam:FixTlxCommandMillDrills 2020-12-29 20:52:14 +00:00
uenz e5a3f79bef Take fontsize from config textbook_font_size 2020-12-29 13:48:49 +01:00
Andre Spahlinger 90b96f7be4 Merged in FixTclCommandNew (pull request #331)
FixTclCommandNew (Issue #478)
2020-12-29 09:36:03 +00:00
uenz d8880653a4 Removed debug output 2020-12-28 22:27:03 +01:00
uenz 980339e917 Fixed TclCommandMillDrills 2020-12-28 22:21:33 +01:00
uenz 911f2d3b51 Fixed call of on_file_new 2020-12-28 21:15:27 +01:00
Dmitriy Klabukov 8f88fb2749 Merged in Dmitriy-Klabukov/fix-for-exception-while-merging-excellon-1608664398630 (pull request #330)
Fix for exception while merging excellons if there is no slots in second one
2020-12-25 17:46:03 +00:00
Dmitriy Klabukov 4abeb7e539 Fix for exception while merging excellons if there is no slots in second one 2020-12-22 19:13:26 +00:00
Robert Niemöller a8a2f6b0e9 Merged in Beta (pull request #329)
Several bugfixes in the beta branch found while using scripts

Approved-by: Marius Stanciu
2020-11-08 15:56:38 +00:00
Robert Niemöller 97e179140c Description for TCL command SplitGeometry updated 2020-11-07 23:24:07 +01:00
Robert Niemöller c4c1c87d53 TCL command SplitGeometry added 2020-11-07 23:14:18 +01:00
Robert Niemöller 40f5bf9c12 Workaround: Could not use tcl command mill drills 2020-11-07 23:14:00 +01:00
Robert Niemöller 36bfcdce6f Bugfix for tcl command NCC method 2020-11-07 23:13:20 +01:00
Robert Niemöller 72945bcda8 Bugfix for NCC on gerber with gerber as reference 2020-11-07 23:12:29 +01:00
Robert Niemöller 1a22ba7688 Bugfix when using NCC on multigeo 2020-11-07 23:11:15 +01:00
Robert Niemöller 84e8d3b8c3 Merge remote-tracking branch 'upstream/Beta' into Beta 2020-11-07 10:59:11 +01:00
Marius Stanciu 415716cffb Merged marius_stanciu/flatcam_beta/Beta into Beta
Beta 8.994 RELEASE
2020-11-07 07:02:56 +02:00