What's new
Fantasy Football - Footballguys Forums

Welcome to Our Forums. Once you've registered and logged in, you're primed to talk football, among other topics, with the sharpest and most experienced fantasy players on the internet.

I need a crash couse for 1 hour in C++ programming. I have a CNC machine and a program. Willing to compensate you for your time (1 Viewer)

CNC machine tools typically use "G Code" for their motion, not C++. The former specifies linear, radial, and other "canned cylces" that are typical for milling, turning, grinding, tapping, etc. C++ is a general purpose object oriented programming language that uses a complier to make executable programs for a variety of target devices (PCs, embedded microcontroller, servers, etc).

Why do you need a C++ program for a CNC machine tool?
 
Yea if you need G code help, that is pretty easy to get someone up to speed - assuming you have a workable CAM program that creates the code
 
Yea if you need G code help, that is pretty easy to get someone up to speed - assuming you have a workable CAM program that creates the code
You can learn the basic syntax of G Code without any CAM software. Now, getting the machine to make the cuts you want without crashing the tool, that's another story. Watch out for those G00 moves...
 

Users who are viewing this thread

Top