vintagepc / MK404

A functional Simulator for Prusa (Mini/Einsy) Rambo based printers
https://vintagepc.github.io/MK404/
GNU General Public License v3.0
72 stars 9 forks source link

Color-code stealth mode in the TMC2130 indicator #306

Closed wavexx closed 3 years ago

wavexx commented 3 years ago

Description

Use a different color ("acid green") for stealth mode, so that we can distinguish the driver state. Stuff you'd normally do "by ear" ;)

Behaviour/ Breaking changes

No change in code, just in visuals:

2021-04-18T223827

Have you tested the changes?

Lookin' good

Other

-

Linked issues:

Going to use this to debug the nasty "Delta_PSU" behavior...

codecov-commenter commented 3 years ago

Codecov Report

Merging #306 (51539fb) into master (07579a3) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #306   +/-   ##
=======================================
  Coverage   89.16%   89.17%           
=======================================
  Files         140      140           
  Lines        6619     6622    +3     
=======================================
+ Hits         5902     5905    +3     
  Misses        717      717           
Impacted Files Coverage Δ
parts/components/TMC2130.h 100.00% <ø> (ø)
parts/components/TMC2130.cpp 93.75% <100.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 07579a3...51539fb. Read the comment docs.