Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.77 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.77 KB

v0-870-klipper_config

V0.1-870

Klipper configs for this printer running fluidd.

Table of Contents

(!) = has important warning

Change Log

Changes will be noted here by date, title if needed, files changed, summary of changes.

Note: only changes of signifigance will be added.

  • 24-11-2021: Add nevermore filter warning.
    • Added
      • saved_cariables.cfg
        • To get the total's already in fluidd calculate the total time over to seconds and use it in totalprintingtime. For total filament used, multiply it by 1000 to get the value in mm.
        • filament_used = 0
        • filterusetime = 0
        • lastservicetime = 0
        • totalprintingtime = 0
      • macros/user_variables.cfg
        • variable_nevermore_use_time: 80 ; Nevermore change warning limit (In hours)`
      • macros/statistics.cfg
        • Grab the whole file, it's new. Thanks to zellneralex for making this awesome thing.
      • macros/printing.cfg
        • Add this to the [PRINT_END] macro to start adding time to the statistics, and checking the filter run-time:
        • _ADD_PRINT_TIME
        • _SD_PRINT_STATS R='done'
        • _SD_PRINTER_STATS

Printer Mods

Klipper Plugins

  • gcode_shell_command

Credits in no particular order