Hi,

Im having some issues with shifting layers. It would be good to have a gcode that will send the printer to test all the min/max movements for each axis, x,y,z. Do anyone have such a code?

I don’t want it to print/extrude, just move the head around.

G0 X 200.0 G0 X 100.0 G0 Y 200.0 G28 Y G0 Z 100.0 G28 Z G28 X I don’t know how this could help you with shifting layers but that should move the print head around like you asked. Assuming your printers maximum distances are 200 x 200 x 100. Study your firmware’s implemented gcodes. I use repetier firmware and these are the implemented codes. G codes · repetier/Repetier-Firmware Wiki · GitHub