Convert 3dmax object into GCode using MAXSCRIPT for Shapeoko Milling

Today i’ll explain how to use maxscript to transfer any 3D model to generate GCode out of it.

Gethub Source Files: GitHub - HMI1973/Shapeoko-3d-max-script: convert 3d object to gcode
you can view demo video here for the milling https://youtu.be/iRbLDFfGRTc

Parameters Explanation:

Driller Size: this indicate the size of the cutting bit in mm, this used to configure the width of the paths
Moving speed: this to configure the GCode to move the head with mm/s speed
Driller speed: if your driller (spindle) uses TTL to control it’s speed -M command- this you could configure the driller to rotate at that speed (RPM).

For laser cut i’ll upload another video shortly

This is interesting as I have 3dsmax myself.