RichCattell / Marlin

Marlin Delta firmware with autocalibration updates
GNU General Public License v3.0
139 stars 149 forks source link

target confusion #37

Open Sungod3000 opened 9 years ago

Sungod3000 commented 9 years ago

Hi,

I was installing the Pibot IR sensor for bedleveling and that works great, however I discovered 2 very odd behaviours in the process.

  1. When I initially configured my new Delta I had a super convex bed shape. The difference between the middle of the bed and the point near the tower were 130mm. I uploaded the main branch marlin but could make the autolevel work there so I switched back to RCMarlin and it behaved normally.
  2. Now that autolevel works here, the extrusion is completely of. If I give an extrusion command all other motors start slowly creeping upwards. All 3 XYZ at the same time at the same rate, and the extruder motor does nothing.
RichCattell commented 9 years ago

Whenever ive seen this happen (the carriages moving up slowing when trying to extrude) it has been due to the endstops not being configured correctly in pins.h

Try typing M119 and see what values you get back for endstops and check for differences in the pins.h file for the type of electronics you are using...

Rich

Verohomie commented 9 years ago

We have seen this when G28 has not been issued. Issue G28 to home the carriages and try again.

Brad - www.UltiBots.com

Brad Norman UltiBots LLC 772-257-1000 www.UltiBots.com

On Thu, Apr 9, 2015 at 11:45 AM, RichCattell notifications@github.com wrote:

Whenever ive seen this happen (the carriages moving up slowing when trying to extrude) it has been due to the endstops not being configured correctly in pins.h

Try typing M119 and see what values you get back for endstops and check for differences in the pins.h file for the type of electronics you are using...

Rich

— Reply to this email directly or view it on GitHub https://github.com/RichCattell/Marlin/issues/37#issuecomment-91268486.

Sungod3000 commented 9 years ago

thanks for the answers both of you. seems to be alright now.