This one has me stumped! Running Mach 3 on Sherline 2000 mill, using Windows 10 desktop. Project is drilling (81) 1mm holes around a 4x5 inch aluminum 1/4" plate. Drawn in CamBam 1.0, in millimeters which produced the gcode. When the code in run in mach 3, the following happens...
At line 13 of code, the spindle has already moved to over the starting hole. As the spindle starts to descend from the 8mm Z height towards the goal of Z-14. The spindle stops downward movement at +2.9xxmm although the stepper (hand-wheel) continues to turn! I tried it several times and the spindle repeatedly get down to the +2.9xx mm (the last few digits change) mark and stops downward movement. This occurs at line 16 of the below first 20 lines of code. Further, I found nothing loose in the spindle and the Z axis works perfectly when moved up or down with either the MDI, or Dongle (TAP key) in Mach 3.
I am only a hobbyist, but not a newbie, but this one is beyond my pay grade!! Any suggestions would be greatly appreciated!!
Bob
1: G21
2: ( Made using CamBam - CamBam CNC Software )
3: ( Stitch Plates for Wallet 4/9/2025 10:48:50 AM )
4: ( Post processor: Mach3 )
5: ( T0 : 1.0mm , T4 : 6.35mm )
6: G90 G64 G40
7: G91.1
8: G0 Z8.0
9: M0
10: ( Stitch Holes = T0 )
11: G17
12: G0 X5.0 Y5.0
13: G83 X5.0 Y5.0 Z-14.0 Q0.75 F30.0
14: G83 Z-14.0
15: G83 X11.0 Z-14.0
16: G83 X17.0 Z-14.0