www.graphicproducts.com Open in urlscan Pro
2606:4700:3036::6815:3707  Public Scan

Submitted URL: https://go.graphicproducts.com/api/mailings/click/PMRGSZBCHIYTSNRZGM2DQMBMEJ2XE3BCHIRGQ5DUOBZTULZPO53XOLTHOJQXA2DJMNYHE33EOVRXI...
Effective URL: https://www.graphicproducts.com/product/duralabel-toro-max/
Submission: On August 15 via api from US — Scanned from DE

Form analysis 13 forms found in the DOM

<form class="aa-Form" action="" novalidate="" role="search">
  <div class="aa-InputWrapperPrefix"><label class="aa-Label" for="autocomplete-0-input" id="autocomplete-0-label"><button class="btn btn-orange float-right" type="submit"
        onclick="SearchResults();return false;"><i class="fas fa-search"></i></button></label>
    <div class="aa-LoadingIndicator" hidden=""><svg class="aa-LoadingIcon" viewBox="0 0 100 100" width="20" height="20">
        <circle cx="50" cy="50" fill="none" r="35" stroke="currentColor" stroke-dasharray="164.93361431346415 56.97787143782138" stroke-width="6">
          <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;90 50 50;180 50 50;360 50 50" keyTimes="0;0.40;0.65;1"></animateTransform>
        </circle>
      </svg></div>
  </div>
  <div class="aa-InputWrapper"><input class="aa-Input" aria-autocomplete="both" aria-labelledby="autocomplete-0-label" id="autocomplete-0-input" autocomplete="off" autocorrect="off" autocapitalize="off" enterkeyhint="search" spellcheck="false"
      placeholder="Search Products by SKU or Keyword" maxlength="512" type="search"></div>
  <div class="aa-InputWrapperSuffix"><button class="aa-ClearButton" type="reset" title="Clear" hidden=""><svg class="aa-ClearIcon" viewBox="0 0 24 24" width="18" height="18" fill="currentColor">
        <path
          d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z">
        </path>
      </svg></button></div>
</form>

POST

<form id="quick-login" method="post">
  <input name="__RequestVerificationToken" type="hidden" value="AOcOaKihI0WT7Q7eX9GwzCIqTTExnTLV9Sd22r6DJjUND7iSHkA-WJsAoNGmB6xS7D5m4AvTB8kxRMC1fVx4-iRnQTqexdq00zuPKlx6qUU1">
  <div class="form-group">
    <label class="form-check-label" for="Email">Email Address</label>
    <input type="email" autocomplete="email" id="QuickEmail" name="Email" class="form-control" placeholder="email@example.com">
  </div>
  <div class="form-group">
    <label class="form-check-label" for="Password">Password</label>
    <input type="password" autocomplete="current-password" class="form-control" id="QuickPassword" name="Password" placeholder="Password">
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="QuickRememberMe" name="RememberMe">
    <label class="form-check-label" for="RememberMe">
      <span> Remember Me</span>
    </label>
  </div>
  <button type="submit" style="display:inline" class="btn btn-blue bold w-50 float-right" onclick="DataSaveHeader(this, 'customerlogin', '#quick-login', 'customer');return false;">Sign in</button>
</form>

post

<form action="post" class="global-form">
  <span class="title px-2 pb-2">Enter item SKU# and quantity</span>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_0" id="Sku_0" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_0" id="ProductId_0">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_0" id="qty_0" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_1" id="Sku_1" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_1" id="ProductId_1">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_1" id="qty_1" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_2" id="Sku_2" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_2" id="ProductId_2">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_2" id="qty_2" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_3" id="Sku_3" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_3" id="ProductId_3">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_3" id="qty_3" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase;" name="Sku_4" id="Sku_4" placeholder="Item #" onclick="this.select()" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="ProductId_4" id="ProductId_4">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="Quantity_4" id="qty_4" placeholder="1" value="1" onclick="this.select()" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2">
    <div class="btn-holder col-12">
      <button class="btn bold btn-orange w-100" onclick="QuickOrderToCart(this);return false;"><i class="circle-o-notch-centered"></i>Add to Cart</button>
    </div>
  </div>
</form>

POST

<form id="quick-mobile-login" method="post">
  <div class="form-group">
    <label class="form-check-label" for="Email">Email Address</label>
    <input type="email" autocomplete="email" id="MobQuickEmail" name="Email" class="form-control" placeholder="email@example.com">
  </div>
  <div class="form-group">
    <label class="form-check-label" for="Password">Password</label>
    <input type="password" autocomplete="current-password" class="form-control" id="MobQuickPassword" name="Password" placeholder="Password">
  </div>
  <div class="form-check">
    <input type="checkbox" class="form-check-input" id="MobQuickRememberMe" name="RememberMe">
    <label class="form-check-label" for="RememberMe">
      <span> Remember Me</span>
    </label>
  </div>
  <button type="submit" style="display:inline" class="btn btn-blue bold w-100" onclick="DataSaveLogin(this, 'customerlogin', '#quick-mobile-login', 'customer');return false;">Sign in</button>
</form>

post

<form action="post" class="global-form pb-3">
  <span class="title px-2 pb-2">Enter item SKU# and quantity</span>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_0" id="M-Sku_0" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_0" id="M-ProductId_0">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_0" id="M-qty_0" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_1" id="M-Sku_1" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_1" id="M-ProductId_1">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_1" id="M-qty_1" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_2" id="M-Sku_2" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_2" id="M-ProductId_2">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_2" id="M-qty_2" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_3" id="M-Sku_3" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_3" id="M-ProductId_3">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_3" id="M-qty_3" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2 pb-0">
    <div class="form-group col-8">
      <input class="form-control" type="text" style="text-transform:uppercase" name="M-Sku_4" id="M-Sku_4" placeholder="Item #" onchange="IsSkuValid(this); return false;">
      <input type="hidden" name="M-ProductId_4" id="M-ProductId_4">
    </div>
    <div class="form-group col-4">
      <input class="form-control" type="text" name="M-Quantity_4" id="M-qty_4" placeholder="0" onchange="IsQuantityValid(this); return false;">
    </div>
  </div>
  <div class="form-row px-2">
    <div class="btn-holder col-12">
      <button class="btn bold btn-orange w-100" onclick="QuickOrderToCart(this);return false;"><i class="circle-o-notch-centered"></i>Add to Cart</button>
    </div>
  </div>
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" id="ProductID" value="76133">
  <input type="hidden" name="ProductName" id="ProductName" value="DuraLabel Toro Max Industrial Label Printer">
  <input type="hidden" name="ProductSKU" id="ProductSKU" value="DLTOROMAX">
  <input type="hidden" name="ProductPrice" id="ProductPrice" value="2495.0000">
  <input type="hidden" name="OldPrice" id="OldPrice" value="0.0000">
  <input type="hidden" name="DiscountAmount" id="DiscountAmount">
  <input type="hidden" name="DiscountPercent" id="DiscountPercent">
  <input type="hidden" name="ParentSKU" id="ParentSKU" value="DLTOROMAX">
  <div class="topaddproduct">
    <div class="price row col-8 pl-0 no-gutters">
      <span class="money bold col-6 pl-0 d-inline"><sup class="super">$</sup>2,495<sup class="super">.00</sup></span>
    </div>
    <div class="d-flex flex-row-reverse quantity col-4 p-0">
      <button type="button" class="add btn bold" onclick="AdjustQuantity(this, 'add'); return false;">+</button>
      <input class="form-control entered-quantity" onblur="AdjustQuantity(this, ''); return false;" name="EnteredQuantity" value="1">
      <button type="button" class="sub btn bold" onclick="AdjustQuantity(this, 'sub'); return false;">-</button>
    </div>
  </div>
  <button type="submit" value="add" class="btn bold btn-orange w-100" id="addproduct_76133" onclick="AddProductToCart(this);return false;">
    <i class="circle-o-notch-centered"></i>&nbsp;Add to cart </button>
  <div class="card-favorite" style="float:left; margin-top:10px;">
    <a href="#" onclick="AddFavorite(this, 76133, 'DLTOROMAX');return false;">
                <i class="far fa-heart fa-custom"></i> &nbsp;Add to Favorites List
            </a>
  </div>
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="76133">
  <input type="hidden" name="ProductName" value="DuraLabel Toro Max Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLTOROMAX">
  <input type="hidden" name="ProductPrice" value="2495.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66630">
  <input type="hidden" name="ProductName" value="DuraLabel Kodiak Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLKODIAK">
  <input type="hidden" name="ProductPrice" value="3995.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="84228">
  <input type="hidden" name="ProductName" value="DuraLabel Bronco Max Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLBRONCOMAX">
  <input type="hidden" name="ProductPrice" value="1495.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66670">
  <input type="hidden" name="ProductName" value="DuraLabel Lobo Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLLOBO">
  <input type="hidden" name="ProductPrice" value="895.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="66651">
  <input type="hidden" name="ProductName" value="DuraLabel PRO 300 Industrial Label Printer">
  <input type="hidden" name="ProductSKU" value="DLP300">
  <input type="hidden" name="ProductPrice" value="1995.0000">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

POST

<form method="post">
  <input type="hidden" name="ProductID" value="70274">
  <input type="hidden" name="ProductName" value="Outdoor RTK Diamond Labels">
  <input type="hidden" name="ProductSKU" value="RTK-OD">
  <input type="hidden" name="ProductPrice" value="137.9900">
  <input type="hidden" class="entered-quantity" name="EnteredQuantity" value="1">
  <img src="/assets/images/add-to-cart.svg" width="53" height="31" onclick="AddProductToCart(this);return false;">
</form>

Name: nwsfrmPOST

<form style="display: inline;" id="nwsfrm" name="nwsfrm" enctype="application/x-www-form-urlencoded" method="post">
  <div class="form-group">
    <input id="success_location" name="success_location" type="hidden" value="https://www.graphicproducts.com/product/duralabel-toro-max/?video=97m5zamm3w">
    <input id="error_location" name="error_location" type="hidden" value="https://www.graphicproducts.com/product/duralabel-toro-max/?video=97m5zamm3w">
    <input class="form-control" id="nwsfrmEmail" name="email" placeholder="Enter your email address" required="required" type="text" value="">
    <button type="submit" class="btn-blue btn bold" id="nwsfrmSubmit">Sign Up</button>
  </div>
</form>

Text Content

Keeping You Safe Since 1970

1-888-326-9244

Favorites

Contact

 * 
 * My Account
   Email Address
   Password
   Remember Me
   Sign in
   
   No Account? Sign up
   Forgot password?
 * Cart (0)

 * Printers & Supplies Printers
   
   
   TORO MAX
   
   NEW! portable all-in-one
    * Learn More
    * Toro Max Supplies
   
   
   BRONCO MAX
   
   NEW! reliable workhorse
    * Learn More
    * Bronco Max Supplies
   
   
   DURALABEL KODIAK
   
   Multi-color, large format
    * Learn More
    * Kodiak Supplies
   
   
   DURALABEL LOBO
   
   Grab n' go labeler
    * Learn More
    * Lobo Supplies
   
   
   DURALABEL TORO
   
   Mobile, stand-alone
    * Support
    * Toro Supplies
   
   
   DURALABEL BRONCO
   
   Industrial, efficient
    * Support
    * Bronco Supplies
   
   
   DURALABEL PRO 300
   
   Simple and reliable
    * Learn More
    * Pro Series Supplies
   
   
   LEGACY PRINTERS
   
   Support and Supplies
    * Learn More
    * Shop All Supplies
   
   
   QUICK LINKS
   
   
   ALL PRINTERS
   
   
   PRINTER KITS
   
   
   PRINTER SUPPLIES
   
   
   PRINTER RIBBONS
   
   
   ACCESSORIES
   
   
   PRINTER SUPPORT
   
   
   LABELING SOFTWARE

 * Safety Signs
   
   
   COMPLIANCE SIGNS
   
    * Chemical Signage
    * Confined Space Signs
    * Electrical Hazard Signs
    * Fire Signage
    * PPE Safety Signs
    * All Compliance Signs
   
   
   FACILITY SIGNS
   
    * Restricted Area Signs
    * Smoking Signs
    * Machinery Signs
    * Bathroom Signs
    * Clearance Signs
    * All Facility Signs
   
   
   TRAFFIC SIGNS
   
    * Directional Signs
    * Exit Signs
    * Forklift Signs
    * Emergency Signs
    * All Traffic Signs
   
   
   FLOOR SIGNS
   
    * Blank Floor Signs
    * Exit Floor Signs
    * Fire Safety Floor Signs
    * First Aid Floor Signs
    * LOTO Floor Signs
    * All Floor Signs
   
   
   RELATED RESOURCES
   
   EHS Manager's Guide OSHA Safety Signs Guide Labeling Your Facility for Safety
   Safety Labels vs. Signs
   
   SEE MORE
   
 * Floor Marking
   
   
   FLOOR TAPE
   
    * 5S Floor Tape
    * Aisle Tape
    * Glow in the Dark Tape
    * Reflective Tape
    * Anti-Slip Tape
    * All Floor Tape
   
   
   FLOOR SIGNS
   
    * Blank Floor Signs
    * Exit Floor Signs
    * Fire Safety Floor Signs
    * First Aid Floor Signs
    * LOTO Floor Signs
    * All Floor Signs
   
   
   FLOOR MARKING SHAPES
   
    * Floor Marking Corners
    * Floor Marking T's
    * Floor Marking Footprints
    * Floor Marking Circles
    * Floor Marking Arrows
    * All Floor Marking Shapes
   
   
   OTHER
   
    * Discount Bundles
    * Floor Marking Accessories
    * Floor Laminate
   
   
   LUMEN PROJECTORS
   
    * Lumen Sign Projector
    * Lumen Line Projector
    * Lumen Accessories
   
   
   RELATED RESOURCES
   
   Floor Marking Best Practices Floor Marking Color Chart What is Floor Marking?
   Floor Tape vs. Paint
   
   SEE MORE
   
 * Pipe Markers
   
   
   SHOP BY STANDARD
   
    * ANSI A13.1 Pipe Markers
    * Ammonia (IIAR) Pipe Markers
    * Medical (NFPA 99) Pipe Markers
    * Marine (ISO 14726) Pipe Markers
    * European Pipe Markers
    * All Pipe Markers
   
   
   ANSI PIPE MARKERS
   
    * Fire Quenching
    * Flammable/Oxidizing
    * Toxic or Corrosive
    * Compressed Air
    * Various Water
    * All ANSI Pipe Markers
   
   
   OTHER
   
    * Pipe Marking Accessories
    * Valve Tags
    * Arrow Banding Tape
   
   
   
   
   RELATED RESOURCES
   
   Pipe Marking Best Practices Facility Pipe Marking Guide Pipe Marking Basics
   Getting Started with Pipe Marking
   
   SEE MORE
   
 * COVID-19
   
   
   COVID-19 SOLUTIONS
   
    * Safety Signs
    * Printer Kits
    * Awareness Posters
    * A-Frame Signs
    * Sneeze Guards
    * All COVID-19 Solutions
   
   
   SOCIAL DISTANCING
   
    * Social Distancing Signs
    * Social Distancing Floor Signs
    * Social Distancing Floor Tape
    * All Social Distancing
   
   
   COVID-19 BY INDUSTRY
   
    * Grocery & Retail
    * Medical & Healthcare
    * Office Settings
    * Restaurants & Food Service
    * Food Manufacturing
    * Construction
    * Manufacturing
    * Finance
    * Transportation
    * Education
   
   
   
   
   RELATED RESOURCES
   
   COVID-19 Safety At Work Webinar Social Distancing Reference Chart
   
   SEE MORE
   

 * Resources
 * Help
 * Free Samples
 * Quick Order
   Enter item SKU# and quantity
   
   
   
   
   
   Add to Cart


0
 * My Account
 * Printers & Supplies
 * Safety Signs
 * Floor Tape
 * Pipe Markers
 * COVID-19

 * Resources
 * Help
 * Free Samples
 * Quick Order
 * Favorites
 * Contact Us

 * Back
 * MY ACCOUNT
 * Account
 * Orders
 * Track My Order
 * Addresses
 * Login & Security
 * Payment Methods
 * Carrier Accounts
 * Favorites Lists
 * Sign Out

 * Back
 * SIGN IN
 * Email Address
   Password
   Remember Me
   Sign in
   
   No Account? Sign up
   Forgot password?

 * Back
 * Quick Order

Enter item SKU# and quantity





Add to Cart
 * Back
 * Printers & Supplies
 * DuraLabel Toro Max
 * DuraLabel Bronco Max
 * DuraLabel Toro
 * DuraLabel Bronco
 * DuraLabel Kodiak
 * DuraLabel Lobo
 * DuraLabel PRO 300

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Toro Max
 * Toro Max Printer
 * Toro Max Supplies
 * Toro Max Ribbon
 * Toro Max Accessories
 * Toro Max Bundles and Kits
 * Toro Max Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Bronco Max
 * Bronco Max Printer
 * Bronco Max Supplies
 * Bronco Max Ribbon
 * Bronco Max Accessories

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Toro
 * Toro Supplies
 * Toro Ribbon
 * Toro Accessories
 * Toro Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Bronco
 * Bronco Supplies
 * Bronco Ribbon
 * Bronco Accessories
 * Bronco Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Kodiak
 * Kodiak Printer
 * Kodiak Supplies
 * Kodiak Ribbon
 * Kodiak Accessories
 * Kodiak Bundles and Kits
 * Kodiak Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel Lobo
 * Lobo Printer
 * Lobo Supplies
 * Lobo Ribbon
 * Lobo Accessories
 * Lobo Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * DuraLabel PRO 300
 * DLP 300 Printer
 * DLP 300 Supplies
 * DLP 300 Ribbon
 * DLP 300 Accessories
 * DLP 300 Bundles and Kits
 * DLP 300 Support

 * Shop All Printers
 * Shop All Supplies
 * Shop All Ribbons
 * Labeling Software

 * Back
 * Safety Signs
 * Compliance Signs
 * Facility Signs
 * Traffic Signs
 * Floor Signs

 * Shop All Safety Signs

 * Back
 * Compliance Signs
 * Chemical Signage
 * Confined Space Signs
 * Electrical Hazard Signs
 * Fire Signage
 * PPE Safety Signs

 * All Compliance Signs

 * Back
 * Facility Signs
 * Restricted Area Signs
 * Smoking Signs
 * Machinery Signs
 * Bathroom Signs

 * All Facility Signs

 * Back
 * Traffic Signs
 * Directional Signs
 * Exit Signs
 * Emergency Signs
 * Forklift Signs

 * All Traffic Signs

 * Back
 * Floor Signs
 * Blank Floor Signs
 * Exit Floor Signs
 * Fire Safety Floor Signs
 * First Aid Floor Signs
 * LOTO Floor Signs

 * All Floor Signs

 * Back
 * Floor Tape
 * General Floor Tape
 * Floor Signs
 * Floor Marking Shapes
 * Other

 * Shop All Floor Tape

 * Back
 * Floor Tape
 * 5S Floor Tape
 * Aisle Tape
 * Glow in the Dark Tape
 * Reflective Tape
 * Anti-Slip Tape

 * All Floor Tape

 * Back
 * Floor Signs
 * Blank Floor Signs
 * Exit Floor Signs
 * Fire Safety Floor Signs
 * First Aid Floor Signs
 * LOTO Floor Signs
 * All Floor Signs

 * All Floor Signs

 * Back
 * Floor Marking Shapes
 * Floor Marking Corners
 * Floor Marking T's
 * Floor Marking Footprints
 * Floor Marking Circles
 * Floor Marking Arrows

 * All Floor Marking Shapes

 * Back
 * Other
 * Discount Bundles
 * Floor Marking Accessories
 * Floor Laminate
 * Lumen Projectors

 * Back
 * Pipe Markers
 * Shop By Standard
 * ANSI Pipe Markers
 * Other

 * Shop All Pipe Markers

 * Back
 * Shop By Standard
 * Standard (ANSI A13.1) Pipe Markers
 * Ammonia (IIAR) Pipe Markers
 * Medical (NFPA 99) Pipe Markers
 * Marine (ISO 14726) Pipe Markers
 * European Pipe Markers

 * All Pipe Markers

 * Back
 * ANSI Pipe Markers
 * Fire Quenching
 * Flammable/Oxidizing
 * Toxic or Corrosive
 * Compressed Air
 * Various Water

 * All ANSI Pipe Markers

 * Back
 * Other
 * Pipe Marking Accessories
 * Valve Tags
 * Arrow Banding Tape

 * Back
 * COVID-19
 * COVID-19 Solutions
 * Social Distancing
 * COVID-19 By Industry

 * Shop All COVID-19 Solutions

 * Back
 * COVID-19 Solutions
 * Safety Signs
 * Printer Kits
 * Awareness Posters
 * A-Frame Signs
 * Sneeze Guards

 * All COVID-19 Solutions

 * Back
 * Social Distancing
 * Social Distancing Signs
 * Social Distancing Floor Signs
 * Social Distancing Floor Tape

 * All Social Distancing

 * Back
 * COVID-19 By Industry
 * Grocery & Retail
 * Medical & Healthcare
 * Office Settings
 * Restaurants & Food Service
 * Food Manufacturing
 * Construction
 * Manufacturing
 * Finance
 * Transportation
 * Education

 * 

 * Home
 * Industrial Label Printers
 * Labeling and Signage
 * DuraLabel Toro Max Industrial Label Printer

{"id":"76133","name":"DuraLabel Toro Max Industrial Label
Printer","sku":"DLTOROMAX","price":"2495.0000","brand":"DuraLabel","position":0}


DURALABEL TORO MAX INDUSTRIAL LABEL PRINTER

1 review

SKU: DLTOROMAX

Hover to zoom



DURALABEL TORO MAX INDUSTRIAL LABEL PRINTER

1 review

SKU: DLTOROMAX

Toro Max is the perfect mid-size, all-in-one safety labeling solution for any
industry. Design and print standardized and completely custom labels and signs
anytime, anywhere. Print onto ½” to 4’’ wide supply to create a range of labels
and signs, from small inventory labels and tags to OSHA safety signs, arc flash
warnings, and pipe markers.

$2,495.00
+ -
 Add to cart
 Add to Favorites List

Most orders ship
same day.

Shipping & Returns Policy



PRODUCT DESCRIPTION

 * All-inclusive: Toro Max is ready to operate right out of the box without the
   need for a computer. Design labels instantly using the 9" full-color
   touchscreen, flip-down keyboard, wireless mouse, and built-in label software.
   See more details and benefits in the DuraLabel Toro Max flyer.
 * Zero to print: load supplies and start printing in seconds with
   auto-calibration functionality.
 * Fully portable: print remotely in the field for hours with an optional
   battery.
 * Smart software: LabelForge PRO lets you create standardized labels to meet
   regulatory requirements using templates or customize labels from scratch.
 * Durable supplies  choose from 40+ types of supplies made for a range of
   industry-specific needs and indoor/outdoor environments.
 * Backwards compatible: Toro Max uses the same vinyl supplies as the DuraLabel
   Bronco and Toro, so you can do more and spend less.
 * Built in the USA: all DuraLabel printers are assembled entirely in-house by
   our expert technicians.
 * 5-year warranty: all DuraLabel printers are warrantied to be free of defects
   and failure within five years of purchase. Read more here.
 * Lifetime support: get free technical support for the life of your product.




SPECIFICATIONS

 * Dimensions
   
   13.5"(W) x 10.25"(D) x 8.5"(H)

 * Weight
   
   12.5 lbs (5.67 kg)

 * Print technology
   
   Thermal Transfer

 * Resolution
   
   300 DPI

 * Print speed
   
   Up to 3" per second

 * Print width
   
   0.5" - 4.0"

 * Maximum print length
   
   120"

 * Indicators
   
   Power, Printer Status, Supply Status, Battery Status

 * Buttons
   
   Power, Supply Feed, Keyboard Release, Screen Release, Battery Release

 * Connectivity
   
   USB 2.0 (4x USB-A, 1x USB-B), Ethernet

 * Display
   
   9" Capacitive Touchscreen

 * Memory
   
   4GB Flash, 1GB SDRAM

 * Cutter
   
   Automatic

 * Input voltage
   
   100-240 VAC

 * Software
   
   LabelForge PRO (Arc Flash Module, Label Editor Module, GHS Module, NFPA
   Module, Pipe Marking Module) & PDF Viewer

 * Battery type
   
   Li-Ion (sold separately)

 * Operation temperature
   
   41°F to 104°F (5°C to 40°C)

 * Operation humidity
   
   30-85% , non-condensing

 * Storage temperature
   
   -40°F to 122°F (-20°C to 50°C)

 * Storage humidity
   
   10-90% , non-condensing

 * Sensors
   
   Adjustable reflective sensor, Gap transmissive sensor, Heater element
   diagnostic sensor

 * Ribbon supply capacity
   
   361' (max. length)

 * Warranty
   
   5 years

 * IsCustomizable
   
   False

 * Differentiator 1
   
   

 * Differentiator 2
   
   NEW

View More


REVIEWS

5
Out of 5.0
Overall Rating
100%
of customers that
buy this product give
it a 4 or 5-Star rating.



Great Updated Printer
April 10, 2023 by Michael (united states)
“I own a Toro (personally) as well as my employers have as well. When the Max
came out I opted to give it a go, and have come to find that the Toro Max is a
fantastic updated version of the Toro with quick ink substitutions, improved
portability, and flexibility. It is great that you can use your older Toro
supply in the Max as well. I guess my only hope is they figure out how to make
the Max a 2-color next. (no gauntlet tossed here GP!). The Toro Max is just part
of my private/personal arsenal of Dura Label printers from Graphic Products, as
a power user I also own the Lobo and Kodiak beyond the Toro Max and original
Toro.”
Response from graphicproducts.com:

Michael, wow, thank you for the kind words and fantastic review. It's customers
like you who motivate us to keep challenging ourselves to do better. Thank you
for trusting us and our products. I'll pass your suggestion on to our R&D team. 



Display OptionsSort ReviewsHighest to LowestNewest to OldestOldest to
NewestLowest to HighestFavorite Reviews


COMPARE PRINTER MODELS

Duralabel Toro Max

Portable all-in-one

Duralabel Kodiak

Two-Color, Large Format

Duralabel Bronco Max

Dependable workhorse

Duralabel Lobo

Grab n' Go Labeler

Duralabel Pro 300

Simple and Reliable Price $2495.00 $3995.00 $1495.00 $895.00 $1995.00 Tape
Widths 1/2"- 4" 4"- 10" 1/2"- 4" 1/2"- 2" 1/2"- 4" Dimensions 13.5" W x 10.25" D
x 8.5" H 17.4' W x 19.5" D x 11.8" H 13.5" W X 10.25" D X 8.5" H 11.63" W x
12.25" D x 4.35" H 8.4" W x 12.4" D x 7.4" H Screen 9 inch capacitive touch
screen Touchscreen 9" (diagonal) NA 3.5" diagonal color LCD NA PC Connectivity
Standalone, PC Connect Standalone, PC Connect PC Connect Standalone, PC Connect
PC Connect Color Printing Single Color Two Color Single Color Single Color
Single Color Portable Yes w/ optional battery No No Yes Yes w/ optional battery
Add to cart






RELATED PRODUCTS

{"id":"70274","name":"Outdoor RTK Diamond
Labels","sku":"RTK-OD","price":"137.9900","brand":"Graphic
Products","position":1}


OUTDOOR RTK DIAMOND LABELS

Supplemental chemical labeling


$137.99

1


;

Get the latest deals straight to your inbox
Sign Up
Trusted by These Companies



 * Graphic Products, Inc.
   9825 SW Sunshine Ct
   Beaverton, OR
   97005 USA
   

 * Business Hours:
   Monday - Friday
   5:30am - 5pm Pacific
   

 * 1-888-326-9244 (U.S./Canada)
 * +1-503-644-5572 (International)
 * 

 * Products
 * Printers
 * Printer Supplies
 * Safety Signs
 * Safety Labels
 * Floor Marking
 * Pipe Markers & Tags

 * Support
 * Shipping & Returns
 * Manage Account
 * Printer Support
 * Warranties
 * Content Usage Guidelines

 * Resources
 * Resource Center
 * Guides
 * Articles
 * Video Library
 * Safety Blog
 * Infographics
 * Webinars

 * Company
 * About Us
 * Careers
 * Become a Dealer
 * Find a Dealer
 * Press Room

NEED HELP?

Give us a call at 1-888-326-9244 and speak with an expert.


 * Copyright © 2023
 * All Rights Reserved
 * Terms and Conditions
 * Shipping and Returns
 * Privacy Policy
 * Do Not Sell My Personal Data

 

mgctlbxN$MZP mgctlbxV$5.3.7 mgctlbxL$C

mgctlbxN$MSC mgctlbxV$2.0.51 mgctlbxL$C
Click for sound



1:39

















Click for sound



1:39









Write a Review
 
Please rate



Continue to feedback.

No thanks. I would rather not participate in rating.
Write a headline for your review here...:

*Write a review about this product:

Only 50 characters left to turn your standard review into a featured review!

Please enter your information below so we can confirm that you received your
order and that the transaction went smoothly.:

*Name:
*Email:



Your email is safe. It will only be used for order confirmation and customer
care.


Thank you for your feedback.
Thank you for your feedback.

×
We Value Your Privacy
Settings
NextRoll, Inc. ("NextRoll") and our advertising partners use cookies and similar
technologies on this site and use personal data (e.g., your IP address). If you
consent, the cookies, device identifiers, or other information can be stored or
accessed on your device for the purposes described below. You can click "Allow
All" or "Decline All" or click Settings above to customize your consent.
NextRoll and our advertising partners process personal data to: ● Store and/or
access information on a device; ● Create a personalized content profile; ●
Select personalised content; ● Personalized ads, ad measurement and audience
insights; ● Product development. For some of the purposes above, our advertising
partners: ● Use precise geolocation data. Some of our partners rely on their
legitimate business interests to process personal data. View our advertising
partners if you wish to provide or deny consent for specific partners, review
the purposes each partner believes they have a legitimate interest for, and
object to such processing.
If you select Decline All, you will still be able to view content on this site
and you will still receive advertising, but the advertising will not be tailored
for you. You may change your setting whenever you see the Manage consent
preferences on this site.
Decline All
Allow All
Manage consent preferences