diff options
Diffstat (limited to 'klippy/extras/print_stats.py')
-rw-r--r-- | klippy/extras/print_stats.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klippy/extras/print_stats.py b/klippy/extras/print_stats.py index e7b6e97e..c9354b47 100644 --- a/klippy/extras/print_stats.py +++ b/klippy/extras/print_stats.py @@ -82,7 +82,7 @@ class PrintStats: self.print_start_time = None cmd_SET_PRINT_STATS_INFO_help = ( - "Pass slicer info like layer act and " "total to klipper" + "Pass slicer info like layer act and " "total to Kutter" ) def cmd_SET_PRINT_STATS_INFO(self, gcmd): |