Search found 27 matches

by WarrenkCash
Sat Jul 30, 2022 11:44 pm
Forum: Path/CAM
Topic: LibLathe - Lathe Path Generation
Replies: 202
Views: 64486

Re: LibLathe - Lathe Path Generation

If you want to go an extra step you can learn to git squash commits down in to one commit. If that's a lot ATM, then the merge developer can do it for you. I have downloaded Github desktop and fumbled through using the help and got to a squash commit button but it did not seem to do anything maybe ...
by WarrenkCash
Fri Jul 29, 2022 1:12 am
Forum: Path/CAM
Topic: LibLathe - Lathe Path Generation
Replies: 202
Views: 64486

Re: LibLathe - Lathe Path Generation

I follow the above advice as best as I could. The PR is ready for review. The status at the top of page seems to be WarrenKCash wants to merge 3 commits into FreeCAD:master from WarrenKCash:master I did see somewhere ready for review which makes sense as this is my first PR. https://github.com/FreeC...
by WarrenkCash
Thu Jul 28, 2022 8:41 am
Forum: Pull Requests
Topic: Turning Addon PathOpGui.py
Replies: 2
Views: 7065

Turning Addon PathOpGui.py

I edited PathOpGui.py as it was not allowing me to create lath paths with the turning addon. I was asked to create a pull request. After a couple of hours of reaserch I think the pull request is done. I created a fork of freecad and changed PathOpGui.py . Origional obj = res.objFactory(res.name, obj...
by WarrenkCash
Thu Jul 28, 2022 7:03 am
Forum: Path/CAM
Topic: LibLathe - Lathe Path Generation
Replies: 202
Views: 64486

Re: LibLathe - Lathe Path Generation

I think the pull request is done. I created a fork of freecad and changed PathOpGui.py . Origional obj = res.objFactory(res.name, obj=None, parentJob=res.job) edited obj = res.objFactory(res.name, obj=None) I created a pull request and had an option to merge as it didn't affect anything in the main ...
by WarrenkCash
Thu Jul 28, 2022 2:49 am
Forum: Path/CAM
Topic: LibLathe - Lathe Path Generation
Replies: 202
Views: 64486

Re: LibLathe - Lathe Path Generation

I will look into it and give it a go. I will be asking for help if I get suck.
by WarrenkCash
Wed Jul 27, 2022 4:20 am
Forum: Path/CAM
Topic: LibLathe - Lathe Path Generation
Replies: 202
Views: 64486

Re: LibLathe - Lathe Path Generation

I was getting the same error as runryder. The fix for me was to edit PathOpGui.py. I changed line 1378 lo read as below obj = res.objFactory(res.name, obj=None) For my system the path to the file was /home/warrenkcash/snap/freecad/common/Mod/Path/PathScripts/PathOpGui.py I also found the square tool...
by WarrenkCash
Mon Jun 20, 2022 12:52 am
Forum: Path/CAM
Topic: Work Coordinate Systems or WCS
Replies: 3
Views: 862

Re: Work Coordinate Systems or WCS

I have played with this for now while now. My solution for now is to change the Fixtrue.py to accept a string which I turn into a list in the post. I did try a list but found it troublesome fro me at the moment. A string or list could be auto filled from a user file for any WCS format but then you h...
by WarrenkCash
Fri Jun 17, 2022 2:53 am
Forum: Path/CAM
Topic: Work Coordinate Systems or WCS
Replies: 3
Views: 862

Work Coordinate Systems or WCS

Hello everyone. FreeCAD's built in list of job based select-able WCS's [G53,G54,G55] etc seems to be hard coded somewhere other than the python files. My Anilam control uses G53Ox for the WCS. That is G53 the letter O not Zero and x being 1 to 99. With FreeCAD and Python there is always a way around...
by WarrenkCash
Sat Jun 04, 2022 10:01 am
Forum: Path/CAM
Topic: Inspect G-code dialog make moveable
Replies: 9
Views: 1146

Re: Inspect G-code dialog make moveable

I have tried the GNOME Tweaks tool... Windows -> Attach Modal Dialogues -> Off As suggested by jescombe on my Ubuntu machine and it allows me to move the dialog out of the way but does not let me interact with the model. With the modified PathInspect.py the dialog stays on top of the main window but...
by WarrenkCash
Fri Jun 03, 2022 9:35 pm
Forum: Path/CAM
Topic: Inspect G-code dialog make moveable
Replies: 9
Views: 1146

Re: Inspect G-code dialog make moveable

Hello everyone. I am on Ubuntu. I wil try the Gnome fix. Thanks for the tip jescombe .I also forgot the about info. OS: Ubuntu Core 20 (ubuntu:GNOME/ubuntu) Word size of FreeCAD: 64-bit Version: 2022.531.14555 (Git shallow) Build type: Release Branch: (HEAD detached at 2022.05.31-edge) Hash: 36367ce...