Question: How to improve output of piecewise functions with units

This piecewise function with units
 

q := r -> piecewise(0 <= r and r < 0.1*Unit('mm'), 5*Unit(('kW')/'m'^2));

returns this output

Is it possible to get the output printed without ticks and the units in roman?

Please Wait...