xblax / flashforge_ad5m_klipper_mod

Unoffical mod for Flashforge Adventurer 5M (Pro) 3D printers to run Moonraker, custom Klipper, Mainsail & Fluidd
GNU General Public License v3.0
82 stars 4 forks source link

SAVE_CONFIG section 'stepper_z' option 'position_endstop' conflicts with included value #113

Closed AJolly closed 1 month ago

AJolly commented 1 month ago

Since the position_endstop is in printer.base.cfg, it can't be updated.

This is after running a print, adjusting z via the screen, and attempting to save.

THEGxHOxST commented 1 month ago

I had to use probe off set, I believe its because the beds endstop is at the bottom. probe offest can be found in printer.cfg and klipper screen.

xblax commented 1 month ago

The answer from @THEGxHOxST is correct. Because the bed end stop is at the bottom (and also because the probe is not the end stop), it does not make sense to save the offset to the endstop (it would just lead to accumulated offset error over time).

This was already discussed here: https://github.com/xblax/flashforge_adm5_klipper_mod/discussions/61

I will create a separate issue to add section about bed leveling to the documentation. This should also be explained there.