Zebra ZD611R Setup Guide
Date created: 2026-05-20
Setup Steps
-
Create a Windows System Restore point (optional, but recommended).
-
Ensure the printer is powered on but not yet connected to the computer via USB.
Plugging the USB cable in before being prompted by the installer can cause Windows to install an incorrect generic driver.
-
Install the driver:
-
Unzip
zddriver-v1062628275-certified.zip. -
Run the extracted
.exefile. -
Complete the installer wizard, then check the box for "Run the printer installation wizard" before clicking Finish.
-
On the Installation Options page of the Printer Installation Wizard, select Install Printer Driver.
-
On the Select Port page, select USB Port.
-
While on the Detect USB Printer page, connect the printer to the computer's USB port.
-
... [TODO remaining step]
-
-
Install Zebra Setup Utilities:
-
Unzip
zsu-1191327.zip. -
Run the extracted
.exefile. -
Complete the installation wizard. [TODO expand]
-
-
Configure the printer with Zebra Setup Utilities:
-
Open Zebra Setup Utilities.
-
Select the printer from the list.
-
Apply the settings using one of the following methods: a. Click Configure Printer Settings to set the label parameters, and complete the wizard using the section as a reference. b. Send commands directly to the printer as described in the section.
-
-
Install Zebra Browser Print:
-
Unzip
zebra-browser-print-windows-v132489.zip. -
Run the extracted
.exefile. -
Complete the installation wizard.
-
Launch Zebra Browser Print.
-
Right-click the Zebra logo icon in the Notification Area (System Tray) and select Settings from the context menu.
-
In the Browser Print Settings window, click Change next to "Default Devices" at the top. Select the first available USB printer (assuming only one USB printer is connected to the computer).
-
-
Add the printer to the Web Application:
-
Navigate to System Configuration → Defaults (in the sidebar navigation) → Inventory (tab).
-
In the Commands section, click Printer Config.
-
In the Barcode Printers modal window, click the Add button in the toolbar.
-
In the Edit Printer modal window form, configure the following fields:
-
| Field | Value | Note |
|---|---|---|
| Name | Zebra ZD611R | Example; must be unique. |
| DPI | 203 | |
| Printer Make | Zebra | |
| Print Mode | WebPrint | |
| Default Print Label | Inventory | At least "Inventory" must be checked. |
| Address | localhost:8008 | Unused, but required for saving (see note) |
-
The Address field is not used, but due to a bug is required for the form to validate and save successfully.
-
-
Add a label template to the Web Application:
-
Navigate to System Configuration → Defaults (in the sidebar navigation) → Inventory (tab).
-
In the Commands section, click Templates.
-
In the Command Templates modal window, click the Add button in the toolbar.
-
In the form on the left side of the New Template modal window, configure the following fields:
-
| Field | Value | Note |
|---|---|---|
| Name | ZD611R Inventory TID | Example; must be unique. |
| Description | ZD611R Inventory TID | Example; optional. |
| Printer | Zebra ZD611R | Name of the printer added in Step 7. |
| Label Types | Inventory | At least "Inventory" must be checked. |
-
Click Save in the toolbar at the bottom.
-
To populate the Command Area Text field, choose one of the following methods: a. Click Read File above the bottom-right toolbar, then open
zd611r_inventory_tid.txt. b. Paste the following snippet into the field verbatim:^XA
^MMT
~SD20
^LH0,0
^PW416
^LL224
^LS0
^FT46,67^AAN,18,10^FH\^FD[[CODE1]]^FS
^FT46,93^AAN,18,10^FH\^FD[[DESCR1]]^FS
^RS8,,,1
^RU
^BY1,3,53^FT46,160^BCN,,Y,N,,A
^FD#F^FS
^PQ1,0,1,Y
^XZ -
Click Save And Close.
-
To verify the printer and template settings, reopen the Command Templates window by clicking Templates again to view the grid.
-
Verify that your new template is visible in the grid and features "ZPL" in the Language column.
The Language column was recently added and is hidden by default, so it will need to be unhidden if it is not already showing.
-
Return to the main content area. In the Commands section, select your template name from the Inventory dropdown menu.
-
Click Save at the top-left of the main content area.
-
Reference
Label Specifications
These are the label specifications used during printer setup and testing.
If a different label stock is installed in the future, these dimensions should be updated to prevent misaligned printing.
| Label Dimension | Value |
|---|---|
| Label (sticker) width | 45 mm |
| Label height | 18 mm |
| Gap height | 17 mm |
| Pitch (top-to-top distance) | 25 mm |
| Backing (liner) width | 55 mm |
| Roll Detail | Value |
|---|---|
| Description | 45 mm x 18 mm TT labels, 7 mm gap, 55 mm liner, on 25 mm core |
| Core size | 25 mm |
| Material | Thermal Transfer (TT) |
Recommended Settings
These are the recommended settings to use when configuring the printer from Zebra Setup Utilities using the Printer Settings Wizard. To open this wizard, select your printer from the list and click Configure Printer Settings. If a field or page is not listed below, accept its default value.
| Wizard Page | Field | Value | Note |
|---|---|---|---|
| Label Parameters | Units | mm | |
| Width | 45 | ||
| Height | 18 | ||
| Speed and Darkness | Darkness | 20 | Optional, but recommended |
| Media | — | — | Leave all defaults unchanged |
| Advanced settings | — | — | Leave all defaults unchanged |
| Real Time Clock | — | — | Leave all defaults unchanged |
Printer Configuration ZPL
The label settings can also be applied to the printer by sending ZPL commands directly to the machine.
To apply these settings, select the printer in Zebra Setup Utilities and click Open Communication With Printer to open the Direct Communication dialog box. Open the zd611r_label_2026-05-20.zpl file inside this window, then click Send To Printer to transmit the loaded commands.
Alternatively, copy the ZPL in the section below after removing the annotation comments.
Annotated ZPL
~SD15
~TA000
~JSN
^XA ; begin label format
^SZ2
^PW360 ; print width in dots (matches 45 mm)
^LL144 ; label length in dots (matches 18 mm)
^PON
~SD20 ; darkness level (20)
^PR4,4 ; speed
^PMN
^MNY ; gap/web media sensing active
^LS0
^MTT ; media type: thermal transfer active
^MMT,N ; print mode: tear-off active
^MPE ; calibrate media on power-up
^XZ ; end label format
^XA^JUS^XZ ; save settings to printer
! U1 setvar "media.draft_mode" "off"