reprappro / Marlin

Reprap FW with look ahead. SDcard and LCD support. It works on Gen6, Ultimaker, RAMPS and Sanguinololu
46 stars 66 forks source link

Fix data overflow problem #17

Open earthengine opened 10 years ago

earthengine commented 10 years ago

The size of max_length is 3 but the loop is 4, so writing to max_length overrides other variables (in my case, exetudemultiply), which causes problems.