- Status: open --> rejected
Richard Kenney wants to merge 106 commits from /u/richk1949/dxf2gcode/ to master, 2026-08-13
See comments to Merge Request #25
| Commit | Date | |
|---|---|---|
|
[030798]
(HEAD, qt6)
by
Fix incorrect enum change to ConfigWindow.Applied This is a class attribute of ConfigWindow, not a member of QDialog.DialogCode |
2026-08-13 19:49:32 | Tree |
| 2026-08-11 22:05:04 | Tree | |
|
[7944f4]
by
Make make_tr.py compatible with both PyQt5 and PyQt6 |
2026-08-11 19:58:06 | Tree |
|
[4a2594]
by
Make make_py_uic.py compatible with both PyQt5 and PyQt6 |
2026-08-04 22:43:29 | Tree |
|
[79402e]
by
Add conditional code to canvas3d.py and dxf2gcode.py to cover PyQt5 and PyQt6 |
2026-08-04 21:10:41 | Tree |
| 2026-08-04 20:49:16 | Tree | |
| 2026-08-04 20:13:20 | Tree | |
| 2026-08-04 20:11:27 | Tree | |
| 2026-08-04 20:08:19 | Tree | |
| 2026-08-04 20:02:15 | Tree | |
| 2026-08-03 23:25:16 | Tree | |
| 2026-08-03 22:09:39 | Tree | |
| 2026-08-03 20:42:27 | Tree | |
| 2026-08-03 20:26:23 | Tree | |
| 2025-02-13 17:41:13 | Tree | |
|
[e8dc58]
by
Changes to postprocessor configuration description according to: https://sourceforge.net/p/dxf2gcode/tickets/167/ |
2025-02-05 21:16:13 | Tree |
|
[932116]
by
Issue reported on https://www.ltspiceusers.ch/threads/misunderstanding-of-toolpath.3356/#post-6680 fixed by reducing eps for colinear lines. |
2024-11-02 16:00:32 | Tree |
| 2024-10-16 18:33:22 | Tree | |
|
[1e1dd8]
by
Update to fix problem with [tickets:#165] "name 'post_pro' is not defined" when using command line |
2024-10-16 18:16:59 | Tree |
| 2024-05-13 14:54:35 | Tree | |
|
[f105a0]
by
Fix NameError: name 'post_pro' is not defined - Fixes: - Removes superfluous executive bit in dxf2gcode.desktop - Bumps version to make available new zip file |
2024-05-09 06:31:03 | Tree |
|
[86e386]
by
Missed to commint one change in order not toe look on order of values. https://sourceforge.net/p/dxf2gcode/tickets/159/ |
2024-04-03 12:33:52 | Tree |
|
[f8fa24]
by
Changes in order to fix described issue: https://sourceforge.net/p/dxf2gcode/tickets/159/ |
2024-03-29 16:20:03 | Tree |
|
[85009f]
by
Changes to fix issue described in: https://sourceforge.net/p/dxf2gcode/tickets/159/ |
2024-03-29 16:19:03 | Tree |
| 2023-09-01 08:46:54 | Tree | |
| 2023-09-01 08:44:57 | Tree | |
| 2023-08-31 21:19:46 | Tree | |
|
[55a0fe]
by
Corrected the calculation for the angle between geometries in order to identify the sharpest angle. |
2023-08-31 08:55:39 | Tree |
|
[de3f68]
by
Added some preliminary changes in order to detect most sharp corner of a shape. |
2023-08-30 10:16:41 | Tree |
|
[44b33c]
by
Updated french translation according to e-mail from Georges Barnasson 10.10.20222 |
2023-05-29 09:21:44 | Tree |
|
[10dcfb]
by
Merged changes from: |
2023-05-06 09:06:29 | Tree |
|
[4d9f3c]
by
Updated the tolerance for finding intersections of splines in order to solve topic described in: |
2023-05-05 18:40:40 | Tree |
|
[11e785]
by
Updated selection model in order to avoid double klicking in view and treeview for selection. |
2023-04-13 13:30:35 | Tree |
| 2023-04-13 11:00:01 | Tree | |
|
[74ead2]
by
Update according to https://www.ltspiceusers.ch/threads/dxf2gcode-installer-f%C3%BCr-linux-user.1085/page-2#post-3753 |
2023-04-13 10:15:04 | Tree |
| 2023-02-08 18:50:43 | Tree | |
|
[179784]
by
Implemented request according to https://sourceforge.net/p/dxf2gcode/tickets/146/ |
2023-02-06 20:49:45 | Tree |
|
[b198ad]
by
Updated reload of shape not to create hash with full shape geometries list. Since in case of scaling / dragging / mirroring the geometries are changed and a reload ist not working with same hashes. Changed to use the shape.nr. |
2023-02-05 20:22:46 | Tree |
|
[970602]
by
Added a check, to verify all Arcs and closed shapes on Drill Layer. Otherwise not interpreted as drill |
2023-02-04 19:44:59 | Tree |
|
[dd1740]
by
Updated the layer control in order to format shapes which are on a DRILL Layer as Drill. |
2023-02-04 19:36:34 | Tree |
|
[45b479]
by
Corrected a failure which did lead to a crash of the window while dragging items. |
2023-02-04 19:21:00 | Tree |
| 2023-02-04 16:55:58 | Tree | |
|
[421e4b]
by
Updated the path for QTranslator for absolute path of executed file. Had issues that the relative path was not correct in visual studio editor. |
2023-02-04 16:02:01 | Tree |
| 2023-02-04 15:18:17 | Tree | |
| 2023-02-04 15:16:30 | Tree | |
| 2023-02-04 14:52:44 | Tree | |
| 2023-02-04 14:45:04 | Tree | |
|
[c44903]
by
Updated with changes required to make the translation and updated MSI release in my environment. |
2023-02-04 13:30:35 | Tree |
|
[49c745]
by
https://sourceforge.net/p/dxf2gcode/tickets/133/ |
2023-02-03 16:40:09 | Tree |
|
[da206b]
by
Update to have custom G-Codes possible in the postprocessor setting. Also integrated backward compatibility of the postprocessor. Refer to ticket: |
2023-02-03 16:38:48 | Tree |
| 2023-02-03 12:32:01 | Tree | |
| 2023-02-03 12:29:24 | Tree | |
|
[054f06]
by
Nr. 4 of suggestions added to code. Backward compatibility of config file also added. |
2023-02-03 11:58:12 | Tree |
|
[280d22]
by
Changes as proposed by ticket: Points 1-3, see comments of today. |
2023-02-03 10:50:34 | Tree |
|
[fe355c]
by
Introduced the new function to mirror all geometry on the X and Y axis according to reques: |
2023-02-03 10:12:03 | Tree |
|
[819364]
by
Update to fix issue discribred with ticket. HoleGeometry was not exported according to scaling. Now it should work as expected. https://sourceforge.net/p/dxf2gcode/tickets/145/ |
2023-02-02 18:34:16 | Tree |
| 2023-02-02 16:45:18 | Tree | |
|
[8a5b05]
by
Updated with changes according to ticket: |
2023-02-02 16:05:53 | Tree |
|
[569615]
by
Merged changes from: https://www.ltspiceusers.ch/threads/dxf2gcode-installer-f%C3%BCr-linux-user.1085/#post-3080 |
2022-12-10 10:24:07 | Tree |
|
[7e3572]
by
Merged changes from: https://www.ltspiceusers.ch/threads/dxf2gcode-installer-f%C3%BCr-linux-user.1085/#post-3080 |
2022-09-24 08:38:16 | Tree |
| 2022-05-19 19:18:14 | Tree | |
| 2022-05-19 05:50:50 | Tree | |
|
[017840]
by
Updated the treeview.py to include logging messages for debugging. May help to better understand the code for dag & drop. |
2022-05-18 15:56:49 | Tree |
|
[84b5e2]
by
Updated the treeview.py to include logging messages for debugging. May help to better understand the code for dag & drop. |
2022-05-04 17:58:32 | Tree |
| 2022-02-26 17:07:51 | Tree | |
| 2022-02-26 14:36:00 | Tree | |
| 2022-02-26 14:25:56 | Tree | |
| 2022-02-26 14:10:23 | Tree | |
|
[895837]
by
Updated About dialog according to proposal here: |
2022-02-26 13:55:05 | Tree |
| 2022-02-18 19:50:40 | Tree | |
| 2022-02-18 19:18:55 | Tree | |
|
[becbb2]
(dxf2gcode)
by
Renamed translation file according to discussion in forum: |
2022-02-06 16:46:34 | Tree |
|
[cc8d31]
by
Implemented the changes according to ticket: Added a correction in export. |
2022-02-02 17:19:17 | Tree |
|
[a0b456]
by
Implemented the changes according to ticket: |
2022-01-03 09:11:01 | Tree |
|
[a35445]
by
Implemented the request according to: This adds the possibility to start with the last used folders. |
2021-12-22 14:41:18 | Tree |
|
[714272]
by
Fix according to Issue here: |
2021-12-15 17:52:49 | Tree |
| 2021-12-12 12:51:54 | Tree | |
|
[fbccfd]
by
Corrected some issue with config file and also with the mill depth calcualtion for milling. |
2021-12-12 11:43:17 | Tree |
| 2021-05-20 14:26:03 | Tree | |
|
[fcf31b]
by
Fix drag & drop not working anymore in the treeview (QMimeData.setData() was expecting a QByteArray() and not a string) |
2020-08-26 00:37:33 | Tree |
| 2021-05-02 18:11:52 | Tree | |
|
[458e77]
by
Correction to mill already for the first path. this was wrong for last correction |
2021-05-02 17:30:28 | Tree |
|
[c6ccce]
by
Correction of cutter compensation done by dxf2gcode to consider direction and offset in the right direction. Refer to |
2021-05-02 17:21:44 | Tree |
|
[1e0a0b]
by
Include the Drill selection in a project file. |
2021-03-07 20:38:43 | Tree |
|
[153332]
by
Updated to be able to export a drill in a different way. |
2021-03-07 11:35:48 | Tree |
|
[874893]
by
Added the possibility to change existing closed ARC GEos (Which are |
2021-03-05 23:31:23 | Tree |
|
[67a72f]
by
Added some more improvement to make mill depth absolute and remove potential failures due to wrong sign. |
2021-02-04 08:05:17 | Tree |
| 2020-11-01 11:44:20 | Tree | |
| 2020-11-01 11:34:36 | Tree | |
| 2020-11-01 08:36:36 | Tree | |
|
[dd599c]
by
Added support for Unicode characters in layout names, block names etc. |
2020-04-05 21:20:41 | Tree |
| 2020-03-12 20:47:51 | Tree | |
|
[263227]
by
Found some issue in the shapeoffset.py which produced a out or range |
2020-03-12 18:57:29 | Tree |
|
[d16902]
by
Do NOT reset cutter compensation to 40 after loading project file! User has to set cutter compensation for every shape all over again after each reload! |
2020-03-09 21:18:47 | Tree |
|
[6a61b7]
by
Fixed a bug that would cause incorrect milling direction when using software cutter compensation (will be always CW, no matter if you change shape direction). |
2020-03-09 20:59:55 | Tree |
|
[4da0a9]
by
Fixed a bug in latest changes that manifests itself only with the 2D driver. |
2020-02-03 20:18:38 | Tree |
|
[3737ba]
by
Fixed bug in LWPOLYLINE shape loading. Bulges were wrongly attributed to the segment that was preceeding the really "bulged" segment. |
2020-02-02 21:55:18 | Tree |
|
[b02bb5]
by
Fixed a bug in ShapeOffset class that would refuse in some case to create a offset shape. |
2020-02-02 20:01:44 | Tree |
|
[34670f]
by
More conversions of __str__ to __repr__ as it allows easier debugging. |
2020-02-02 19:55:24 | Tree |
|
[a632b5]
by
Now after "set nearest point" operation the start moves will be correctly updated on the drawing |
2020-02-01 22:51:52 | Tree |
|
[086590]
by
Fixed a old nasty bug that would cause broken G-code export after invoking Shape.setNearestStPoint() |
2020-02-01 22:20:20 | Tree |
| 2020-02-01 21:31:30 | Tree | |
|
[706ed1]
by
Replaced __str__ with __repr__ which is similar, but allows printing lists of objects as well |
2020-02-01 21:30:34 | Tree |
| 2020-01-29 21:35:51 | Tree | |
|
[fe6c68]
by
Added all changes from following folder: https://github.com/SanZamoyski/dxf2gcode-pocketMill/tree/RC1 Thanks to San Zamoyski for this big improvement |
2020-01-29 21:34:10 | Tree |
|
[aa9883]
by
Added all changes from following folder: Thanks to San Zamoyski for this big improvement |
2020-01-29 21:23:48 | Tree |