How to limit print size?

Hi!
I’m finishing building my CoreXY and migrating from Marlin to Smoothieware. I don’t have switch for MAX in my axis, just for home position. Is there any place in config.txt that I could specify the max size of each axis of my printer? Also, is possible to disable moviments after this size?

Example: setup to 200mm each axis. Then home all axis. When I try to move more than 200mm, firmware simples doesn’t do. Is possible to to this? If so, how?
I think it’s an virtual endstop.

Imported from wikidot

No there are currently no Software Travel limits.

It’s called “soft endstops”, and it is the only feature that other firmwares have, that Smoothie does not have yet.
It is a planned feature, but because of things specific to Smoothie, it’s much more difficult to implement correctly for Smoothie.