bkubicek / Marlin

Reprap FW optimized for gen6
17 stars 1 forks source link

Jerking problem #4

Open bkubicek opened 13 years ago

bkubicek commented 13 years ago

Citation from Joel:

I put a video of my jerking problem on http://www.youtube.com/watch?v=eP-gfCq5mYY Each movement is 200mm in one axis and 5mm in the other. Speed in gcode was F36000. Once the ratio of each axis exceeds 200mm x 50mm, or the speed gets dropped to F35505, it doesn't jerk

bradleyf commented 13 years ago

Could be related to LCD updates

jv4779 commented 13 years ago

see https://github.com/jv4779/Marlin/commit/51c423bcf52e7bd594b0cd45830d2e33c7a474e4 that should fix this. Where is the master reposity for Marlin, bkubicek looks to all bout Ultimaker, ErikZalm all about gen6, no response on ErikZalm pull requests, but I can commit here. My pull requests have been issues for all machine variants.

bradleyf commented 13 years ago

jv4779: Pls contact bkubicek and commit it to our experimental branch

bkubicek commented 13 years ago

is it still an issue with my current state of the lcd implementation?

bkubicek commented 13 years ago

also, did you actually have LCD enabled at all? because otherwise that could never have been an issue.