Serialized! V0.696
This commit is contained in:
parent
a7b7811d0f
commit
2f6b0dd326
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue