-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frameless sheets #1620
Frameless sheets #1620
Conversation
Currently only implemented by the single-turret tank sheet. More record sheets supported soon.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1620 +/- ##
===========================================
+ Coverage 2.15% 2.17% +0.02%
- Complexity 205 209 +4
===========================================
Files 266 266
Lines 30638 30754 +116
Branches 5236 5259 +23
===========================================
+ Hits 660 669 +9
- Misses 29825 29928 +103
- Partials 153 157 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and seems to work
If this has all of the changes in #1598 as well as CGL's request, Id' suggest closing the other and making this one be all of the changes. |
The other one will close automatically if this one is merged, and merging the other one will update this one to only be the relevant commits. It's decently smart about it. |
Depends on #1598. Doesn't use any features from that PR per se, but it touches the same files, and this prevents merge conflicts. If that PR hasn't been merged yet, this commit is the one with all the code changes for this PR.
Adds an option to draw record sheets without frames, as requested by CGL.
Support all the 'Mechs (Bipedal, Quad, Tripod, QuadVee, LAM, and SuperHeavy variants).
Since this feature isn't expected to be useful for our non-CGL users, the ISO paper and TO heat options disable frameless output entirely, and the row shading option produces bad output.