I am not sure what I am doing wrong. I obviously have something set up wrong, but don’t know what.
I have an xcontroller, Vcarve pro and UGS Platform (nightly build Aug 12)
In UGS Platform, I home my machine, send it to my G28 (start point). I then probe using the inventables probe for my material height. It is set to retract 20mm from material.
I then open up my gcode file, and hit run.
The bit raises an additional 20mm then comes down and begins cutting air. It seems to follow the correct pattern, just above the material.
Here is the opening lines from the gcode. (I am using the X-carve inches processor)
T1
G17
G20
G0Z0.8000
G0X0.0000Y0.0000S12000M3
G0X1.6974Y0.3768Z0.2000
G1Z-0.0525F20.0
G1X1.6091Y0.2951F50.0
G1X1.5613Y0.2508
G1X1.5513Y0.2416
G1X1.5448Y0.2364
G1X1.5310Y0.2269
G1X1.5169Y0.2175
clip***
Now to make it more confusing.
If I hit the stop button in UGS. Everything stops.
Then I hit “Return to Zero” : The bit moves back to my zero point, just touching the material. ie… zero in all three axis.
Then I hit Run: The program will cut properly, including all correct depths. When it is finished it returns to the Zero point, but 20mm above the material.
If I then hit Run again, it will run everything properly again, also returning back to X,Y zero and 20mm above matertial.
If I swap out bits, requiring me to reprobe, It starts all over again with the air carve.
Here is the end portion of my Gcode
clip*
G1X1.8488Y0.6018
G1X1.8413Y0.5864
G1X1.8337Y0.5712
G1X1.8257Y0.5561
G1X1.8175Y0.5412
G1X1.8091Y0.5264
G1X1.8004Y0.5119
G1X1.7915Y0.4976
G1Z-0.1700
G1X1.7552Y0.4445
G1X1.7153Y0.3940
G1X1.7128Y0.3911
G1X1.6974Y0.3768
G0Z0.2000
G0Z0.8000
G0X0.0000Y0.0000
M02
As an additional note, my probe works fine in easel.
Thanks for any help.