How to raise z-axis for tool change

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
jb_CNC
Posts: 4
Joined: Fri Sep 17, 2021 3:33 pm

How to raise z-axis for tool change

Post by jb_CNC »

Hi,

How does one program FreeCAD Path to raise the Z axis after I've manually zero'd the endmill to the starting position/origin or to change tool bits?

I'm using a Shapeoko CNC router for reference.

FreeCad Version 0.19
chrisb
Veteran
Posts: 54150
Joined: Tue Mar 17, 2015 9:14 am

Re: How to raise z-axis for tool change

Post by chrisb »

If you zero manually, you must have the tool already inserted. For the intermediate tool changes the tools is raised to the clearance height. See the section "Heights and depths" in the Path Workbench wiki.

If you need something else: You can always insert a custom command.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
GeneFC
Veteran
Posts: 5373
Joined: Sat Mar 19, 2016 3:36 pm
Location: Punta Gorda, FL

Re: How to raise z-axis for tool change

Post by GeneFC »

Depending on your physical setup it may be easiest to just jog the control to raise the z.

The FreeCAD Path gcode will automatically bring the tool back down to the clearance height when you are ready to start the next job or continue with the existing job. If your zeroing process was properly recorded by the machine controller this should work perfectly.

Otherwise, just do what Chris said.

Gene
jb_CNC
Posts: 4
Joined: Fri Sep 17, 2021 3:33 pm

Re: How to raise z-axis for tool change

Post by jb_CNC »

chrisb wrote: Fri Sep 17, 2021 8:19 pm If you zero manually, you must have the tool already inserted. For the intermediate tool changes the tools is raised to the clearance height. See the section "Heights and depths" in the Path Workbench wiki.

If you need something else: You can always insert a custom command.
Thanks for your assistance.
jb_CNC
Posts: 4
Joined: Fri Sep 17, 2021 3:33 pm

Re: How to raise z-axis for tool change

Post by jb_CNC »

GeneFC wrote: Fri Sep 17, 2021 8:57 pm Depending on your physical setup it may be easiest to just jog the control to raise the z.

The FreeCAD Path gcode will automatically bring the tool back down to the clearance height when you are ready to start the next job or continue with the existing job. If your zeroing process was properly recorded by the machine controller this should work perfectly.

Otherwise, just do what Chris said.

Gene
Thanks for your input.
spanner888
Posts: 326
Joined: Tue May 28, 2019 10:51 am

Re: How to raise z-axis for tool change

Post by spanner888 »

Some of the Post Processors have a Tool change option eg grbl has --tool-change.

Double click on the Job, select the Output tab, then hover your mouse over Arguments field to see all the options for the selected Post Processor.
Post Reply