Difference between revisions of "Gantry CNC How to"

From London Hackspace Wiki
Jump to navigation Jump to search
(Replaced content with "https://wiki.london.hackspace.org.uk/w/images/d/df/Gantry_Guide.pdf")
 
Line 1: Line 1:
Forum
+
https://wiki.london.hackspace.org.uk/w/images/d/df/Gantry_Guide.pdf
https://groups.google.com/forum/?hl=en-GB#!forum/lhs-cnc
 
 
 
login
 
https://wiki.london.hackspace.org.uk/view/LDAP_for_CNC
 
 
 
Info
 
https://wiki.london.hackspace.org.uk/view/Gantry_CNC
 
 
 
Safety at a Glance
 
CNC machines don't care what they're cutting, whether it is steel, or human flesh.
 
Required:
 
* Safety Glasses
 
* Secure method of affixing material to cutting bed (if not machining through, fixing directly to the bed is okay, otherwise attach to a well-anchored sacrificial piece)
 
* an experienced machine operator (if this is not you, you must get someone to help you!)
 
* long hair must be tied back
 
 
Optional (but recommended):
 
* Face Shield
 
Not recommended (must have a reason why):
 
Hearing Protection (The CNC machine isn't very loud, and you will be able to determine how well a particular job is running based on how the machine sounds)
 
Prohibited:
 
* Gloves, loose clothing (NEVER near rotating machinery!)
 
* Unclamped Material (can be thrown off the machine!)
 
 
 
Startup
 
# With the power switched off at the wall (both plugs), clear all non essential material from the CNC working area.
 
# Turn on both switches at the wall
 
# Turn on computer
 
# Log in with your LDAP account (please create one if you haven’t got one)
 
# Open LinuxCNC from the Programs menu
 
# Click the red ‘X’ button to toggle the software emergency stop.
 
#
 
Mounting Stock
 
# The CNC machine will accept stock up to a thickness of 40mm for guaranteed clearance of the X-axis rail (left to right).
 
# Using coolant on the spoil board will ruin the spoil board so whilst we use a mdf spoil board you are limited to cutting material that does not require coolant
 
# The best way to mount stock to the machine is to drill holes in the corners of your stock and screw your material directly to the spoil board (base).
 
    ## Take care not to screw into the extrusion cross supports that are below the spoil board
 
    ## This method requires that your stock has sufficient margins outside the dimensions of your cutting pattern so the mill does not run into the mounting screws.
 
    ## If you are cutting through the entire thickness of your stock material, you need a piece of sacrificial material underneath your stock so that you don’t damage the base when the cutter has cut all the way through.
 
# Toggle clamp system this is a work in progress and not operational at this point
 
# Vacuum Table this is a work in progress and not operational at this point
 
 
 
Inserting The Bit
 
* Click the orange button at the top of the program window to activate machine control.
 
* Move the Z axis up using the UP direction key until the cutter is above the top of the stock.
 
* Unscrew the collar that holds in the tool collet in place:
 
* Use a spanner of the appropriate size to hold the spindle still, there is a flat section on either side for this purpose. DO NOT USE A WRENCH.
 
* While holding the top still, unscrew the bottom half and take out the collet.
 
* Find the appropriate size collet for your bit and insert it into the spindle.
 
* *The current spindle can accommodate a tool up to ½ inch in diameter.
 
* Reattach the collar and tighten it until the bit cannot rotate.
 
 
 
 
 
Turning on the Spindle
 
Turn on the spindle by pressing the green button on the controller around the back of the machine. Then press the upwards arrow button to increase the frequency to about 8000. This is not the speed
 
Frequency
 
Speed
 
 
 
{| class="wikitable"
 
|-
 
! Header text !! Header text !! Header text !! Header text !! Header text
 
|-
 
| Example || Example || Example || Example || Example
 
|-
 
| Example || Example || Example || Example || Example
 
|}
 
 
 
Zeroing The Stock
 
# XYZ coordinate systems (on the Gantry CNC, x is left to right (+x is travelling right), y is towards / away from you (+y is travelling away from you), and z is down / up (+z is travelling up)
 
# For Z, put a piece of paper between the endmill and stock.
 
# Move the bit downward using the DOWN key.
 
# When the bit gets very near to the paper, set the control in the program from ‘Continuous’ to 0.1000 so that you are now lowering the Z-axis in steps.
 
# When the paper can't be moved without ripping, consider that zero. Save this in the program by making sure Axis: Z is selected then click ‘Home Axis’.
 
# Set the mode to ‘Continuous’ again.
 
#  For X & Y, there are two methods, a) or b) below.
 
# If you are using the entire stock (designed to fit between the mounting screws):
 
# Turn on the spindle as per the instructions above
 
# Lower the Z to below the level of the top of the stock, AWAY from the stock.
 
# Slowly drive into the stock from horizontally above the stock for Y and from the left of the stock for X. As soon as you hear the bit engage the material, consider that zero. Assign these by making sure Axis: X or Axis: X are selected then click ‘Home Axis’ for each.
 
# For each axis, you must then click ‘Touch Off’ to offset the tool diameter.
 
# On the X-axis, you must input a minus sign ’-’ then a value equal to HALF the width of your cutting bit.
 
# On the Y-axis, you then do the same thing but without the minus sign.
 
# If you are NOT using the entire stock:
 
# Raise the Z to above the level of the top of the stock, AWAY from the stock.
 
# Move the X and Y position until the mill is over where you want to start machining from (your ‘Origin’). Assign these by making sure Axis: X or Axis: X are selected then click ‘Home Axis’ for each
 
 
 
Dust Extraction
 
# Check that the vacuum cleaner is empty and working (expand)
 
# Once the axis have all been homed, raise the Z axis near the top of the axis.
 
# Attach the foam vacuum collar to the black metal body of the spindle motor, around the spindle.
 
# Attach the vacuum hose to the smaller hole in the collar.
 
# Before starting the cutting progr
 
# * Bulleted list item
 
# * Bulleted list item
 
# am, make sure the vacuum is running.
 
# Monitor the vacuum collar and be aware of dust in the environment (it can be harmful to you and the machinery)
 
 
 
Running The Program
 
# Check your .ngc file does not have any commands for tool-changes, which are usually something like ‘G8’ followed by an ‘H8’ command further down (actual numbers will vary). These commands will throw up errors when you try to run your program.
 
# Load your program into the software with ‘File ->Open…’.
 
# The key commands for running the program are as follows:
 
# Begin program: R
 
# Pause: P, Resume: S
 
# Stop program: ESC (this will RESET the progress in software, regardless of how much the physical machine has actually cut)
 
# Emergency Stop: F1
 
# If you think the machine is struggling to cut at the current speed, you can reduce the movement speed using the ‘Feed Override’ slider and moving it to the left.
 
 
 
Shut down
 
* Remove your tool(s) from the chuck.
 
* Clean up the cutting leftovers. The next user thanks you!
 
* Exit LinuxCNC & shut down the PC
 
* Turn off both plugs at the wall
 
* Pay for you uses
 
* Report any issues with the equipment to the maintainers and log on the CNC Google group
 
* Smile at the joy of completing your job
 

Latest revision as of 21:45, 22 January 2017