Z axis 81mm add to GRBL

Hi Everyone,

I want to know put 81mm to GRBL Command of Maximum axis travel for the Z axis?

Example $132 = 81.

Regard

Chris

On my CNC Shield/Arduino control board running grbl 1.1 I would simply issue the command $132=81 at the console (e.g. the Send line in Repetier host, or console in cncjs) and it should take effect immediately and be remembered for future sessions. You can check currently active settings with the $$ command.

According to this link you need to have soft limits (and homing) enabled for the setting to be honored.

Thank you @ttraband