Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 386 forks source link

Version 1.3.3 - Stepper position status flashing #957

Closed Sherman-c closed 3 years ago

Sherman-c commented 3 years ago

Hi Thanks for the wonderful update, I experienced few issues after upgrade to version 1.3.3, I found the stepper motors status bar flashing with '?' Software version:: 1.3.3 Display firmware: DWIN_SET(Gotcha)

Also Set Home Position under Homing Menu is not working Steps to replicate the problem

  1. Home Z - nozzle moved X=155.0, Y=130.0, Z=11.42
  2. Home X - nozzle moved to the edge, X= 0, Y=130.0, Z=11.42
  3. Home Y - Bed moved to the edge, X=0, Y=0, Z=11.42
  4. Press Set Home Position - 2 beeps
  5. Press Home All Expect the nozzle will travel to position 0, 0, 11.42 Actual happen - X=155.0, Y=130.0, Z=11.42, same s Home Z Bug?

Regards Sherman

https://user-images.githubusercontent.com/68487284/120601568-78242680-c48d-11eb-8edb-4ea47e3349cf.mp4

HermanGaviriaMarin commented 3 years ago

Jyers added a blink to the coordinates, this changes once you home all the axis. Idk about the other problems lol, I'm a rookie and thats the only thing I could answer, it ain't much but its honest work. Coordinate Blink

Jyers commented 3 years ago

@tititopher68-dev Well put, that covers everything I believe :)