Difference between revisions of "Maker FX X-Carve 1000mm CNC Router Instructions"

From MakerFX Wiki!
Jump to: navigation, search
(CAUTION!!!!)
(Marked Deprecated)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
= MakerFX no longer has an X-Carve. =
 +
 
=CAUTION!!!!=
 
=CAUTION!!!!=
'''<span style="color:red">The use of the X-Carve CNC machine is at MakerFX is limited to only those individuals who: </span>'''
+
'''<span style="color:red">The use of the X-Carve CNC machine at MakerFX is limited to only those individuals who: </span>'''
 
# Have attended a training class
 
# Have attended a training class
 
# Been certified to use the machine
 
# Been certified to use the machine
 
# Take the necessary safety precautions such as wearing close toed shoes, safety glasses and snug fitting clothing.  
 
# Take the necessary safety precautions such as wearing close toed shoes, safety glasses and snug fitting clothing.  
  
'''<span style="color:red">This machine ''can be dangerous'' if used improperly resulting in serious bodily injury or damage to the machine. Minors are prohibited from using the X-Carve CNC without the supervision of an adult MakerFX member.</span>'''
+
'''<span style="color:red">This machine ''can be dangerous'' if used improperly resulting in serious bodily injury or damage to the machine. Minors are prohibited from using the X-Carve CNC without the supervision of a trained and certified MakerFX member.</span>'''
  
 
=Overview=
 
=Overview=
 
Operating the X-Carve requires both setting up the hardware and preparing your design files for the X-Carve. This page is divided into two main parts:  
 
Operating the X-Carve requires both setting up the hardware and preparing your design files for the X-Carve. This page is divided into two main parts:  
 
* Preparing your Design
 
* Preparing your Design
 +
** Design a file
 +
** Use VCarve to create GCode
 
* Machine Setup
 
* Machine Setup
 +
** Powering up the machine
 +
** Load Material
 +
** Load Tool
 +
** Setup / Calibrate Machine
 +
** Final Checks
 +
** Start the Project
  
 
=Preparing your Design=
 
=Preparing your Design=
Line 41: Line 51:
 
=Machine Setup=  
 
=Machine Setup=  
  
=Load Material=
+
==Load Material==
 
*Use carpet tape (or other 2x-sided tape)
 
*Use carpet tape (or other 2x-sided tape)
=Load Tool=
+
==Load Tool==
 
*Unscrew Spindle
 
*Unscrew Spindle
 
*Load Tool
 
*Load Tool
Line 50: Line 60:
 
*Spindle Tool tighten
 
*Spindle Tool tighten
 
*Put spindle tool away
 
*Put spindle tool away
=Setup=
+
==Setup==
 
*Turn Spindle '''Off'''
 
*Turn Spindle '''Off'''
 
*Apply Safety Glasses
 
*Apply Safety Glasses
Line 58: Line 68:
 
*Open CNC USB Controller
 
*Open CNC USB Controller
 
*File->Import GCode
 
*File->Import GCode
=Zero Tool=
+
==Zero Tool==
 
*Jog Tool to your material origin
 
*Jog Tool to your material origin
 
*Z down almost to material
 
*Z down almost to material
Line 79: Line 89:
  
 
[[Report_Dead_Links_Here|Report Dead Links]]
 
[[Report_Dead_Links_Here|Report Dead Links]]
 +
[[Category: Deprecated]]

Latest revision as of 21:24, 30 August 2022

MakerFX no longer has an X-Carve.

CAUTION!!!!

The use of the X-Carve CNC machine at MakerFX is limited to only those individuals who:

  1. Have attended a training class
  2. Been certified to use the machine
  3. Take the necessary safety precautions such as wearing close toed shoes, safety glasses and snug fitting clothing.

This machine can be dangerous if used improperly resulting in serious bodily injury or damage to the machine. Minors are prohibited from using the X-Carve CNC without the supervision of a trained and certified MakerFX member.

Overview

Operating the X-Carve requires both setting up the hardware and preparing your design files for the X-Carve. This page is divided into two main parts:

  • Preparing your Design
    • Design a file
    • Use VCarve to create GCode
  • Machine Setup
    • Powering up the machine
    • Load Material
    • Load Tool
    • Setup / Calibrate Machine
    • Final Checks
    • Start the Project

Preparing your Design

There are many different ways to get your design ready for carving on the X-Carve CNC. Some of the common tools that can be used for designing include:

  • Adobe Illustrator
  • Inkscape
  • Fusion 360
  • VCarve
  • and more...

The goal of design prep is to take a drawing / design and convert it to machine readable commands called G-Code. This Wiki will show you how to open an existing VCarve file to prepare it for milling by creating the G-Code that will be used to control the CNC. For a brief overview of creating a very simple design using V-Carve, you can click here or view one of the several videos on YouTube on using VCarve.

Open VCarve

To get started:

  1. Open VCarve using the shortcut on the desktop
  • Open Model (*.xxx)

Select Tool

  • Existing Tool: Select tool
  • New Tool:

1. Measure Tool

Save Toolpath

  • EMC2 Arcs(inch} (*.ngc)

Machine Setup

Load Material

  • Use carpet tape (or other 2x-sided tape)

Load Tool

  • Unscrew Spindle
  • Load Tool
  • Lock Spindle
  • Hand tighten
  • Spindle Tool tighten
  • Put spindle tool away

Setup

  • Turn Spindle Off
  • Apply Safety Glasses
  • Turn Machine On
  • Hold down |Shift| to run as Admin
  • Open Joy-To-Key
  • Open CNC USB Controller
  • File->Import GCode

Zero Tool

  • Jog Tool to your material origin
  • Z down almost to material
  • Using paper, step down until paper hard to move
  • ->Machine->Offset->Current XY
  • ->Machine->Offset->Current Z
  • ->Machine->Zero XY
  • ->Machine->Zero Z

Final Check

  • Apply Safety Glasses
  • Install Dust Collection
  • Turn Dust Collector On
  • Turn Spindle On
  • Press START
  • Monitor part w ESTOP & Pause
  • Override Feed Rate if going too slow

Go to The X-Carve_1000mm_CNC_Router

Report Dead Links