Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #define BLTOUCH_SET_5V_MODE
- /**
- * Safety: Activate if connecting a probe with an unknown voltage mode.
- * V3.0: Set a probe into mode selected above at Marlin startup. Required for 5V mode on 3.0
- * V3.1: Force a probe with unknown mode into selected mode at Marlin startup ( = Probe EEPROM write )
- * To preserve the life of the probe, use this once then turn it off and re-flash.
- */
- //#define BLTOUCH_FORCE_MODE_SET
- /**
- * Use "HIGH SPEED" mode for probing.
- * Danger: Disable if your probe sometimes fails. Only suitable for stable well-adjusted systems.
- * This feature was designed for Delta's with very fast Z moves however higher speed cartesians may function
- * If the machine cannot raise the probe fast enough after a trigger, it may enter a fault state.
- */
- //#define BLTOUCH_HS_MODE
- // Safety: Enable voltage mode settings in the LCD menu.
- //#define BLTOUCH_LCD_VOLTAGE_MENU
- #endif // BLTOUCH
Advertisement
Add Comment
Please, Sign In to add comment