Error: G1: intermediate position outside machine limits
-
@Aurimas At what point during the job do you get the message? I assume at the start?
The job start sequence appears to be to home all, move the nozzle to Y1 Z3, wait for temperatures, then do a mesh scan of the print area. Does that all work?
Ian
-
@droftarts said in Error: G1: intermediate position outside machine limits:
The job start sequence appears to be to home all, move the nozzle to Y1 Z3, wait for temperatures, then do a mesh scan of the print area. Does that all work?
yes - it freaks out in the middle of the bed for some of the sections and then continues like nothing happenned and freaks out again later.
as you can imagine there are puddles of plastic where it is freaking out -
@Aurimas That sounds more like the gcode file is corrupted, or there's an SD card reading issue. Can you send M122 after one of these events? Was the gcode file you posted copied from the SD card, or from the slicer? Maybe take the file from the SD card and post that.
I think test the SD card, and replace it if there's any issues. See https://docs.duet3d.com/en/User_manual/RepRapFirmware/SD_card#troubleshooting-sd-card-issues
Ian
-
@droftarts I think you missed the part where it says: "same file works on the other machine"
tried with multiple files - direct upload, upload from slicer, different STL files - same result -
@Aurimas Okay, but something is different about this machine. Are you saying the same SD card works in the other machine?
Otherwise, something is generating interference that is somehow either sending gcode, or corrupting the Gcode being sent from the SD card. Do you have a PanelDue connected, some other display, or anything else connected to serial or spi? Perhaps try disconnecting that.
Ian
-
@Aurimas what is different between the two machines? Is the firmware on both the toolboard and the Mainboard in sync when you try 3.5.3 and 3.6b2?
Also as @droftarts mentioned have you tried a different SD card?
-
@droftarts not sure why are you talking about the SD card - you cannot swap them out since it runs firmware of it - it is Mini5+ board.
since then I have recreated new config file and same gcode files work just fine.
So the issue is internal related to the firmware and not the SD card and/or gcode file.
I have supplied gcode file so that you guys can have a look that there is nothing causing issue in there. I have been logging those issues and there is a warning for every single move2024-12-18 15:02:37 [warn] 6 points probed, min error -0.165, max error 0.655, mean 0.232, deviation 0.261 Height map saved to file 0:/sys/heightmap.csv 2024-12-18 15:02:49 [warn] HTTP client 192.168.1.141 login succeeded (session key 3163552733) 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:56 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits 2024-12-18 15:02:57 [warn] Error: G1: intermediate position outside machine limits
-
@T3P3Tony there is no difference - same setup, same hardware. this machine has been running non stop for few years now and suddenly getting these errors without making any changes
-
@Aurimas thanks for the update.
If the same machine hardware configuration with the same firmware is running the same gcode file fine. then it's most likely corruption or interference. The other machine you are testing on that has the same hardware, are you are using 3.5.4 or 3.6b2 on that as well? If it's not then change the firmware to 3.5.4 and check the same gcode still has no errors, that will rule out a firmware issue.
It's possible, that the SD card is partly corrupted (they tend to die outright though). If this was the case then swapping the SD card would rule that out.
Trying without the panel due connected would rule out that source of possible interference (however once again, if it's every more then also unlikely but worth trying.
If neither of those work then try swapping the mini5+ out and see if that resolves the issue.
-
@Aurimas Do you have a daemon.g file in /sys?
I think the logging (M111) should show the Gcode sent if you turn it on, which might give a clue where it's coming from. SendM111 P3 S1
and connect a serial monitor (eg YAT) via USB.Ian