reprappro / RepRapFirmware

OO C++ RepRap Firmware
Other
143 stars 121 forks source link

problem with homing axes #63

Open RFranta opened 10 years ago

RFranta commented 10 years ago

Hello, sometimes I have an issue with homing axis when using printer with Pronterface. For example I press Y home, but actually X start to homing, sometimes button for homing all axis doesnt work and I need to press X home first and then homing all axis works fine... I am not sure if the problem is in Pronterface or firmware, but with firmwares I havent these problems in Pronterface.... Thank you

RRP-support commented 10 years ago

Axis homing is controlled by the four g-code file in the sys folder - homex.g, homey.g, homez.g and homeall.g. Check they are there, are up to date and are correct; use the ones in github as examples.

RepRapPro tech support

RFranta commented 10 years ago

Home files works fine, but sometimes some bug come and when I press X home all axes start to homing, then if I press x home, y axis start to home instead, its like sometimes it pickup wrong homing files...

RRP-support commented 10 years ago

Hmm... we haven't seen any issues like these. Can you try again, but with a completely blank SD card? It sounds like corruption on the SD card.

RepRapPro tech support

RFranta commented 10 years ago

I tried with several cards, but still the same, maybe its a Pronterface issue, I will look on code.