Marius Stanciu
|
7607aad8d8
- added protection against entering float numbers with comma separator instead of decimal dot separator in key points of FlatCAM (not everywhere)
|
7 lat temu |
Marius Stanciu
|
de7e41991d
- fixed a source of possible errors in DetachableTab Widget.
|
7 lat temu |
Marius Stanciu
|
d5853722c3
- updated the camlib.CNCJob.scale() function so now the GCode is scaled also (quite a HACK :( it will need to be replaced at some point)). Units change work now on the GCODE also.
|
7 lat temu |
Marius Stanciu
|
3c355f72be
- added a parameter ('Fast plunge' in Edit -> Preferences -> Geometry Options and Excellon Options) to control if the fast move to Z_move is done or not
|
7 lat temu |
Marius Stanciu
|
4441e40042
- fixed postprocessor files to work with toolchange_xy parameter value = None (no values in Edit - Preferences fields) - actual fix
|
7 lat temu |
Marius Stanciu
|
7bc806f1dc
- fixed unit conversion functions in case the toolchange_xy parameter is None
|
7 lat temu |
Marius Stanciu
|
7e5ce009d8
- added a traceback report in the TCL Shell for the errors that don't allow creation of an object; useful to trace exceptions/errors
|
7 lat temu |
Marius Stanciu
|
5a0390f2a4
- fixed the scale, mirror, rotate, skew functions to work with Geometry Objects of multi-geometry type.
|
7 lat temu |
Marius Stanciu
|
f6271033b3
- fixed issue in Tool Calculators when a float value was entered starting only with the dot.
|
7 lat temu |
Marius Stanciu
|
8145ff9aac
- fixed the FlatCAMGerber.merge() function
|
7 lat temu |
Marius Stanciu
|
4f7b2bbb34
- added options for trace segmentation that can be useful for auto-levelling (code snippet from Lei Zheng from a rejected pull request on FlatCAM https://bitbucket.org/realthunder/ )
|
7 lat temu |
Marius Stanciu
|
f553f2b35a
- deleted junk folders
|
7 lat temu |
Marius Stanciu
|
6673c4f608
- fixed 'grbl_laser' postprocessor bugs (missing functions)
|
7 lat temu |
Marius Stanciu
|
7c301922db
- added a new postprocessor file named 'line_xyz' which have x, y, z values on the same GCode line
|
7 lat temu |
Marius Stanciu
|
7ea6ee4a85
- fixed the HPGL code geometry rendering when travel
|
7 lat temu |
Marius Stanciu
|
b9cbe97f4d
- fixed display HPGL code geometry on canvas
|
7 lat temu |
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 lat temu |
Marius Stanciu
|
ddf4884051
- fixed cutting from copper features when doing Gerber isolation with multiple passes
|
7 lat temu |
Marius Stanciu
|
3ea1f4e62c
- fixed cncjob TclCommand - it used the default values for parameters
|
7 lat temu |
Marius Stanciu
|
e48d2d2f49
-clean-up before merge
|
7 lat temu |
Marius Stanciu
|
421e9766ea
-clean-up before merge
|
7 lat temu |
Marius Stanciu
|
14477f4db4
- the main issue was the modules that I imported. It was the FlatCAMObj.py
|
7 lat temu |
Marius Stanciu
|
74104ec19f
- modified the pull request to include along the flipX, flipY commands
|
7 lat temu |
Marius Stanciu
|
d4331b49bc
Merged in marius_stanciu/flatcam_mpl/load_gerber_with_zero_value (pull request #83)
|
7 lat temu |
Marius Stanciu
|
da9f890c39
Merged master into Port_to_Python3k
|
7 lat temu |
Marius Stanciu
|
eb0637c5bb
- minor PEP changes
|
7 lat temu |
Marius Stanciu
|
a4bbb98bf1
- converted from Python2 code to Python3 code
|
7 lat temu |
Marius Stanciu
|
b8a8cfe1fd
- added support for Gerber files that have apertures with size zero
|
7 lat temu |
Juan Pablo Caram
|
62f0662083
Support to mill all holes from the command line. Fixes #218.
|
8 lat temu |
Juan Pablo Caram
|
fb6e1135e9
Added comments.
|
9 lat temu |