This is for 3 head Manufacturing printers producing 3 prints at one time.
1. We don’t use a probe of any kind.
2. We use a fixed Z optical sensor that is perfectly aligned with our fixed Reference Point screw for leveling. This screw is NEVER moved, once it is aligned with the Z optical -0- representing Z=0 bed & print head.
3. The remaining 2 adjusters PITCH AND ROLL are used to align with the Reference Point creating our level plane.
We don’t need M851 since we don’t have a probe (and it doesn’t add the babysteps “bug”no matter what I do)
All we have left is Babystepping enabled in con.adv and it will not save adjustments to EEPROM.
When we use some filament types and +-8 deg ambient temp change we have to adjust our first layer. Usually the manufacturing floor stays consistent once temps are reached per season. We use M206 adjustments to adjust the first layer. How can we save this with a simple settings “save” to M206 for the next print set using Babystepping?
I simply don’t see why an adjusted babystepping can’t be saved directly to the machines EEPROM. M851 still has the bug.
M206 for Z would be a perfect way to store the new sett Z height settings. M206 is opposite of Babystepping units. M206 positive values will decrease head hight from bed to where Babystepping -negative numbers decrease head hight from bed.
Any ideas for code? I really don’t want to incorporate this into the SD file. We did this in Repetier with no problem. Made the micro change (offline) applied the offset, it would re-home and store the new value.
1. We don’t use a probe of any kind.
2. We use a fixed Z optical sensor that is perfectly aligned with our fixed Reference Point screw for leveling. This screw is NEVER moved, once it is aligned with the Z optical -0- representing Z=0 bed & print head.
3. The remaining 2 adjusters PITCH AND ROLL are used to align with the Reference Point creating our level plane.
We don’t need M851 since we don’t have a probe (and it doesn’t add the babysteps “bug”no matter what I do)
All we have left is Babystepping enabled in con.adv and it will not save adjustments to EEPROM.
When we use some filament types and +-8 deg ambient temp change we have to adjust our first layer. Usually the manufacturing floor stays consistent once temps are reached per season. We use M206 adjustments to adjust the first layer. How can we save this with a simple settings “save” to M206 for the next print set using Babystepping?
I simply don’t see why an adjusted babystepping can’t be saved directly to the machines EEPROM. M851 still has the bug.
M206 for Z would be a perfect way to store the new sett Z height settings. M206 is opposite of Babystepping units. M206 positive values will decrease head hight from bed to where Babystepping -negative numbers decrease head hight from bed.
Any ideas for code? I really don’t want to incorporate this into the SD file. We did this in Repetier with no problem. Made the micro change (offline) applied the offset, it would re-home and store the new value.