Commit Graph

2442 Commits

Author SHA1 Message Date
Marius Stanciu d51146e53b Merged in marius_stanciu/flatcam_beta/Beta (pull request #268)
Beta - bug fixes
2019-12-18 15:55:25 +00:00
Marius Stanciu 4efc453b84 - fixed a bug in the new feature 'extra buffering'
- fixed the creation of CNCJob objects out of multigeo Geometry objects (objects with multiple tools)
- optimized the NCC Tool
2019-12-18 17:53:41 +02:00
Marius Stanciu a8d4c592c2 - improved the loading of Config File by using the advanced code editor 2019-12-18 04:26:20 +02:00
Marius Stanciu 53ac15de97 Merged in marius_stanciu/flatcam_beta/Beta (pull request #267)
Beta - Jump To improvements
2019-12-18 02:02:31 +00:00
Marius Stanciu 1f33220bab - the Jump To function reference is now saving it's last used value
- added the ability to use the Jump To method in the Gerber Editor
2019-12-18 04:01:25 +02:00
Marius Stanciu 36d1d0fff7 Merged in marius_stanciu/flatcam_beta/Beta (pull request #266)
Beta - improvements in the Gerber parser
2019-12-18 01:24:27 +00:00
Marius Stanciu e745f3f836 - added new parameters to improve Gerber parsing
- small optimizations in the Preferences UI
2019-12-18 03:14:17 +02:00
Marius Stanciu bf0d5ee7e6 Merged in marius_stanciu/flatcam_beta/Beta (pull request #265)
Beta - fix for parsing Sprint Layout Gerber that has copper pour ON
2019-12-17 15:39:01 +00:00
Marius S 0b50734578 - fixed issue #347 - a Gerber generated by Sprint Layout with copper pour ON will not have rendered the copper pour 2019-12-17 17:37:18 +02:00
camellan 762e460614 Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2019-12-17 19:23:56 +04:00
Marius Stanciu ab87531a09 Merged in marius_stanciu/flatcam_beta/Beta (pull request #263)
Beta - update
2019-12-17 13:20:39 +00:00
Marius Stanciu 994fa65e96 - fixed bug saving the FlatCAM project saying the file is used by another application 2019-12-17 15:19:09 +02:00
Marius Stanciu 0e3a9f0795 - more mods to generate_from_geometry_2() method 2019-12-17 15:11:08 +02:00
cmstein f7dd9eb896 Merged in cmsteinBR/flatcam/Beta (pull request #261)
Update in pt_BR
2019-12-17 12:52:37 +00:00
Marius Stanciu 4a8a980cde - added ability to save the Source File as PDF - fixed page size and added line breaks 2019-12-17 14:47:44 +02:00
Marius Stanciu 82f0c40ff8 - fixed the generate_from_geometry_2() method to use the default values in case the parameters are None 2019-12-17 13:26:09 +02:00
Marius Stanciu 2565dd75f1 - added ability to save the Source File as PDF (still have to adjust the page size) 2019-12-17 03:42:24 +02:00
Marius Stanciu 4ac5f8e239 - made sure that if in Gerber UI the isolation is made with a V-Shape tool then the tool type is automatically updated on the generated Geometry Object 2019-12-17 02:44:24 +02:00
Marius Stanciu 730d4364c9 Merged in marius_stanciu/flatcam_beta/Beta (pull request #262)
Beta - tools mods; GUI mods
2019-12-16 23:55:44 +00:00
Marius Stanciu b159548872 - modified QValidator in FCDoubleSpinner() GUI element to allow entering the minus sign when the range maximum is set as 0.0; also for positive numbers allowed entering the symbol plus 2019-12-17 01:53:58 +02:00
Marius Stanciu 74b3a38a71 - more optimizations in NCC Tool
- optimizations in Paint Tool
- maximum range for Cut Z is now zero to deal with the situation when using V-shape with tip-dia same value with cut width
2019-12-17 01:38:39 +02:00
cmstein dcd46d8c37 Update in pt_BR 2019-12-16 16:33:16 -03:00
Marius Stanciu 14204e3c30 - fixed the line endings for setup_ubuntu.sh 2019-12-16 21:26:11 +02:00
Marius Stanciu 999837a9cd Merged in marius_stanciu/flatcam_beta/Beta (pull request #260)
Beta - some fixes to the hpgl preprocessor
2019-12-16 19:21:21 +00:00
Marius Stanciu f857326687 - fixed GCode generated with HPGL preprocessor to output only integer coordinates
- fixed the HPGL2 import parsing for absolute linear movements
2019-12-16 21:20:08 +02:00
Marius Stanciu 23785aefd0 Merged in marius_stanciu/flatcam_beta/Beta (pull request #259)
beta 8.991 fix HPGL preprocessor
2019-12-16 18:33:17 +00:00
Marius Stanciu 0574f7a039 - fixed the CNCJob geometry created with HPGL preprocessor 2019-12-16 20:32:00 +02:00
Marius Stanciu 1048bf5649 Merged in marius_stanciu/flatcam_beta/Beta (pull request #258)
Beta
2019-12-16 17:57:33 +00:00
Marius Stanciu 435648171e - fixed the HPGL preprocessor 2019-12-16 19:56:24 +02:00
Marius Stanciu 6744d9ae07 - updated the preprocessor files 2019-12-16 19:24:50 +02:00
Marius Stanciu 9d76e75f19 Merged in marius_stanciu/flatcam_beta/Beta (pull request #257)
Beta - new jump_to
2019-12-16 15:36:51 +00:00
Marius Stanciu d256c99385 - made sure that in Geometry Editor the self.app.mouse attribute is updated with the current mouse position (x, y) 2019-12-16 17:33:58 +02:00
Marius Stanciu b8b6d776e9 - some small changes in the FlatCAMGeoemtry.on_tool_add() method 2019-12-16 16:58:48 +02:00
Marius Stanciu 6c2d628c6c - fixed the Defaults upgrade overwrting the new version number with the old one
- fixed issue with clear_polygon3() - the one who makes 'lines' and fixed the NCC Tool
2019-12-16 14:52:58 +02:00
Marius Stanciu 414b96015c - modified the Jump To method such that now allows relative jump from the current mouse location 2019-12-16 04:27:32 +02:00
Marius Stanciu 82c9377a37 - in Geometry Editor added support for Jump To function such as that it works within the Editor Tools themselves. For now it works only in absolute jumps 2019-12-16 03:16:57 +02:00
Marius Stanciu ed46d4f195 Merged in marius_stanciu/flatcam_beta/Beta (pull request #256)
BETA build 8.99
2019-12-15 22:38:58 +00:00
Marius Stanciu 45892c8a90 - updated all the translation PO files and the POT file
- RELEASE 8.99
2019-12-16 00:21:55 +02:00
Marius Stanciu 63901ec1b1 Merged in marius_stanciu/flatcam_beta/Beta (pull request #255)
Beta -> RELEASE 8.99
2019-12-15 22:14:11 +00:00
Marius Stanciu 7ad091e163 - modified the export_gcode() method and the preprocessors such that the preprocessors now have the information if to include the gcode header
- RELEASE 8.99
2019-12-16 00:12:04 +02:00
Marius Stanciu 2d54664342 Merged in marius_stanciu/flatcam_beta/Beta (pull request #254)
Beta 8.99 - build attempt
2019-12-15 15:28:17 +00:00
Marius Stanciu 0eabc57e70 - fixed some issues with the recent preparation for dark icons resource usage
- added a new preprocessor file contributed by Daniel Friderich and added fixes for it
- RELEASE 8.99
2019-12-15 17:26:56 +02:00
camellan 0452474a50 Merge branch 'Beta' of bitbucket.org:camellan/flatcam into Beta 2019-12-15 18:47:06 +04:00
camellan e86eba0a07 Edit Russian translation 2019-12-15 18:46:38 +04:00
Camellan b28a691c74 jpcgt/flatcam/Beta слито с Beta 2019-12-15 18:45:10 +04:00
Marius Stanciu 9074e65f7a Merged in marius_stanciu/flatcam_beta/Beta (pull request #253)
Beta v8.99 release
2019-12-15 14:42:45 +00:00
Marius Stanciu ba3a6138dc - fixed a typo
- fixed layout on first launch of the app
- RELEASE 8.99
2019-12-15 16:40:37 +02:00
Marius Stanciu 8361ee7897 - prepared the application for usage of dark icons in case of using the dark theme
- updated the languages
- RELEASE 8.99
2019-12-15 16:28:36 +02:00
Marius Stanciu ca4c7b245f - added a script to remove the bad profiles from resource pictures. From here: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile/43415650, link mentioned by @camellan (Andrey Kultyapov) 2019-12-15 14:26:41 +02:00
Marius Stanciu bcd553c5c7 - deleted the 'dark' icons; they require more attention for another time 2019-12-15 02:45:15 +02:00