Search found 3 matches
- Tue Oct 23, 2018 2:22 am
- Forum: AutoLeveller Software
- Topic: Aircuts on Mach3 USB NcUsbPod
- Replies: 12
- Views: 24735
Re: Aircuts on Mach3 USB NcUsbPod
I made a teste here. To work properly the command G4 P1, need come before the G31 Z-1 F100. In the example Gcode it is coming after and does not works. Another test was about the pause time. The machine does not wait for one second to go down. Since the machine recognize the pause it starts to go do...
- Wed Oct 17, 2018 8:42 pm
- Forum: AutoLeveller Software
- Topic: Aircuts on Mach3 USB NcUsbPod
- Replies: 12
- Views: 24735
Re: Aircuts on Mach3 USB NcUsbPod
Hi James, As I said I'm bring our conversaton to here. As you told me The solution was to create a line before de command G31 Z-1 F100 Like this: G4 P1 (alts the gcode for 1 second) G31 Z-1 F100 This way the zero axis worked fine. The Mach 3 (or the USB controller) does not accept floating numbers. ...
- Tue Oct 16, 2018 4:32 pm
- Forum: AutoLeveller Software
- Topic: Aircuts on Mach3 USB NcUsbPod
- Replies: 12
- Views: 24735
Re: Aircuts on Mach3 USB NcUsbPod
Hi, I´m having the same issue, but for me the solutions above didn't worked. (Sorry for my poor English) :) I made some tests here. 1 - When I type the command G31 Z-1 F100 in the MDI field the machine works. 2 -When the machine is moving along the path, if the probe contact is closed (digitize LED ...