Reduce feed distance
This commit is contained in:
parent
0392e29538
commit
b293408cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ impl Printer {
|
||||||
|
|
||||||
pub fn feed(&mut self) -> anyhow::Result<()> {
|
pub fn feed(&mut self) -> anyhow::Result<()> {
|
||||||
if let Some(printer) = &mut self.printer {
|
if let Some(printer) = &mut self.printer {
|
||||||
printer.init()?.feeds(4)?.print()?;
|
printer.init()?.feeds(3)?.print()?;
|
||||||
}
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue