<@U018NNHF057>: If the cell is not at the origin ...
# magic
t
@User: If the cell is not at the origin and you want it to be at the origin, then "move origin" is the right thing to use. Just note that you should do "snap int" ("snap internal") to make sure that all units are interpreted as internal units. A few oddball things insist on internal units because I never got around to normalizing them properly for all types of units; one is the "box values" command, which always gives internal units, and the other is "FIXED_BBOX", which is always in internal units. If you don't do "snap int", then your move commands will be interpreted in lambda units, which are (by default) 2x internal units (internal units can be scaled up or down).