Serialized! V0.696

This commit is contained in:
Zach Schimke 2021-08-23 20:40:13 -07:00
parent a7b7811d0f
commit 2f6b0dd326
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Voron V0.xxx Klipper Profile # Voron V0.696 Klipper Profile
Software: Software:
- [Raspberry Pi OS Lite "Buster"](https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) - [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) - 0ndsk4's [Nevermore Micro V4](https://github.com/0ndsk4/VoronUsers/tree/0ndsk4/printer_mods/0ndsk4/Nevermore_Air_Filter)
Updates: Updates:
- Serialized!
- Motion testing complete. Serial requested. - Motion testing complete. Serial requested.
- Inital config. Build in progress. - Inital config. Build in progress.

View File

@ -136,7 +136,7 @@ text:
{% set pos = printer.toolhead.position %} {% set pos = printer.toolhead.position %}
{ "X%-4.0fY%-4.0fZ%-5.2f" % (pos.x, pos.y, pos.z) } { "X%-4.0fY%-4.0fZ%-5.2f" % (pos.x, pos.y, pos.z) }
{% else %} {% else %}
{" V0.xxx"} {" V0.696"}
{% endif %} {% endif %}
[display_data __voron_display extruder] [display_data __voron_display extruder]