Hello, I am still somewhat new to 3D printing, so please forgive me if this is known or there is an easy fix out there. I did search Google and could not find anything.
I have been running Repetier Server off my PC with no issue.
Recently I put together a Pi 3 server with touchscreen and am running Repetier Server on it.
What I am seeing is the Pi 3 server is not running certain gcode and even inserting some of it's own which isn't in the gcode file.
When I run a 3D print job I always put g32 for auto leveling. The PC server does this with no issue. The Pi 3 ignores several lines of gcode. It will G28 to home all, and then go right into the print job ignoring the auto level or anything else I put in.
I then tested this with a simple gcode test file. The PC server works great with no issue. The Pi 3 server will do g28 and then skip down to m104 s0.
When I look on the console of the Pi 3 I see it even issued commands I do not have in my gcode like G1 X5 Y5 F4000.
I even looked in my config file on the SD card of my controller. Both the config and config-overide files do not have this in there anywhere.
Below is my test gcode that the Pi 3 server isn't doing correctly, however the PC server has no issue with it.
G28 ; home all axes
g1 x15y15z15
g4 p5000
g32
g1 z50
M104 S0 ; turn off temperature
G28 X0 ; home X axis
M84 ; disable motors
Thanks for any help,
Lee