Turn Calendar into drawing
This commit is contained in:
parent
a50e0999ca
commit
d04a697d51
4 changed files with 26 additions and 16 deletions
|
|
@ -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()?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue