Work bee 1010 Black box Hi I have a problem with the Z axis not resetting and I hoping someone can help please. If I have a toolpath say to drill two holes. Having set my Z with the job the first hole is drilled correctly to 6mm and moved to the safe height When drilling second hole it starts at 6mm rather than 0mm. Thanks Dave
Include the gcode you are using please? Are both holes in one file, or are you manually jogging over and running it twice? If so, are you by accident zeroing XYZ instead of just XY?
Peter Thanks for the fast reply, The holes are in one file I can senf you the code later if it will help Dave
Peter This is the code I'm using. It looks like its setting the Z back to zero after the first drill, could it be a setting on the black box that's not right? Regards Dave ; GCODE Generated by cam.openbuilds.com on 2021-02-11 G21 ; mm-mode G54; Work Coordinates G21; mm-mode G90; Absolute Positioning M3 S1000; Spindle On ; Operation 0: Drill: Continuous (Centered) ; Endmill Diameter: 3 G0 Z15; move to z-safe height G0 F1000 X22.7288 Y18.5128 G0 Z0 G1 F100 Z0.0000 G1 F2000 X22.7288 Y18.5128 Z-4.0000 S1000 G1 F2000 X22.7288 Y18.5128 Z0.0000 S1000 G0 Z15; move to z-safe height G0 X22.5000 Y87.1875 G0 Z0 G1 F100 Z0.0000 G1 F2000 X22.5000 Y87.1875 Z-4.0000 S1000 G1 F2000 X22.5000 Y87.1875 Z0.0000 S1000 ; retracting back to z-safe G0 Z15 M5 S0; Spindle Off
Code is correct. Machine slipping during Z Moves? Check everything mechanical is tight, check that Z Max rate and Z acceleration is set appropriately, check wiring, check grubscrews on shaft coupler