lib/zebra/zpl/label.rb in zebra-zpl-1.0.2 vs lib/zebra/zpl/label.rb in zebra-zpl-1.0.5

- old
+ new

@@ -25,10 +25,10 @@ raise InvalidPrintSpeedError unless (0..6).include?(s) @print_speed = s end def print_density=(d) - raise InvalidPrintDensityError unless (0..6).include?(d) + raise InvalidPrintDensityError unless (0..15).include?(d) @print_density = d end def copies @copies || 1