diff --git a/README.md b/README.md index c23032f..e1f89bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Voron V0.xxx Klipper Profile +# Voron V0.696 Klipper Profile Software: - [Raspberry Pi OS Lite "Buster"](https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) @@ -22,6 +22,7 @@ Mods/Deviations (W.R.T. Stock V0.1): - 0ndsk4's [Nevermore Micro V4](https://github.com/0ndsk4/VoronUsers/tree/0ndsk4/printer_mods/0ndsk4/Nevermore_Air_Filter) Updates: +- Serialized! - Motion testing complete. Serial requested. - Inital config. Build in progress. diff --git a/display.cfg b/display.cfg index 2c26df3..3b056a4 100644 --- a/display.cfg +++ b/display.cfg @@ -136,7 +136,7 @@ text: {% set pos = printer.toolhead.position %} { "X%-4.0fY%-4.0fZ%-5.2f" % (pos.x, pos.y, pos.z) } {% else %} - {" V0.xxx"} + {" V0.696"} {% endif %} [display_data __voron_display extruder]