Tools, old Tool, new ToolBit and other fun stuff

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
roerich_64
Veteran
Posts: 1465
Joined: Thu May 21, 2015 7:00 pm
Location: Ostfriesland

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by roerich_64 »

Have make a litte Video:
https://www.youtube.com/watch?v=7Spknv4a4gE

Walter
Die Liebe wird siegen, denn sie ist unzerstörbar :) ;)
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by mlampert »

chrisb wrote: Thu Jan 02, 2020 11:48 pm
memfis wrote: Thu Jan 02, 2020 9:31 pm and I think it would be wise to set zero in the z-axis of the tool model at the tip of the cutter, not at the tip of the shank.
I don't think so at all. When you have different tools, they would have different zeros ;) .
I can argue either way, it seems most ppl intuitively see the tip as 0/0/0 (assuming the bit has a tip). In practice it turns out to not make much difference - due to having the actual shape available one can always get the other side by checking the BoundBox. Having said that, so far a lot more ppl voted for tip == origin - so we'll probably change that.
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by mlampert »

roerich_64 wrote: Fri Jan 03, 2020 12:02 am Have make a litte Video:
https://www.youtube.com/watch?v=7Spknv4a4gE

Walter
Thanks - that is quite interesting, although the experimental features seem to be enabled in the preferences they are

Code: Select all

not activated
.
If experimental features is enabled you should see 2 additional commands in the toolbox for PathArea internals:
Capture.PNG
Capture.PNG (20.43 KiB) Viewed 1166 times

This could be if you only just enabled them and haven't restarted FC afterwards, unfortunately that is required. If that is not the case, is there any output in the report view about warnings or infos?
User avatar
roerich_64
Veteran
Posts: 1465
Joined: Thu May 21, 2015 7:00 pm
Location: Ostfriesland

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by roerich_64 »

Have restart FreeCAD many times ;-)
bar.jpg
bar.jpg (192.43 KiB) Viewed 1162 times
Die Liebe wird siegen, denn sie ist unzerstörbar :) ;)
mlampert
Veteran
Posts: 1772
Joined: Fri Sep 16, 2016 9:28 pm

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by mlampert »

Code: Select all

import PathScripts.PathPreferences as PathPreferences
PathPreferences.experimentalFeaturesEnabled()
Can you post the output of these commands from the python console?
User avatar
roerich_64
Veteran
Posts: 1465
Joined: Thu May 21, 2015 7:00 pm
Location: Ostfriesland

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by roerich_64 »

Hmm,

also i have installed the new 3D-surface files from russel... But his additional botton comes also not:
bar_I.jpg
bar_I.jpg (187.7 KiB) Viewed 1159 times
Die Liebe wird siegen, denn sie ist unzerstörbar :) ;)
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by chrisb »

In the user.cfg file you should have something like this:

Code: Select all

          <FCParamGroup Name="Path">
            ...
            <FCBool Name="EnableExperimentalFeatures" Value="1"/>
            ...
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
roerich_64
Veteran
Posts: 1465
Joined: Thu May 21, 2015 7:00 pm
Location: Ostfriesland

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by roerich_64 »

False:
bar_II.jpg
bar_II.jpg (202.99 KiB) Viewed 1157 times
Die Liebe wird siegen, denn sie ist unzerstörbar :) ;)
chrisb
Veteran
Posts: 54302
Joined: Tue Mar 17, 2015 9:14 am

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by chrisb »

Do these additional icons depend on opencamlib?
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
roerich_64
Veteran
Posts: 1465
Joined: Thu May 21, 2015 7:00 pm
Location: Ostfriesland

Re: Tools, old Tool, new ToolBit and other fun stuff

Post by roerich_64 »

bar_III.jpg
bar_III.jpg (195.36 KiB) Viewed 1156 times
Die Liebe wird siegen, denn sie ist unzerstörbar :) ;)
Post Reply