different feed rates with same tool?

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!
Post Reply
mclien1
Posts: 40
Joined: Tue Apr 08, 2014 6:26 pm

different feed rates with same tool?

Post by mclien1 »

I'm about to start my first part to be milled.
Since this will be the first go (for me and the machine) to go directly from freeCAD, my plan is/was as follows:

I generated a part with some cutting operations:
Material is pine wood and I have experience that the mill can handle feed rates of 3000mm/min for x/y and 1000mm/min for z.
- pocket, drill pockets, cut through, contour
My idea was to generate one job for all cuttings, but change the "stress" for the machine step by step.
- cutting the first pocket (2mm in final depth) with a 1mm step down and a feedrate of 500mm/min
-next pocket with something like 2mm stepdown and 1000mm/min
and so forth till I end up with cutting the outer line with 20mm stepdown and feed rates of 3000mm/min for x/y and 1000mm/min for z.

so whenever something strange is about to happen I can hit the big red button on the mill.

Is there a way to change the feedrates for each task inside a job?

and here is my freeCAD information:
OS: Debian GNU/Linux 9.5 (stretch)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.13541 (Git) AppImage
Build type: None
Branch: releases/FreeCAD-0-17
Hash: 9948ee4f1570df9216862a79705afb367b2c6ffb
Python version: 2.7.6
Qt version: 4.8.6
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
User avatar
sliptonic
Veteran
Posts: 3459
Joined: Tue Oct 25, 2011 10:46 pm
Location: Columbia, Missouri
Contact:

Re: different feed rates with same tool?

Post by sliptonic »

Yep. The usage of a physical tool in Path is called a 'tool controller' (TC) You can have any number of TCs in a job and each operation has to have one assigned.

So just create multiple TCs using the same physical tool. Configure each with the feed rate and spindle speed that you want and assign each one to the respective operation.
chrisb
Veteran
Posts: 54213
Joined: Tue Mar 17, 2015 9:14 am

Re: different feed rates with same tool?

Post by chrisb »

You can add the same tool twice with different parameters.

Edit: Sliptonic has a higher feed rate in answering.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
mclien1
Posts: 40
Joined: Tue Apr 08, 2014 6:26 pm

Re: different feed rates with same tool?

Post by mclien1 »

Ah, thanks to both of you. Now I'm getting it.

Plan so far: getting the gcode for my test done by tomorrow, milling test sunday. We'll see if I get something for the showcase (which doesn't include demaged machines or/and blood :mrgreen: )
Post Reply