Products
Product catalogue & quick label printing| Image | Product details⇅ | Brand⇅ | SKU⇅ | EAN | ASIN | Source⇅ | Print Options | Actions |
|---|
Templates
Label designs for the Brother QL-700New template
Templates (0)
Print labels
Send a design straight to the Brother QL-700Print job
Preview
Barcode runs
Print unit labels, one product at a time, without losing your placeFind a product
Label printing
Brother QL-700 · 29 mm continuousSet this PC up for printing
A website cannot reach a USB printer on its own, so each PC with a Brother QL-700 needs a small local helper — the print bridge. It listens on this machine only, takes the finished label image from the app and sends it to the printer as raw raster data, which is why no print dialog appears and the driver’s paper size never gets in the way.
On the new PC:
- Install the Brother QL-700 driver from Brother’s site and plug the printer in.
- Open this app, come to this page and press Download bridge for Windows.
- Double-click Install Brother QL-700 Bridge.cmd in Downloads. Windows SmartScreen may warn about an unrecognised file — choose More info → Run anyway, it is the script below and nothing else.
- It installs to C:\LabelStudio, starts the bridge and adds it to Startup. Come back here and press Check status.
Printer setup — Brother QL-700, DK-22210 (29 mm continuous)
The printer is reporting 29 mm continuous tape while the job it received says 62 mm × 29 mm (DK-11209) — the QL-700 driver's factory default. The browser does not read the paper size from this page; it takes it from the driver. There are two places that hold a paper size and the browser uses the second one, which is why changing only the first has no effect.
1 · Create a continuous format of the right length
- Windows Settings → Bluetooth & devices → Printers & scanners → Brother QL-700 → Printer properties.
- Advanced tab → Printing Defaults… (not “Printing preferences” — this is the one browsers read)
- In that dialog: Advanced tab → Continuous Tape Format → Settings…
- New → Name LS 29×62, Width 29.0 mm, Length 62.0 mm, feed 0 → Add → OK.
- Back on the Basic tab: Paper Size = LS 29×62, auto cut on, cut every 1 label, quality 300 × 300 dpi → OK, OK.
2 · Mirror it to the per-user setting
- Same printer → Printing preferences → Basic tab → Paper Size = LS 29×62 → OK.
- Close the browser completely and reopen it. Chrome and Edge cache the printer's paper list and default at startup, so this step is not optional.
3 · Every print
- Printer Brother QL-700, paper size LS 29×62, Scale 100 % / Actual size, Margins None, Background graphics on, headers and footers off.
- Each template length needs its own format — repeat step 1 for 29 × 50, 29 × 60 and so on.
- Measure the first label with a ruler. Out by a few percent means the browser is scaling; fix the scale setting, never resize the template to compensate.
The bridge — printing with no dialog and no paper-size fight
P-touch Editor does not use the ordinary paper-size mechanism at all: it sends raw raster commands straight to the printer, declaring the media in the data stream itself. ql700-bridge.ps1 does the same thing. The Windows driver's paper setting is never consulted, so the “roll of labels or tape … does not match” message cannot occur, and no print dialog appears.
- Put ql700-bridge.ps1 somewhere permanent, e.g. C:\LabelStudio\.
- Open PowerShell in that folder and run the orientation test once:
powershell -ExecutionPolicy Bypass -File .\ql700-bridge.ps1 -TestPattern - Look at the label that comes out. Thick bar down the left and across the top, text upright = correct. Bar on the right → add -Mirror. Upside down → add -FlipVertical.
- Start the bridge and leave the window open:
powershell -ExecutionPolicy Bypass -File .\ql700-bridge.ps1 - Come back to Products → Print labels. It should say bridge running. Press Print via bridge.
Barcode size — why it matters
A full EAN-13 at 100 % magnification needs 37.3 mm including its quiet zones. On a 29 mm label with 3 mm margins you only have 23 mm across, which is about 62 % — below the GS1 minimum of 80 % and often rejected by retail scanners.
Fix: rotate the barcode field 90° so it runs down the length of the label. The designer shows a live magnification figure on every barcode field — keep it green.
Shortcuts and data
↑↓←→ nudge · Shift+arrow fine nudge · Ctrl+D duplicate · Delete remove · Esc deselect
Everything is stored in this browser only. Use Export backup regularly — clearing browsing data will wipe the products and templates.