Commit Graph

3474 Commits

Author SHA1 Message Date
sliptonic
98d4042b29 Threadmilling translation cleanup 2022-01-22 14:20:53 -06:00
sliptonic
d2eb487f7e import error 2022-01-22 13:11:46 -06:00
sliptonic
4072fcebf5 Drilling translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
49eaadcd25 black 2022-01-22 13:11:46 -06:00
sliptonic
17182b1c71 Vcarve translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
16d9727283 Black 2022-01-22 13:11:46 -06:00
sliptonic
833edf1e8b AxisMap dressup translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
7c1c32dc8f black 2022-01-22 13:11:46 -06:00
sliptonic
f3d2578dfd ZCorrect translation cleanup 2022-01-22 13:11:46 -06:00
sliptonic
b6a8bcb375 Merge pull request #5405 from sliptonic/feature/helix_refactor
[Path] Feature/helix refactor
2022-01-22 13:09:36 -06:00
sliptonic
32cb66ae0e Merge pull request #5410 from sliptonic/bug/translateDeburr
[Path] Bug/translate deburr, fixture, inspect, probe
2022-01-22 13:00:34 -06:00
sliptonic
b64e7c6600 Unit test breaks due to tolerance issue. Disable this test 2022-01-22 08:54:42 -06:00
sliptonic
7f2aee5128 translation cleanup
fix context for deburr enums

deburr translation cleanup

enums
2022-01-21 10:54:34 -06:00
sliptonic
783518dd34 black reformat 2022-01-21 10:54:34 -06:00
sliptonic
b0ece7585a fixture command fix 2022-01-21 10:54:34 -06:00
sliptonic
8cef4621c7 translation cleanup (probe)
PathLog missing import

command name
2022-01-21 10:54:31 -06:00
sliptonic
09e0b28e8d black reformat 2022-01-21 10:54:31 -06:00
sliptonic
ade415421d translation cleanup (PathInspect) 2022-01-21 10:54:31 -06:00
sliptonic
0bf7f96f84 black reformat 2022-01-21 10:54:31 -06:00
sliptonic
8223aff5a2 fix bug with extraoffset not stored 2022-01-21 09:21:11 -06:00
sliptonic
73b3afe05d translation cleanup 2022-01-21 09:20:57 -06:00
sliptonic
f99639f2fe Tweaks 2022-01-20 18:24:56 -06:00
sliptonic
7f79b8cd13 remove deprecated code 2022-01-20 17:41:15 -06:00
sliptonic
5be4570d12 add a material allowance property 2022-01-20 17:38:52 -06:00
sliptonic
6bdb86fcef black reformat 2022-01-20 17:26:42 -06:00
sliptonic
a6c4dfa66d Helix refactor for generator 2022-01-20 17:26:30 -06:00
sliptonic
ac4978cbf9 translation fixes 2022-01-20 17:17:29 -06:00
sliptonic
55a49e1db6 helper to split arcs 2022-01-20 11:40:37 -06:00
sliptonic
62a9ee4241 add helper to discretize arc gcode to G1 2022-01-20 11:40:37 -06:00
sliptonic
10f5c694b7 fix typo 2022-01-20 11:40:37 -06:00
sliptonic
dc1a491473 Add property to split arcs into G1/G0 segements 2022-01-19 14:00:55 -06:00
sliptonic
d53bb5ebca fix missing test import 2022-01-19 13:50:54 -06:00
sliptonic
2640fea282 basic retraction handling 2022-01-19 13:19:10 -06:00
sliptonic
a13c003e66 cleanup for readability. More forgiving of input.
Move to center if possible before retract
2022-01-19 13:19:10 -06:00
sliptonic
60f304bf15 Added another test to drill generator and corresponding test case 2022-01-19 13:19:10 -06:00
sliptonic
199e5264cd helix generator shouldn't assume flip.
shortend test case
2022-01-19 13:18:15 -06:00
Russell Johnson
e6631679cc Path: Append unit tests for helix generator 2022-01-19 13:18:15 -06:00
sliptonic
7e1b4cb291 Helix Generator and Testing 2022-01-19 13:18:15 -06:00
luz paz
a78ecef545 Path: fix minor typo [skip ci] 2022-01-19 13:39:58 -05:00
sliptonic
e0a59129cf cleanup imports
Remove py2 test for Queue.
2022-01-16 13:16:23 -06:00
sliptonic
d21b1921aa Remove deprecated code 2022-01-16 13:06:33 -06:00
sliptonic
d121e27694 rename function.
'job' has a meaning in Path.  sort_jobs doesn't sort jobs, it sorts hole locations.
2022-01-16 12:57:49 -06:00
sliptonic
ad296ee060 Refactor filter arcs.
Slightly more readable.  Avoids error with missing variable.
2022-01-16 12:39:39 -06:00
sliptonic
f737930d2f Test case for filterArcs 2022-01-16 12:37:14 -06:00
sliptonic
97e9438960 Removed F words.
Various fixes from code review
2022-01-16 09:50:06 -06:00
sliptonic
95a83c811b fix feedrate update
Fix machinestate to handle drill moves and tests
move feed and rapid declarations to PathGeom
2022-01-15 15:36:12 -06:00
sliptonic
18582ff9af Make CircularHoleBase use drillableLib
debugs

remove deprecated PathUtils.isDrillable

drillableLib cmake

make PathProfile use new drillableLib
2022-01-15 15:34:17 -06:00
sliptonic
69d2ce2501 Helpers and tests
Drillable lib and Tests
2022-01-15 15:27:53 -06:00
sliptonic
d42f8af3a0 Refactor PathDrilling to user generator
Uses the drill generator.
centralizes feed rate assignment
Tracks current machine position with MachineState
2022-01-15 15:27:53 -06:00
sliptonic
4ae8f300f1 Drill Generator and testing 2022-01-15 15:27:53 -06:00