@Phaedrux said in Error: G1/G2/G3: intermediate position outside machine limits:
@Kandar said in Error: G1/G2/G3: intermediate position outside machine limits:
Is the M208 limit the same as the one in the config.g file?
Yes.
; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X300 Y300 Z400 S0 ; set axis maxima
Can you post your homeall.g file?
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.0.4 on Thu Oct 03 2019 23:07:10 GMT+0700 (Western Indonesia Time)
G91 ; relative positioning
G1 Z5 F18000 S2 ; lift Z relative to current position
G1 S1 X-305 Y-305 F4800 ; move quickly to X and Y axis endstops and stop there (first pass)
G1 X5 Y5 F18000 ; go back a few mm
G1 S1 X-305 Y-305 F900 ; move slowly to X and Y axis endstops once more (second pass)
G90 ; absolute positioning
G1 X150 Y150 F6000 ; go to first bed probe point and home Z
G30 ; home Z by probing the bed
; Uncomment the following lines to lift Z after probing
G91 ; relative positioning
G1 S2 Z5 F100 ; lift Z relative to current position
G90 ; absolute positioning