
BlTouch mount Anycubic 4Max - original fan
thingiverse
BlTouch sensor mount fits on original 40x40x20 fan designed by balek. I've made changes to Marlins firmware, available in the Download section (search for BlTouch). Note that I've also modified other settings (e.g., motor directions and steps). Update: Added another mount, 3mm shorter than the original one. #define USE_ZMAX_PLUG -------------Configuration without filament sensor--------------- #define Z_MIN_PROBE_ENDSTOP_INVERTING false #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN #define Z_MIN_PROBE_ENDSTOP #define Z_MIN_PROBE_PIN 19 ---Configuration with filament sensor provided by G3m1n1S3rv3r--- #define Z_MIN_PROBE_ENDSTOP_INVERTING true #define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN //#define Z_MIN_PROBE_ENDSTOP //#define Z_MIN_PROBE_PIN 19 #define FILAMENT_RUNOUT_SENSOR #if ENABLED(FILAMENT_RUNOUT_SENSOR) //#define FIL_RUNOUT_PIN 2 // D2(X_MAX_PIN) - Is defined in BOARD_TRIGORILLA_14 #define NUM_RUNOUT_SENSORS 1 // Number of sensors, up to one per extruder. Define a FIL_RUNOUT#_PIN for each. #define FIL_RUNOUT_INVERTING true // Set to true to invert the logic of the sensor. #define FIL_RUNOUT_PULLUP // Use internal pullup for filament runout pins. #define FILAMENT_RUNOUT_SCRIPT "M600" #endif -------------------------BlTouch settings ----------------------- #define BLTOUCH // Default servo port 0 #if ENABLED(BLTOUCH) //#define BLTOUCH_DELAY 100 // (ms) Enable and increase if needed #endif #define Z_CLEARANCE_DEPLOY_PROBE 15 // Z Clearance for Deploy/Stow #define Z_CLEARANCE_BETWEEN_PROBES 10 // Z Clearance between probe points #define X_PROBE_OFFSET_FROM_EXTRUDER 37 // or 34 for short version #define Y_PROBE_OFFSET_FROM_EXTRUDER 0 #define Z_PROBE_OFFSET_FROM_EXTRUDER -0.7 #define AUTO_BED_LEVELING_BILINEAR #define GRID_MAX_POINTS_X 5 #define LEFT_PROBE_BED_POSITION X_PROBE_OFFSET_FROM_EXTRUDER #define RIGHT_PROBE_BED_POSITION X_BED_SIZE-X_PROBE_OFFSET_FROM_EXTRUDER #define FRONT_PROBE_BED_POSITION X_PROBE_OFFSET_FROM_EXTRUDER // Could be Y_PROBE_OFFSET, but its 0 #define BACK_PROBE_BED_POSITION Y_BED_SIZE-X_PROBE_OFFSET_FROM_EXTRUDER #define Z_SAFE_HOMING
With this file you will be able to print BlTouch mount Anycubic 4Max - original fan with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on BlTouch mount Anycubic 4Max - original fan.