Page 1 of 1
no probe file created
Posted: Tue Jan 27, 2015 4:57 pm
by sirion
Hi, when i run the created autoleveller gcode in mach3, it will prompt me for a probe file. It creates the file but its empty..
latest version of autoleveller
any clues ?
Re: no probe file created
Posted: Mon Feb 02, 2015 12:33 pm
by daedelus
Hi,
I believe the M40 line in your gcode will create a blank file but it remains empty until its closed with M41.
So it should
1. Create the file with M40
2. Do some probing
3. Write the probe results and close the file with M41
In short, the file will be empty until it gets to the M41 line