G32 Error:´´ Z probe was not triggered during probing move´´
-
@fcwilt
how can I make a G32 when my bed.g file isn´t there anymore?
I thought the software is calculating the high of each probing point in raleation to the leadscrews... -
@barbarossa-cologne said in G32 Error:´´ Z probe was not triggered during probing move´´:
@fcwilt
how can I make a G32 when my bed.g file isn´t there anymore?
I thought the software is calculating the high of each probing point in raleation to the leadscrews...Hi,
I want you to have a bed.g file but I only want it to contain the M291 command, for now, just as a test.
You invoke it with G32 which is access from the Duet Web Control (DWC) on the Dashboard, using the "Compensation and Calibration" drop down menu.
Once I am sure that nothing other than beg.g is running in response to G32 then we will insure the normal commands for auto bed leveling are back into bed.g and the M291 is gone.
That's why I said you can just comment everything else out and add the single M291 command. Commenting the other lines out will allow you to restore them just by removing the comment character.
Frederick
-
ok I understand!
so what can I do for the next steps?
richard -
@barbarossa-cologne
Hi,
You mean after I'm sure that bed.g is running and nothing else unexpected happens?
Frederick
-
@fcwilt
to fix my multiple problems... -
@barbarossa-cologne
Hi,
I am focusing on just two problems right now.
- Making sure the probe is working.
- Making sure bed.g is working.
Anything else you want to work on?
Frederick
-
@fcwilt
Probe is working.
I don´t know what I have to change in my bed.g file...
you told me you wanna make a test. So I did it.... and now?
I made a G32 and it´s doing a G29. Why?
I just wanna make a 4 point true auto level.... thats the last thing I have to do before printing. SOS -
@barbarossa-cologne
Hi,
When you did the G32 did you see the popup message saying beg.g was running?
Frederick
-
@fcwilt
drives to the first probe point of mesh compension and --> g32 -->
Error: Z probe already triggered before probing move started -
only this message came
-
@barbarossa-cologne said in G32 Error:´´ Z probe was not triggered during probing move´´:
@fcwilt
drives to the first probe point of mesh compension and --> g32 -->
Error: Z probe already triggered before probing move startedAnd this was with bed.g only having the M291 command?
Frederick
-
@fcwilt yes
-
@barbarossa-cologne said in G32 Error:´´ Z probe was not triggered during probing move´´:
@fcwilt yes
And you didn't see the popup message about bed.g running?
Frederick
-
@fcwilt no. just the message you see on the screenshot.
-
@barbarossa-cologne
Hi,
Do you know how to enter commands directly into Duet Web Control using the Console page?
Frederick
-
@fcwilt yes
-
@barbarossa-cologne
Good.
Enter M98 P"bed.g" and let me know what happens.
Frederick
-
@fcwilt said in G32 Error:´´ Z probe was not triggered during probing move´´:
M98 P"bed.g"
-
@fcwilt
and bed hasn´t reached the pin of the BL. I think it goes back to the same high then the bed was before the comand started. -
@barbarossa-cologne
Well it seems the bed.g file you edited to enter the M291 command is not the bed.g file that G32 is executing.
Are you editing the bed.g file that is in the system directory - the directory where the config.g file is located?
Frederick