Hi,
I am new to Vectric software, in fact I'm new to CNC and am experiencing difficulties getting up and running.
I have followed along with "Two_Sided_Machining" tutorials and this seems to send my machine into an eating frenzy where the bit munches through my work piece through the spoil board and starts on the base board. I have saved the Tool Path to a variety of different formats to see if this was the issue and the problem still remains.
My setup is as follows
Windows 10
XPro V3 board
UGCS ver 2.0
VCarve Desktop and Cut2D
I use GRBL (inch) for the PP as there is no specific PP for my board.
I have replaced the XPro V3 board with another XPro V3. Replaced the USB cable, created the Tool Path on 2 different machines.
My GRBL settings are these
$0 = 10 (Step pulse time, microseconds)
$1 = 255 (Step idle delay, milliseconds)
$2 = 0 (Step pulse invert, mask)
$3 = 6 (Step direction invert, mask)
$4 = 1 (Invert step enable pin, boolean)
$5 = 0 (Invert limit pins, boolean)
$6 = 0 (Invert probe pin, boolean)
$10 = 1 (Status report options, mask)
$11 = 0.020 (Junction deviation, millimeters)
$12 = 0.002 (Arc tolerance, millimeters)
$13 = 0 (Report in inches, boolean)
$20 = 0 (Soft limits enable, boolean)
$21 = 0 (Hard limits enable, boolean)
$22 = 0 (Homing cycle enable, boolean)
$23 = 0 (Homing direction invert, mask)
$24 = 2000.000 (Homing locate feed rate, mm/min)
$25 = 1000.000 (Homing search seek rate, mm/min)
$26 = 250 (Homing switch debounce delay, milliseconds)
$27 = 1.000 (Homing switch pull-off distance, millimeters)
$30 = 20000 (Maximum spindle speed, RPM)
$31 = 0 (Minimum spindle speed, RPM)
$32 = 0 (Laser-mode enable, boolean)
$100 = 200.000 (X-axis travel resolution, step/mm)
$101 = 200.000 (Y-axis travel resolution, step/mm)
$102 = 200.000 (Z-axis travel resolution, step/mm)
$110 = 2000.000 (X-axis maximum rate, mm/min)
$111 = 2000.000 (Y-axis maximum rate, mm/min)
$112 = 2000.000 (Z-axis maximum rate, mm/min)
$120 = 100.000 (X-axis acceleration, mm/sec^2)
$121 = 100.000 (Y-axis acceleration, mm/sec^2)
$122 = 100.000 (Z-axis acceleration, mm/sec^2)
$130 = 270.000 (X-axis maximum travel, millimeters)
$131 = 270.000 (Y-axis maximum travel, millimeters)
$132 = 80.000 (Z-axis maximum travel, milliimeters)
Would appreciate your thoughts on this.