Changeset View
Changeset View
Standalone View
Standalone View
measureit/measureit_geometry.py
| Context not available. | |||||
| d_cm = value * (100 ** factor) | d_cm = value * (100 ** factor) | ||||
| tx_dist = fmt % d_cm | tx_dist = fmt % d_cm | ||||
| # ------------------------ | # ------------------------ | ||||
| # Units milimiters | # Units millimeters | ||||
| # ------------------------ | # ------------------------ | ||||
| elif units == "4": | elif units == "4": | ||||
| if hide_units is False: | if hide_units is False: | ||||
| Context not available. | |||||