Skip to content

Commit

Permalink
[Report][Template] Also substract excluded in the components counter
Browse files Browse the repository at this point in the history
See #730
  • Loading branch information
set-soft committed Nov 28, 2024
1 parent 758ab33 commit e81ca45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kibot/resources/report_templates/report_total_components.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Type,Front Side,Back Side,Total
THT,${top_tht-top_tht_dnp},${bot_tht-bot_tht_dnp},${total_tht-total_tht_dnp}
SMD,${top_smd-top_smd_dnp},${bot_smd-bot_smd_dnp},${total_smd-total_smd_dnp}
Total,${top_total-top_total_dnp},${bot_total-bot_total_dnp},${total_all-total_all_dnp}
THT,${top_tht-top_tht_dnp-top_tht_exc},${bot_tht-bot_tht_dnp-bot_tht_exc},${total_tht-total_tht_dnp-total_tht_exc}
SMD,${top_smd-top_smd_dnp-top_smd_exc},${bot_smd-bot_smd_dnp-bot_smd_exc},${total_smd-total_smd_dnp-total_smd_exc}
Total,${top_total-top_total_dnp-top_total_exc},${bot_total-bot_total_dnp-bot_total_exc},${total_all-total_all_dnp-total_all_exc}

0 comments on commit e81ca45

Please sign in to comment.