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

incorrect documentation information for FORCE_LEVELING #146

Open KathrynHazuka opened 1 month ago

KathrynHazuka commented 1 month ago

The macro in the Klipper config files states that the parameter that needs to be changed to true for forced bed leveling is called "FORCE_LEVELING" so in the slicer you need to include FORCE_LEVELING=true.

However, when looking at the documentation for slicer settings, under section "Automatic Bed Leveling and Nozzle Priming", the mention of force leveling is written as FORCE_LEVEL=true, which is the incorrect name for the bool responsible for this function.

Easy fix, just need to update the documentation to the correct parameter name. Hope that helps :>