Offset from home?

My printer is a Prusa i3 knock off. There is a 32mm offset from the home position to the starting edge of the build plate. How can I get my smoothieware config to adjust for this offset? I tried in my slicer, but unfortunately smoothieware doesn’t support the usual offset GCode commands. Any assistance is greatly appreciated.

Imported from wikidot

You want to set the min values ( like alpha_min ) in the endstop module at the right values ( for example -32 ), then set the move to origin config option to true, and it should do what you want.

Thank you!!! I’ll try that tonight after work. I was pulling my hair out googling this last night. There’s a ton of information on secondary hotend offsets, but not the home offset.

http://smoothieware.org/endstops#changing-the-origin explains the basics of this. I’m adding a line about moving to origin after home.

That did it! Thanks again. I guess offset was the wrong terminology to use.