Use when calculating CNC speeds and feeds, selecting cutting tools, referencing G-code commands, looking up material cutting data, or computing machining parameters.
CNC machining reference — speeds & feeds calculator, toolpath strategies, G-code command reference, material cutting data, and machining parameter computation.
Calculate spindle speed (RPM) and feed rate.
bash scripts/script.sh speeds-feeds 10 80 0.05 3
Toolpath strategy reference (adaptive, pocket, contour, etc.).
bash scripts/script.sh toolpath
bash scripts/script.sh toolpath adaptive
G-code and M-code command reference.
bash scripts/script.sh gcode
bash scripts/script.sh gcode G02
Material cutting data — recommended SFM, chipload, depth of cut.
bash scripts/script.sh materials
bash scripts/script.sh materials aluminum
General machining calculations (MRR, power, time).
bash scripts/script.sh calculate mrr 10 2 0.5 800
bash scripts/script.sh calculate power 50 1500
Show all commands.
bash scripts/script.sh help