TechieAndroid

Untitled

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