Skip to main content

how to build the CNC Machine, and to install the Cam software Mach3

The machine we will use will be to create routers from plastic but while before that we will use wood to try to make a circle design with it and below there will be information about the CNC 3040T machine that we will be using and the features and specification will be shown below.

CNC 3040T Router Engraver Engraving Drilling and Milling Machine 3Axis
CNC3040 is suitable for Industry, Technology Research,Advertising Design,Arts Creation,Teaching,Student Project and Hobby Purposes.3040 USB CNC engraver is a desktop CNC machine and designed for processing Industrial or Hobby Prototype Building, Building Model Making,PCB,Advertising Signs,Artwork,Crafts,Aircraft Models,RC Model parts,etc.So,you can do engraving work at office or home.

Feature:
Supports DXF files generated by CAD software; PLT / HPGL
Support tool change (need their own research)
Support line cutting (self-study required)
Support for knife function
Support homing function
Support spindle switching control, water, spray control
It supports all the features of custom keyboard shortcuts
Support breakpoint continued carving capabilities
Can control the engraving more precise
Specification:
Max.workpiece dimension:70mm
Work table dimension:320mm*530mm
Frame materials:aluminum alloy 6063 and 6061
Stepping motor type:57 two-phase 1.8A
Spindle speed:500~8000PRM/Min
Principal axis collet:ER11 /3.175 mm
Repeat accuracy:0.05mm
Spindle precision:radial beat acuities 0.03 mm
Control unit:triaxial one-piece drive + ring variable power + PWM speed
Carving Instructions:G-code/.tab /.nc / .ncc/.txt
Communication interface:through parallel connection with computer
Software environment:Windows 2000 / xp
Maximum speed:0-4000mm/mi
Carving speed:300-2500mm/min

  • Effective working travel : 275(X)*385(Y) * 60(Z)mm.
  • Driving units X Y Zaxis: 1204 trapezoidal screws;Sliding units X Y Zaxis: Dia.16mm 16mm 12mm chrome plate shafts
  • The updated wood engraving machine is equipped with USB Port Can be controlled not only by desktop computer,also suitable for laptop
  • This CNC3040 can engrave much more materials by spiral flute bits, such as metal, steel, MDF board, solid wood, composite board plywood, stone
  • This engraving machine is designed for processing Industrial or hobby prototype building, building model making, PCB, advertising Signs, artwork, crafts, aircraft models, RC model parts, etc.

Link of the CNC machine bought by the company:
https://www.amazon.co.uk/FORAVER-Engraving-Machine-Drilling-Milling/dp/B07GB99WGK/ref=asc_df_B07GB99WGK/?tag=googshopuk-21&linkCode=df0&hvadid=309084212386&hvpos=1o1&hvnetw=g&hvrand=1950440262019027011&hvpone=&hvptwo=&hvqmt=&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy=1007200&hvtargid=pla-741393792615&th=1



Pictures of the Mach3 software and it shows the router image in Gcode






The installing of the mach3
The manual found for the installation of the mach3 software was found by searching online and found that there are instructions in YouTube that shows you how to do the installation of the software

link of YouTube video used for the installation:
https://www.youtube.com/watch?v=Z5za4GxOZHE

Youtube video that tells you how to do the calibration of the Mach3 software:
https://www.youtube.com/watch?v=v5_bzkhU3JQ




Comments

Popular posts from this blog

Investigation

Now we have to investigate the relating methods and topics that possibly help us find a solution. The goal is to find the most efficient way to bring low volume, accurate, fast turn around manufacturing in house. 4 axis CNC Milling/Routing: CNC stands for Computer numerical control. Numerical control is the automated control of machining tools and 3D printers by means of a computer. An NC machine alters a blank piece of material (plastic or thermoformed plastic ) to meet precise specifications by following programmed instructions and without a manual operator. Computer Numerical Control is different from typical PCs in the type of software used to control the machine, which is specially customized and programmed with G-Code — a specific CNC machine language that allows precise control of features like speed, location, coordination and feed rate. A 4-axis CNC machine operates on the X,Y and Z axes like a 3-axis machine, but it also includes rotation around the X-axis, whi...

Types of CNC used

5 different types of CNC softwares have been used: Mach3, Mach4, USB CNC Controller and PlanetCNC Mach3 Mach3 CNC Controller software will convert your PC into a fully functional 6 axis CNC Controller. Mach3 is one of the most popular CNC Controllers for both DIY and Industrial machines. Mach3 works on most Windows PC’s to control the motion of motors (stepper & servo) by processing G-Code. Mach3 is a feature rich program which is also easy to use. It works with other programs and will import DXF files, generate G-Code, fully customizable. Works with CNC Routers, Milling Machines, Lathes, Plasma Cutters and Lasers. Mach4 Mach4 is completely new software with less than 1% of the programming code in common with Mach3. It was written from the ground up to be expandable, flexible, and extremely responsive for use with very large files. Mach3 was designed for simple hobby machines and still serves this purpose well.  When quality, speed, and the ability to use or le...

CNC Programming

What is CNC? CNC  – Computer Numerical Control – Taking digitized data, a computer and CAM program  is used to control, automate, and monitor the movements of a machine. ... The  CNC  controller  works  together with a series of motors and drive components to move and control the machine axes, executing the programmed motions. What type of file do CNC machines uses? Every CNC setup is different, but there are general file formats that most machines support. The commonly accepted CAD formats for CNC machines: AI, PDF, DXF, DWG (for 2D files) STL, OBJ, DXF, STEP, IGES, DWG, 3DM (for 3D files) Steps to Create a CNC Drawing Creating a CNC program is a three phase process: 1. The part is drawn in a CAD(Computer Aided Design) drawing program such as AutoCAD.  2. Then a CAM (Computer Aided Manufacturing) program is used to convert the CAD drawing to G-Code. 3. Lastly, the G-code controls the CNC mill as it makes the part.  ...