bgbsww
|
64ecfe7a0e
|
Make python Regex Strings raw to avoid py3.12 SyntaxError
|
2024-09-30 17:42:49 +02:00 |
|
Adrian Insaurralde Avalos
|
7274dac185
|
CAM: apply precommit
|
2024-09-03 14:54:36 -04:00 |
|
Alex Facciorusso
|
43b6f57700
|
[cam] fixed tests and fixed dialogs cancel ignored
|
2024-08-17 12:30:58 -05:00 |
|
Alex Facciorusso
|
4b32ec1b28
|
Updated comment in CAM Path Utils
|
2024-08-17 12:30:58 -05:00 |
|
Alex Facciorusso
|
d3e92037b9
|
FIX: empty filename in CAM workbench saves to the current project folder
Previously, if the user didn't set a default gcode path, the file was saved to getcwd. Now, it attempts to take the active document's path first.
|
2024-08-17 12:30:58 -05:00 |
|
luzpaz
|
8a14a7d6f0
|
Path (and PathSimulator): Trim trailing Newlines
|
2024-07-14 09:26:15 +02:00 |
|
James Waples
|
7e62d07538
|
CAM: Rename CW/CCW to Climb/Conventional for consistency (#14364)
* Find and replace CW/CCW with Climb/Conventional
* Find and replace CCW/CW in CAM tests
* Find and replace in some UI files
|
2024-06-12 10:48:57 -05:00 |
|
LarryWoestman
|
9b528b0b43
|
CAM: Added tests for A, B, and C parameters to the linuxcnc post (#13702)
Also added code to keep A, B, C parameters from changing with --inches
Co-authored-by: LarryWoestman <LarryWoestman@users.noreply.github.com>
|
2024-05-06 11:08:43 -05:00 |
|
sliptonic
|
7d841c05f0
|
More work on unit tests
Avoid unnecessary reloads from disk
|
2024-05-04 08:24:00 -05:00 |
|
sliptonic
|
26e9d396d9
|
add generic post processor
|
2024-05-03 10:16:41 -05:00 |
|
sliptonic
|
205d6339cb
|
Make Job gui work with new PostProcessor class
|
2024-05-03 10:16:41 -05:00 |
|
sliptonic
|
0514163ec7
|
Major refactor on post stack
|
2024-05-03 10:16:41 -05:00 |
|
Dov Grobgeld
|
ff11cd25ee
|
Fix run time errors with python3.12 and pyside6 (#13337)
* Change pyopen=open expression to from builtins import open as pyopen
---------
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com>
|
2024-04-30 00:28:01 -04:00 |
|
bgbsww
|
19794498bb
|
Have grbl_post not write - file like other posts
|
2024-04-10 16:17:47 -04:00 |
|
Brad Collette
|
d041482ab7
|
move Path to CAM
|
2024-03-04 11:18:41 -06:00 |
|