loading g code
HI, i really need some help. I have been struggling to load g code into repetier host, every time i do so, it always goes outside the build platform. I have been trying everything, changing XY position but no luck... plzzz help me...
Comments
You have already a G92 at the beginning, which sets the origin to the current position. This is typical CNC behaviour since you can not home before starting in the script. Instead you home at the beginning add your piece to the table and then position it over start position and start script. This moves the output to a different position then your preview and would be ok. If you want to home before and print exactly at position shown modify G92 with negative X and Y value to move it right/top.