Skip to content

Kitchen Printers and KDS: Routing Tickets in a Pizzeria

4 min read

How to set up station printing in a pizzeria — oven, bar, desserts, expo — plus USB vs Bluetooth vs network, and the failures that ruin a rush.

Ticket printing is the most mundane part of a POS and, when it misbehaves, the thing that wrecks an entire night. Worth setting up properly once.

Why route tickets by station

In a working pizzeria the stations run on different clocks. The oven should get the pies, and get them immediately. The bar needs to know about drinks without reading the whole order. Desserts go out at the end. The register needs the full recap with the total.

If everyone gets the same piece of paper, everyone wastes time hunting for their part. With station routing, each position gets a ticket containing only what concerns it, the moment the order is fired.

Setting up your stations

Four usually covers a pizzeria:

  • Oven — pizzas and anything baked.
  • Drinks — bar, beer, soda.
  • Desserts — dessert and coffee, with optionally delayed firing.
  • Register / expo — full recap with total, order type, and delivery details.

Every menu item has to be mapped to a station during setup. It's the most demanding part of onboarding and the part you never touch again: if a pizza isn't mapped to the oven, that pizza simply won't print.

Printers vs kitchen display system (KDS)

Printers are cheap, familiar, and work when the network doesn't. Paper is physical, which is an advantage during a rush — a ticket you can grab beats a screen you have to scroll.

KDS screens eliminate paper cost, show order timers, and let you bump tickets as they're completed. They shine when you need visibility on how long each order has been waiting.

For most independent pizzerias, the practical setup is a printer at the oven and, if you want it, a KDS as a second layer for timing. Going all-screen with no printer at all is a bet on your network being perfect during peak — which it rarely is.

The three connection types

USB

Simplest and most stable. The printer connects directly to the terminal running orders. No network configuration, no signal issues. Limitation: it has to be physically near the device. Great for the register, awkward for the oven.

Bluetooth

No cable, useful for a mobile station or a printer a few feet away. Requires pairing and has limited range. A kitchen full of motors and metal surfaces isn't an ideal Bluetooth environment — evaluate case by case.

Network (wired or Wi-Fi)

The scalable option: the printer has its own IP address and receives tickets from any device on the network. It's the only sensible choice once you have more than one order-entry station.

Practical advice: use ethernet over Wi-Fi where you can. In kitchens, wireless is unstable exactly when you can't afford it. And assign the printer a static IP — otherwise it can vanish from the system after a router reboot.

The failures you'll actually hit

Tickets aren't reaching the oven. Nine times out of ten the item isn't mapped to the right station. Check the menu configuration before blaming the printer.

Printer shows offline after a reboot. Classic dynamic-IP problem. Switch to a static IP.

Garbled characters. Driver or character set issue: confirm the correct model and encoding are selected.

Paper runs out at the worst moment. Keep a spare roll at every printer and change it at the start of service, not when a ticket prints half a line.

Duplicate tickets. Usually a double-send from the operator. Good systems flag that an order has already been fired.

Choosing hardware

For restaurants the practical choice is a thermal 80mm printer: fast, quiet, no cartridges, running cost limited to paper.

One oven-specific caution: heat and steam shorten the life of any electronics. Put the printer as far from the oven mouth as the layout allows, in a ventilated spot, and consider a splash-resistant model.

FAQ

How many printers does a pizzeria need? Usually two or three: register, oven, and — if you have a separate bar — drinks. Desserts often share the bar printer.

Can I keep the printers I already have? If they're thermal receipt printers supported by the software, generally yes. Ask for the compatible model list before buying new hardware.

What happens to orders if a printer dies mid-service? A good POS retains orders and lets you reprint or reroute them to another printer. Test this during your trial.

Read next

← All articles