Skip to content

Commit

Permalink
First release of modded version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mriscoc committed May 17, 2023
1 parent 29f8207 commit fbaa91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions printrun/pronterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,8 @@ def about(self, event):

description = _("Printrun is a pure Python 3D printing"
" (and other types of CNC) host software.")

description += "\n\n" + \
description += "\nModded by MRiscoC for Professional Firmware custom G-codes support\n"
description += "\n" + \
_("%.02fmm of filament have been extruded during prints") \
% self.settings.total_filament_used

Expand Down

0 comments on commit fbaa91e

Please sign in to comment.