Page 1 of 1

Setting in S3D to raise/lower bed on startup?

Posted: Sat May 12, 2018 6:15 pm
by jcspball13
I know I have read it before, but cannot for the life of me find it

I read you get the bed close to the nozzle, then use a setting in S3d to fine tune it

Which setting is that?

Re: Setting in S3D to raise/lower bed on startup?

Posted: Sun May 13, 2018 5:45 am
by sthone
If your talking about just adjusting the Z gap on a Rev E. printer without using the Makergear software.

First Type M501 to read the EEPROM parameters
Look for the M206 line. (it should look something like M206 X0.0 Y0.0 Z4.20)
You can then adjust it using M206 Z[new value] (add to the number to make the gap smaller e.g. M206 Z4.24 and subtract to make the gap bigger.)
and then M500 to save it to the firmware.

Re: Setting in S3D to raise/lower bed on startup?

Posted: Tue May 15, 2018 5:12 pm
by mlr53
In S3D when editing the process, under the G Code tab, There is a global g code offset setting for the X, Y, and Z axis. adding or subtracting to the Z axis setting should do what you are looking for.

Re: Setting in S3D to raise/lower bed on startup?

Posted: Wed May 16, 2018 2:39 am
by jcspball13
Thanks guys!!