Search found 15 matches

by stefan.maechler
Wed Jan 27, 2021 7:51 am
Forum: Path/CAM
Topic: Exception During Creation of a Simple Copy
Replies: 10
Views: 1421

Re: Exception During Creation of a Simple Copy

@sliptonic: have you seen my proposal for this issue? https://github.com/machste/FreeCAD/commit/4cdabc3cac4d844856d4fefe6eb7bcd7d406dca5 If you like I could do a pull request. @herbk: A question about at general: Is there a reason at all to keep it? I'd rather keep it. Especially, in cases where a p...
by stefan.maechler
Tue Jan 26, 2021 8:16 am
Forum: Path/CAM
Topic: Exception During Creation of a Simple Copy
Replies: 10
Views: 1421

Re: Exception During Creation of a Simple Copy

Hi everyone, as herbk stated that it works for him, I briefly tested it with the latest FreeCAD version, however, the Simple Copy feature still fails with the very same exception. 08:56:16 Running the Python command 'Path_SimpleCopy' failed: Traceback (most recent call last): File "C:\Users\Ste...
by stefan.maechler
Tue Jan 26, 2021 7:34 am
Forum: Path/CAM
Topic: Exception During Creation of a Simple Copy
Replies: 10
Views: 1421

Re: Exception During Creation of a Simple Copy

Yes, of course! Would be helpful, wouldn't it. ;-) OS: Windows 10 (10.0) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.23058 (Git) Build type: Release Branch: master Hash: 6e60870ebcb2df018adb7a1281c00dde87750f11 Python version: 3.8.6 Qt version: 5.12.5 Coin version: 4.0.0 OCC v...
by stefan.maechler
Mon Jan 25, 2021 11:28 am
Forum: Path/CAM
Topic: Exception During Creation of a Simple Copy
Replies: 10
Views: 1421

Exception During Creation of a Simple Copy

Hi everybody, I encountered a problem whilst creating a simple copy of one of my paths. As described in the Wiki, I selected the path I intended to copy and pressed the Simple Copy button. Unfortunately, this resulted in the following exception: Running the Python command 'Path_SimpleCopy' failed: T...
by stefan.maechler
Mon Jan 25, 2021 10:25 am
Forum: Path/CAM
Topic: Failure creating job using template [closed]
Replies: 21
Views: 2405

Re: Failure creating job using template [closed]

Hi Chris, that's a good idea. I just tried it with the result that FreeCAD still raises the same exception at the same place and thus the template couldn't be loaded. The 'user.cfg' has been created by FreeCAD as expected. However, I couldn't find the path in question in the config file. So it must ...
by stefan.maechler
Sun Jan 24, 2021 7:02 am
Forum: Path/CAM
Topic: Failure creating job using template [closed]
Replies: 21
Views: 2405

Re: Failure creating job using template [closed]

Hi Gene, well, I just had a look at the 'user.cfg' file. Basically, all paths except the 'MacroPath' use UNIX style paths with forward slashes. Thanks to the Python interpreter this works. However, I've never edited the 'user.cfg' file with a text editor. So, FreeCAD must have put the wrongly format...
by stefan.maechler
Fri Jan 22, 2021 11:21 am
Forum: Path/CAM
Topic: Failure creating job using template [closed]
Replies: 21
Views: 2405

Re: Failure creating job using template [closed]

Hi everybody, I have the same problem on Windows 10, in my opinion, it has something to do with the default path of the templates. On Windows systems the templates are saved under: C: \U sers\Name\AppData\Roaming\FreeCAD\Macro The '\U' part in the path causes the exception: ("(unicode error) 'u...
by stefan.maechler
Thu Dec 17, 2020 7:36 am
Forum: Path/CAM
Topic: Remove the check for parallel edges for the slot operation
Replies: 18
Views: 1590

Re: Remove the check for parallel edges for the slot operation

Hi jbraun, well, that's in line with the experience I had with the pocket operation. Unlike you, I made the slot a little wider. The downside with the pocket operation, though, is that the milling bit moves forwards and backwards through the material. By the way, I don't know this ****360, I'm "...
by stefan.maechler
Wed Dec 16, 2020 10:21 pm
Forum: Path/CAM
Topic: Remove the check for parallel edges for the slot operation
Replies: 18
Views: 1590

Re: Remove the check for parallel edges for the slot operation

Hi everybody, as I mentioned in an earlier post I played a bit with the slot operation in order to generate a path for an ordinary slot made by the slot tool in the sketcher. I improved my original FreeCAD example and added another slot, see PathWB-Slot-v2.FCStd. * Selecting the two walls of the slo...
by stefan.maechler
Wed Dec 16, 2020 9:07 pm
Forum: Path/CAM
Topic: Remove the check for parallel edges for the slot operation
Replies: 18
Views: 1590

Re: Remove the check for parallel edges for the slot operation

Hi jbraun,

that's a smart workaround. Thank you for bringing this up. I can imagine using this for compatibility reasons as well.

On the other hand, if there is a tool designated to make slots, it should be possible to use it accordingly.

Stefan