DESIGNS BY PHIL, LLC

You must use the DWP (Palm router) part numbers

BIT SIZE ADJUSTMENT CALCULATOR

So do a few passes in a square and set the step over low.

STEPS PER MM CALCULATOR

Here is just one method for checking your waste board flatness. this is all assuming that your ends of your Y rails are all equally off your 20x20 extrusion base. fix that first. This is for a warped MDF board.


You can either use these or download the excel files below. There are detailed explanations below also.

​KEY HOLE SLOT PECKING GCODE

This is the way I did it when I rebuilt my machine. It's harder to install the waste board because you do that last, but you will end up with a very square machine.

BIT SIZE ADJUSTMENT CALCULATOR

In Easel, Hit carve

Jog the machine in every direction noting which axis is reversed.

Exit carve walk through and go to:
Machine->Advanced->Machine Inspector

Scroll down to $3 and note what the binary mask and variable is. You may have to type $$ to show the GRBL settings.
Look it up on the chart above and figure out which it is. Now look for the one that stays exactly the same EXCEPT for the axis that needs to be reversed. Note which number on the left side of the chart that is.

Scroll up to the comand prompt and type in:
"$3=" and the new number with no spaces.

Hit enter.

Hit the two circling arrows or the refresh button.

Type "$$" in the command prompt. Scroll down and check that $3 now reads what you want it to.

Example:

Your Y axis runs backwards.
You look up your $3 and it says $3=2
That's X=no, Y=yes, Z=no.
The Y is the only one you want to reverse so you look for no, no, no. That $3=0.

This is my current probing macro for UGS.

M5; G17; G20; G91 G38.2 z-.5 F2; G0 z.03; G38.2 z-.1 F1; G10 L20 P1 z.505; G0 z.1; G90

Paste it in one of the macro fields.


CHANGE Z.505 TO THE THICKNESS OF YOUR TOUCH PLATE

it should look like this:

You need to change your dir port invert mask ($3 in grbl settings)
put in your current $3 number, click the button next to the direction the axis DOES travel. it will tell you the number to change it to in order to make the axises travel the correct direction. 

(AREA FOR FUTURE TOOLS)

Using my calculator from above and this setup, I found out that when I sent the Z axis 100mm up and down, it was off by 1.5mm. I had $102=95.50 and enter those into my calculator. The new number was 94.088. Which was very close to the manufactures suggested starting point of 94.56.

​A GUIDE TO SETTING UP SOFT LIMITS IN EASEL

​ELAIRE COLLETS FOR THE DEWALT 611

HOW TO SQUARE YOUR X-CARVE

STEPS PER MM CALCULATOR

HOW TO CHECK FOR FLATNESS ON YOUR WASTE BOARD

Here is a link to all the grbl settings and what they do.

an explanation of what it all does

M5 = turn spindle off
G17 = work plane coordinates
G20 = inches
G91 = coordinates in relative mode
G38.2 Z = Probe or look for contact for the Z axis
-.5 F2 = .50 inch max seek distance at a feed rate of 2 ipm
G0 Z.03 = in relative mode rapid up .03 inches
G38.2 Z = in relative mode Probe or look for contact for the Z axis
-.1 F1 = .10 inch max seek distance at a feed rate of 1 ipm
G10 L20 P1 Z.505 = sets the current Z axis position at .505 up
G0 Z.1 = in relative mode rapid up .1 inches
G90 = coordinates in absolute mode

ADDED 4/15/2019

BUMP STOP, G28, AND G30

Measure your thickness of your Y end plates and mill the pockets of the plates that deep.

=(A4*A2)/A6

first find how many steps were sent and divide that by the actual distance traveled and you have your actual steps per mm.

here is a slightly long video from easel showing how to get to the command prompt, what the $ numbers mean, and how to change them. There is also a look at my text file I use to send ALL of my settings to the Arduino with one file from UGS.

Current steps per mm
Distance sent (mm)
Distance traveled (mm)
new steps per mm is:
396.4144099

Put this in one of the macro fields and no longer drag your bit across the top of the work piece.

G90 G0 X0 Y0;G90 G0 Z0.0

STEP ONE = RAISE THE BIT ABOVE THE CLAMPS OR OBSTACLES!!! (Safety height basically)

Step two = hit the macro number next to the code.

You could also use:

G90 G0 X0 Y0 Z0.15;G90 G0 Z0.0

With the added Z0.15 putting the bit at a safety height of 0.15", but I think it's easy enough to just raise the bit first.

use at your own risk

ADDED 6/19/2019

Typical key hole bit

SAFE(er) RETURN TO ZERO MACRO FOR UGS

ADDED 10/13/2017

You may have to cycle the Holes/Cutouts button

the most used one will be "Key hole - pecking Y up". These peck down to 0.375" then peck in the direction indicated 0.50".

For some strange reason, Inventables decided to activate the auto torque reduction from the factory. This is a useless and harmful setting to have active. It reduces the holding torque of the axis to only 30% when not reciving a move command. this is above and beyond the $1=255 setting. so when you are cutting straight on the x or y axis, the other is at only 30% power. recipe for disaster. the Z axis is also affected. Z goes down to depth, then is at only 30% holding torque.

GANTRY LIFT PLATES

(click to enlarge)

GRBL SETTINGS - WHAT THEY DO AND HOW TO CHANGE THEM

Here is a calculator to help figure out what your bit size should be listed as to get correct holes and cutouts. This helps especially with bit flex that you can't measure when just cutting a straight line.

Your first step when entering in a new bit should always be cutting a single pass straight line with the bit and using a micrometer to measure the actual cut left by the bit. it's rare that a bit is actually the size it's listed.

If your cut comes out correct or is non critical, great! But if its a hole with tight tolerance and it's off, instead of changing the drawing, Know what you bit flex is. It's best to leave the geometry as designed and adjust the listed bit size per conditions. Wood hardness, bit stiffness, cut shape, speed and feeds, and pass depth all affect bit deflection. Use this calculator to make the math easy. Use a list for each bit like the following to help make accurate replications of your design when creating tool paths.

Example:

BIT: 1/8" down spiral
straight path diameter: .124
Circle path Hard wood: .120
Circle path soft wood: .123

Or what ever works for you. Accounting for bit deflection and knowing ahead of time what diameter to use can same you from scrapping and multiple try's to get it right.

BIT TILT DIAGNOSTICS

STEPPER MOTORS MOVING IN THE WRONG DIRECTION

CLICK TO ENLARGE

X ◀ moves
Y ▲ moves
Z ▼ moves
Suggested Setting 0

ADDED 10/1/2018

(change .505 to your touch plate height).

ADDED 10/12/2017

The GRBL setting that controls direction is $3

​WHAT IS INSIDE PATH, OUTSIDE PATH, AND ON PATH

Here is an excel sheet to help with adjusting your steps per mm:.

A video of how it looks

TIPS

APP CURRENTLY NOT WORKING. USE THE XLS DOCUMENT BELOW

​UGS WITH WORKING PHONE PENDANT

*Disclaimer: If your steps per mm is off, you must fix that first.

ADDED 10/1/2018

​TURNING OFF AUTO TORQUE REDUCTION ON THE

X-CONTROLLER

STEPS PER MM Z AXIS

These are high quality and identical to the stock collet. They use the same wrench. They don't jam because the nut and insert are locked together.

The Following Website apps are thanks to Jeremy Simmons!!!!

STEPPER MOTORS MOVING IN THE WRONG DIRECTION

DOUBLE TAP PROBE MACRO FOR UGS

Normally I would say never use someone else's gcode because you don't know how stout their machine is compared to yours. But these are relatively safe.