Tuesday, February 11, 2020

madCAM 6 SR 11

Multithreading: Now support for up to 64 toolpath calculation threads. madCAM is using multithreading for faster toolpath calculations on multi-core cpus.



Toolpath linking: New optimized toolpath linking algorithm with multicore support for faster toolpath calculations.



Inverse Time Feed: madCAM supports simultaneous 4-axis and 5-axis post processor output with or without TCP. If not having TCP (Tool Center Point Control) in the machine, madCAM will handle the position and orientations for the machine's linear and rotary axes transformations. madCAM also supports inviese time feed (G93) in 4-axis and 5-axis. 

:
:
*CUTTER_REFERENCE*
TIP
*TOOLPATH_OUTPUT*
TRANSFORM
*INVERSE_TIME_FEED_MAX*
1000000
*INVERSE_TIME_FEED_ON*
G93
*INVERSE_TIME_FEED_OFF*
G94

*RAPID*
G00"x""y""z""a"
*END_SECTION*

*RAPID_APPROACH*
"x""y""z""a"
*END_SECTION*

*RAPID_RETRACT*
G00"x""y""z""a"
*END_SECTION*

*APPROACH*
G01"x""y""z""a" F"feedz"
*END_SECTION*

*FIRST_CUT*
G01 "inverse_time_feed_on" "x""y""z""a" F"feed"
*END_SECTION*

*LAST_CUT*
G01"x""y""z""a" F"feed"
"inverse_time_feed_off"
*END_SECTION*
:
: