teemuatlut / Marlin

This fork of 3Dprinter firmware Marlin aims to add better support for Trinamic TMC drivers.
http://www.marlinfw.org/
GNU General Public License v3.0
26 stars 8 forks source link

Switch Case statement instead of complex testing #4

Closed LVD-AC closed 7 years ago

LVD-AC commented 7 years ago

This is what I did yesterday:

-Wrote 3 dummies to keep EEPROM lenght the same

-Reset the configs to the 'original' with autocal + menu disabled (but can be enabled of course)

Rework of probing section

Instead of those complex tests, I completely reworked the probing section into a switch case. Makes it so much more understandable what is going on. Tested it and it works as it should.

LVD-AC commented 7 years ago

Conflicts solved