Jyers / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. | Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
http://marlinfw.org
GNU General Public License v3.0
2.14k stars 387 forks source link

Bltouch raster and hs mode menu item possible ? #1674

Open Bersaker opened 2 years ago

Bersaker commented 2 years ago

Can you create a menu item in which you can choose the grid yourself, whether 5x5 10x10 or 15x15 can be selected via bltouch? And a menu item to change hs Mode?

rzblue commented 2 years ago

With regards to the technical aspect of those features, currently the grid size and hs_mode are configured with pre processor macros and hardcoded at compile time to reduce program size. It would require a massive restructuring of the bltouch code to be able to make those changes at runtime.