20
Introduction to CNC with VCarve Pumping Station: One Updated 2016-07-02

with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Introduction to CNC with VCarve

Pumping Station: OneUpdated 2016-07-02

Page 2: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

What is CNC?

Computerized Numerical Control

Translation: Robot tools!

Page 3: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2
Page 4: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Scope of this class

3-axis routing with 2.5D designs● A 3D object with no overhangs● Continuous XY movements with discrete Z steps

Page 5: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

2.5D Examples

Page 6: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

ShopBot projects: what’s possible?

Page 7: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

X

Y

Z

The ShopBot’s 3 axes

Page 8: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Typical CNC workflow

Design

CADLine art

3D Model

CNC codeCAM

(Computer aided manufacturing)

MachineModel data

LayoutTooling

Feeds & Speeds

Page 9: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Typical CNC workflow

Design

CADLine art

3D Model

CNC codeCAM

(Computer aided manufacturing)

MachineModel data

LayoutTooling

Feeds & Speeds

VCarve’s capabilities

Page 10: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Other design software● CAD

○ Paid■ Inventor - @PS1■ Solidworks■ AutoCad

○ Free■ Fusion360 - @PS1■ OnShape■ SketchUp

… or anything that can output vector shapes

● Graphics○ Paid

■ Adobe Illustrator - @PS1○ Free

■ Inkscape - @PS1● Misc.

○ Free■ Blender ■ 123D Make

Page 11: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Vector designs● Curved or straight

lines instead of discrete pixels

● Can resize without degradation

● Common formats: SVG, AI, DXF

http://vector-conversions.com/vectorizing/raster_vs_vector.html

Page 12: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

CAM – Computer-aided manufacturing

Process for converting designs into instructions that a CNC machine can understand

CNC code formats: G-code, OpenSBP

Example CNC code(Not for human consumption!)

Page 13: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

3 Main CNC Toolpaths

● Profile - cuts along a path

● Pocket - removes material over an area

● Drill - plunge down with no X-Y movement

Page 14: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Choosing the right tool

End Mill properties● Cutting diameter● Shank diameter● Nose shape: square, V, ball● # of flutes (cutting surfaces)● Flute shape: up/down spiral, straight, roughing● Material

Good starting choice for wood: ¼” or ⅛” square 2-flute straight bit

Example router bittoolstoday.com

Page 15: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Important CAM variables - Cuts

● Pass depth - Cut depth per pass○ depth = bit diameter

● Cut depth - Total/final depth cut● Stepover - Distance between

adjacent passes○ Pocket cuts only○ 40% of bit diameter

All variables affect time and quality of job. Poor choices can cause tool wear or damage

Page 16: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Important CAM variables - Rates

● Spindle Speed - RPM of tool (12000-16000 rpm)● Feed rate - How fast does the tool move in X-Y?● Plunge rate - How fast does the tool move in Z?

a. ~50% of Feed rate

Chip Load Calculators can be found in Shopbot Controller, Online, HSM AdvisorChip Load Charts can be found Online

Page 17: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Calculating Feed Rate

Chip Load * # Flutes * Spindle Speed = Feed Rate

Material removed per flute cut. Varies with material and cutter diameter.

Approx. values for wood:⅛” cutter: 0.005”¼” cutter: 0.01”

Start at ~12000 RPM on ShopBot

Page 18: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Calculating Feed Rate - Example

Cutting plywood with a ¼” 2-flute end mill

Chip Load * #Flutes * Spindle Speed

0.01” * 2 * 12000 RPM = 240 inches/minute

Max ShopBot feed rate: ~360 inches/minute - much less for short cuts

Page 19: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Vectric V-Carve

- Demo -

Page 20: with VCarve Introduction to CNC - Amazon S3 · 2016-08-03 · Vectric V-Carve Homework: 1. Import or Create vector linework for a pocket and profile cut into V-Carve or Aspire 2

Vectric V-Carve

Homework:1. Import or Create vector linework for a pocket and

profile cut into V-Carve or Aspire2. Practice creating pocket and profile toolpaths