null Skip to main content

Roland VersaObject CO-300i Flatbed UV Printer

$57,895.00
Financing Options:

Delivery zones: IL, IN, IA, WI 

This item will ship via LTL Freight 

Take object customization to new heights with the VersaOBJECT CO-i series of UV flatbed printers. Digital UV printing has never been more versatile and the CO-i series is the perfect solution for customizing boards or objects up to 9.5 inches (242 mm) in height and even irregular 3D objects.

  • Premium-quality direct-to-object or substrate printing
  • Special effect printing for added-value products
  • High-volume object customization and personalization
  • Available in a size and configuration to suit your business
  • New integrated control panel

 

Printable Width: 30 inches

Printable Length Options: 60 inches

Max. Print Height: 9.5 inches

Bed Options: Flatbed with vacuum

Available Ink: CMYK, Gloss White, Red, Orange, Primer - Get your EUV5 Inks here.

 

DATASHEET

 

// Uses React's native (unpatched) value setter + a real dispatched event, // so the app's own onChange / validation / append logic fires correctly. // build the visible field the user will actually type into // copy the real field's classes + computed styles so it looks identical // preload with existing value (formatted) if the real field already has one // hide the real field visually but keep it in the DOM and functional, // so your app's own validation / append event still works as before // place the visible field right where the real one used to be // send only the plain digits to the real field — this matches what // the numeric field type expects, so no "invalid phone number" error // keep focus/blur events flowing to the real field too, in case your // app's validation triggers specifically on those