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

Initial pass at standalone MMU2 #326

Closed vintagepc closed 3 years ago

vintagepc commented 3 years ago

Description

Standalone MMU2, also fixes a bug with the TMC SPI trace functionality because IRQs were bypassed

codecov[bot] commented 3 years ago

Codecov Report

Merging #326 (c9232f6) into master (613043b) will increase coverage by 0.00%. The diff coverage is 98.36%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #326   +/-   ##
=======================================
  Coverage   90.39%   90.40%           
=======================================
  Files         149      151    +2     
  Lines        6822     6834   +12     
=======================================
+ Hits         6167     6178   +11     
- Misses        655      656    +1     
Impacted Files Coverage Δ
parts/PrinterFactory.cpp 71.42% <ø> (ø)
parts/boards/MM_Control_01.h 100.00% <ø> (ø)
parts/components/HC595.h 100.00% <ø> (ø)
parts/components/MMU2.cpp 80.00% <ø> (-9.22%) :arrow_down:
parts/components/MMU2.h 100.00% <ø> (ø)
parts/printers/Prusa_MMU2.cpp 87.50% <87.50%> (ø)
MK404.cpp 86.50% <100.00%> (+0.05%) :arrow_up:
parts/boards/MM_Control_01.cpp 100.00% <100.00%> (ø)
parts/components/TMC2130.cpp 100.00% <100.00%> (ø)
parts/printers/Prusa_MMU2.h 100.00% <100.00%> (ø)
... and 2 more

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 613043b...c9232f6. Read the comment docs.