Turn Calendar into drawing

This commit is contained in:
Joscha 2024-03-30 12:21:38 +01:00
parent a50e0999ca
commit d04a697d51
4 changed files with 26 additions and 16 deletions

View file

@ -56,7 +56,7 @@ impl Printer {
})
}
pub fn rip(&mut self) -> anyhow::Result<()> {
pub fn feed(&mut self) -> anyhow::Result<()> {
if let Some(printer) = &mut self.printer {
printer.init()?.feeds(4)?.print()?;
}