vintagepc / MK404

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

Fix lack of keys on standalone MMU2 #354

Closed vintagepc closed 2 years ago

vintagepc commented 2 years ago

Description

Changes inheritance of the "Prusa_MMU2" printer so that the FINDA keys are present.

For @3d-gussner

codecov[bot] commented 2 years ago

Codecov Report

Merging #354 (1fdc905) into master (8d86fc8) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #354      +/-   ##
==========================================
+ Coverage   91.40%   91.43%   +0.03%     
==========================================
  Files         167      167              
  Lines        7772     7792      +20     
==========================================
+ Hits         7104     7125      +21     
+ Misses        668      667       -1     
Impacted Files Coverage Δ
parts/Board.h 92.30% <ø> (ø)
parts/components/MMU2.h 100.00% <ø> (ø)
parts/components/MMU2.cpp 85.54% <100.00%> (+4.89%) :arrow_up:
parts/printers/Prusa_MMU2.cpp 100.00% <100.00%> (+11.11%) :arrow_up:
parts/printers/Prusa_MMU2.h 100.00% <100.00%> (ø)

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 8d86fc8...1fdc905. Read the comment docs.