Error: G1/G2/G3: intermediate position outside machine limits
-
hello to all when I launch a print I have this as an error you have an idea of this can come please
-
Post the gcode you are trying to print. Config.g never hurts either.
-
@phaedrux
hello I found the problem I believe line
G30 P1 X330 Y175 Z-99999 S2; probe near a leadscrew and calibrate 2 motors was badly configured compared to the config
M208 X340 Y320 Z350 S0; Maximum axis set -
@phaedrux
I changed 340 to 330
It's exact? -
What's your probe offset?
-
@phaedrux ; ================ Z-Probe ========================
M558 P8 C"io2.in" A2 B1 H5 F120 T15000 ; set Z probe type to unmodulated and the dive height + speeds (for Mini IR sensor M558 P8 C"io2.in" A2 H5 F120 T15000)
;G31 P50 X11.5 Y65.8 Z1.035 ; set Z probe trigger value, offset and trigger height Z1.023
G31 P50 X-1 Y-20 Z1.300 ; Set Z probe trigger value, offset and trigger height
M556 S50 X0 Y0 Z0 ; set orthogonal axis compensation parameters
;M557 X30:270 Y30:270 P4 ; define mesh grid
M557 X20:270 Y20:270 P3 ; Define mesh grid -
Are you still getting the errors when doing a G29 mesh?
Or was it when doing a G32? -
@phaedrux I think I solved the problem, since I changed.
m208 x340 to 330
I don't get the error anymore -
undefined Phaedrux marked this topic as a question
-
undefined Phaedrux has marked this topic as solved
-
@sgk yes no more error closed this post thank you