Error when loading tool

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
Nilton
Posts: 4
Joined: Thu Dec 02, 2021 1:16 pm

Error when loading tool

Post by Nilton »

Hi everyone,

Thanks in advance for attention, I´m new in freecad and my apologies if my question is fool!

I starting with a panel 3D finnished (.step format). I get load the model, but when finishing doing a whatever freecad job shows a error:

"
10:01:43 Error loading tool: 45degree_chamfer.fctb : Expecting ',' delimiter: line 11 column 5 (char 267)Error loading tool: 45degree_chamfer.fctb : Expecting ',' delimiter: line 11 column 5 (char 267)Error loading tool: 45degree_chamfer.fctb : Expecting ',' delimiter: line 11 column 5 (char 267)
"

I saw in documentation about change tools parameters, but in my machine doesn´t show the diamenter colum .... look the my screen...
bug_freecad.png
bug_freecad.png (84.21 KiB) Viewed 590 times

I´m running freecad with:
OS: Windows 10 Version 1909
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24291 (Git)
Build type: Release
Branch: releases/FreeCAD-0-19
Hash: 7b5e18a0759de778b74d3a5c17eba9cb815035ac
Python version: 3.8.6+
Qt version: 5.15.2
Coin version: 4.0.1
OCC version: 7.5.0
Locale: Portuguese/Brazil (pt_BR)
User avatar
Roy_043
Veteran
Posts: 8450
Joined: Thu Dec 27, 2018 12:28 pm

Re: Error when loading tool

Post by Roy_043 »

There is indeed an error in the 45degree_chamfer.fctb file in V0.19. There is a comma missing at the end of line 10. This was fixed in V0.20. See attached file.
Attachments
45degree_chamfer.fctb
(320 Bytes) Downloaded 13 times
Nilton
Posts: 4
Joined: Thu Dec 02, 2021 1:16 pm

Re: Error when loading tool

Post by Nilton »

Wow !!! Thank you Roy_043, so I´ll change for 0.20 release :D :D :D :D !
Post Reply