It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger. But in my case he does not go lowering, following logic, must be in configs something must be change to get this option active.



-----------------------------------

https://reprap.org/wiki/G-code#G30:_Single_Z-Probe</div><div><pre>G30; Probe the bed at the current XY position. When the probe is triggered, set the Z coordinate to the probe trigger height.</pre>



Repetier

> It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger.
But if no z probe is defined it is not implemented.

reprap wiki is not exactly what repetier does. See repetier.ino in sources for list of commands and parameter in repetier. The H2 parameter is an extension meant for cnc to define z with a probe interactively instead of just testing the z probe. What it does is change Z depending on where it triggers and assuming trigger height was at H2 so Z is defined afterwards just like during G28 Z0.


orbita

Repetier wrote

> It must go lowering following to this command (G30), because microcontroller has no eyes, he does not know that z probe attached or not, just waiting for trigger.
But if no z probe is defined it is not implemented.

reprap wiki is not exactly what repetier does. See repetier.ino in sources for list of commands and parameter in repetier. The H2 parameter is an extension meant for cnc to define z with a probe interactively instead of just testing the z probe. What it does is change Z depending on where it triggers and assuming trigger height was at H2 so Z is defined afterwards just like during G28 Z0.

I have no idea why you decided that im about parameters? I clearly pointed - How to make working G30? Command G30 not lowering as should. Nothing about parameters. Could be i can't understand your terminology, but you are wrong if you believe entire world knows your terminologies.

Have activated in configs FEATURE_Z_PROBE, and all working now, z axis lowering as expected. Now time for parameters. I cannot "play" with parameter until G30 not working.


orbita

So now, which parameters for G30 to go down until triggered and lift up to Z2.000 after triggered?


Repetier

If I remember correctly G30 always goes back to start height. What the H variant does is modify the official Z height assuming the sensor was triggered at height Hx. So if you say H2 it means when you triggered that was height 2. If you want surface ob object to be 0 and move to 2mm above you need
G30 H0
G0 Z2 F600

for example. You chould see now that M114 reports Z2 and be 2mm above the object.


orbita

Repetier wrote

G30 H0
G0 Z2 F600

for example. You chould see now that M114 reports Z2 and be 2mm above the object.

This is what showing

15:59:28.693 : N12 M117 ETE 00s48
15:59:28.698 : N13 G30 H0
112
15:59:28.700 : Printjob finished at 19/05/2024 15:59
15:59:28.700 : Printing Time: 0s
15:59:28.700 : Lines Send: 2
15:59:28.708 : N14 G0 Z2 F6004
15:59:28.708 : N15 M104 T0 S0
21
15:59:28.708 : N16 M140 S082
15:59:28.708 : N17 M84
41

15:59:34.786 : Z-probe:151.83 X:0.00 Y:0.00

After triggered, slowly going back up to point where lowering started an after get back to this point of start, jumps up to G0 Z2 F600.

By theory, shouldn't back to point of start, but must go to position G0 Z2 F600 after triggered.

Why are you giving me that useless information in my case? Can you just let me know what code to stop G30 after triggered? You know that im not using 3D printer, i don't need for "Bed Leveling", just to lower z axis until triggered and then stop.

If no code/parameter, just point me in configs (IDE), which folder and which line to make changes for G30 to can stop after triggered? Or analogue way for floating head?


Repetier

> Why are you giving me that useless information in my case? Can you just let me know what code to stop G30 after triggered? You know that im not using 3D printer, i don't need for "Bed Leveling", just to lower z axis until triggered and then stop.

that does not exist for G30 it always goes back in our firmware, only homing with G28 Z0 stops at trigger point. So as long as trigger point is your Z=0 you can use homing also then you get the retesting of the point with lower speed. Plus is you can also say it should move up 2mm after homing in configuration.


orbita

Repetier wrote

> Why are you giving me that useless information in my case? Can you just let me know what code to stop G30 after triggered? You know that im not using 3D printer, i don't need for "Bed Leveling", just to lower z axis until triggered and then stop.

that does not exist for G30 it always goes back in our firmware, only homing with G28 Z0 stops at trigger point. So as long as trigger point is your Z=0 you can use homing also then you get the retesting of the point with lower speed. Plus is you can also say it should move up 2mm after homing in configuration.


When G28 Z0 in use, Repetier-Host app get frozen.


Privacy Policy  |  About Us