Marius Stanciu
|
4d9ff1c134
- fixed an issue when multi depth step is larger than the depth of cut
|
6 lat temu |
Marius Stanciu
|
ba1e0bc94b
- fixed Tcl Command CncJob
|
6 lat temu |
Marius Stanciu
|
eedfb56bf5
- fixed minor issues
|
6 lat temu |
Marius Stanciu
|
883e1ca837
- fixed bug in Excellon parser for the Excellon files that do not put the type of zero suppression they use in the file (like DipTrace eCAD)
|
6 lat temu |
Marius Stanciu
|
97e262e47c
- changed some debug messages in camlib.py and in FlatCAMObj.py
|
6 lat temu |
Marius Stanciu
|
b20203eace
- moved the initialization of the FlatCAM editors after a read of the default values. If I don't do this then only at the first start of the application the Editors are not functional as the Editor objects are most likely destroyed
|
6 lat temu |
Marius Stanciu
|
9205dd61f8
- fixed error when creating CNCJob due of having the annotations disabled from preferences but the plot2() function from camlib.CNCJob class still performed operations who yielded TypeError exceptions
|
6 lat temu |
Marius Stanciu
|
0131fb7700
- fixed error when creating CNCJob due of having the annotations disabled from preferences but the plot2() function from camlib.CNCJob class still performed operations who yielded TypeError exceptions
|
6 lat temu |
Marius Stanciu
|
bc6b2666cd
- added estimated time of routing for the CNCJob and added travelled distance parameter for geometry, too
|
6 lat temu |
Marius Stanciu
|
eb385c1b28
- made sure that if multi depth is choosed when creating GCode then if the multidepth is more than the depth of cut only one cut is made (to the depth of cut)
|
6 lat temu |
Marius Stanciu
|
c886e3300c
- added the Slot Type parameter for exporting Excellon in Edit -> Preferences -> Excellon -> Export Excellon. Now the Excellon object can be exported also with drilled slot command G85
|
6 lat temu |
Marius Stanciu
|
04bc1ba013
- fixed bug in camlib.Gerber.parse_lines() Gerber parser where for Allegro Gerber files the Gerber units were incorrectly detected
|
6 lat temu |
Marius Stanciu
|
fd104eee55
- done regression to solve the bug with multiple passes cutting from the copper features (I should remember not to make mods here)
|
6 lat temu |
Marius Stanciu
|
cf8a277825
- trying to fix reported bugs
|
6 lat temu |
Marius Stanciu
|
89717642ed
- fixed bug that created a choppy geometry for CNCJob when working in INCH
|
6 lat temu |
Marius Stanciu
|
fd948cc2c8
- replaced setFixedWidth calls with setMinimumWidth
|
6 lat temu |
Marius Stanciu
|
5a141ad115
- fixed issue in the isolation function, if the isolation can't be done there will be generated no Geometry object
|
6 lat temu |
Marius Stanciu
|
afdff59aff
- made sure that if using an negative Gerber isolation diameter, the resulting Geometry object will use a tool with positive diameter
|
6 lat temu |
Marius Stanciu
|
c6e3176ac3
- in Basic mode, the tool type column is no longer hidden as it may create issues when using an painted geometry
|
6 lat temu |
Marius Stanciu
|
2797a58165
- fixed bug in FlatCAMObj.FlatCAMGeometry.ui_disconnect(); the widgets signals were not disconnected from handlers when required therefore the signals were connected in an exponential way
|
6 lat temu |
Marius Stanciu
|
6743927eb2
- more PEP8 corrections
|
6 lat temu |
Marius Stanciu
|
429753d211
- fixes issues with units conversion when the tool diameters are a list of comma separated values (NCC Tool, SolderPaste Tool and Geometry Object)
|
6 lat temu |
Marius Stanciu
|
68bdfaf062
- some GUI layout optimizations in Edit -> Preferences
|
6 lat temu |
Marius Stanciu
|
0244c76605
- restored the FlatCAMObj.visible() to a non-threaded default
|
6 lat temu |
Marius Stanciu
|
1b0cf14ef7
- fixed bug in Gerber parser that made the Gerber files generated by Altium Designer 18 not to be loaded
|
6 lat temu |
Marius Stanciu
|
a106472900
- fixed the Edit -> Conversion -> Join ... functions (merge() functions)
|
6 lat temu |
Marius Stanciu
|
a5ffe475dd
- fixed bug in ToolCutout where creating a cutout object geometry from another external isolation geometry failed
|
6 lat temu |
Marius Stanciu
|
f06fec12ea
- added a new parameter in Edit -> Preferences -> CNCJob named Annotation Color; it controls the color of the font used for annotations
|
6 lat temu |
Marius Stanciu
|
2a30101bb0
- TclCommand Geocutout is now creating a new geometry object when working on a geometry, preserving also the origin object
|
6 lat temu |
Marius Stanciu
|
dca57edf24
- fixed text annotation for CNC job so there are no overlapping numbers when 2 lines meet on the same point
|
6 lat temu |