Commit Graph

9 Commits (f8408036f2d3f74483eb485c423a2af17bd8ae38)

Author SHA1 Message Date
Scott Lahteine 2a84122edd Configuration changes to support 5 extruders
Bob-the-Kuhn 3b9ff2cb12 Merge pull request from Bob-the-Kuhn/configuration.h
Configuration.h - reword Z PROBE section
Bob-the-Kuhn 3b8926bd09 improved wording, consolidation of info, BLTouch warning
==============================================

clarified BLTouch calculation & changed comment delimitters/flags

I found it hard to pickout the various sections in this area so I
changed most comments from // style to /** ... */

Made the BLTouch calculation simpler and clarified the units of measure
for the result.

============================================

add changes to example configurations

============================================

add TinyBoy2 to this PR & add BLTouch Delay
Scott Lahteine d13991ae18 Use same config name for all mesh dimensions
Bob-the-Kuhn f9686a108c add Z servo test and toggle pins to M43
Scott Lahteine eb1e6aa29b Use same config name for all mesh dimensions
Scott Lahteine c56eec29f0 Configurable delay for BLTouch servo emulation
Scott Lahteine b47fd31c37 Revert some changes to UBL
Stefan Brüns 6ba6c92a81 Add example configuration for TinyBoy L10/L16
The TB2 is a Indiegogo funded 3d printer. It uses a MKS SMELZI V1.0
main board (based on MELZI, i.e. Sanguinololu). I comes as a complete kit,
including display and panel.
Two variants exists, L10 and L16, with a height of 100 and 160 mm.
The heating function of the provided bed can enabled by soldering a
thermistor and some wires to it.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>