Thingiverse
Prusa i3x Inductive Sensor (12mm) by AcKyL
by Thingiverse
Last crawled date: 4 years, 7 months ago
Mount for the 12mm LJ12A3-4-Z/AX inductive sensor on the Prusa i3x. Uses the original mounting holes in the front, with a small mount for a cable tie on the side for the wires.
Sensor: http://www.banggood.com/DC-6V36V-Inductive-Proximity-Sensor-Detection-Switch-p-925067.html
Here's a guide for the Marlin firmware:http://www.instructables.com/id/Enable-Auto-Leveling-for-your-3D-Printer-Marlin-Fi/?ALLSTEPS
I used these settings:
const bool Z_MIN_ENDSTOP_INVERTING = false;
#define ENABLE_AUTO_BED_LEVELING
#define LEFT_PROBE_BED_POSITION 10
#define RIGHT_PROBE_BED_POSITION 200
#define BACK_PROBE_BED_POSITION 165
#define FRONT_PROBE_BED_POSITION 31
#define X_PROBE_OFFSET_FROM_EXTRUDER 0
#define Y_PROBE_OFFSET_FROM_EXTRUDER -60
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0
And the original firmware for the Prusa i3x (Marlin firmware out of the box doesn't work with Prusa i3x):http://www.geeetech.com/forum/download/file.php?id=1589
Sensor: http://www.banggood.com/DC-6V36V-Inductive-Proximity-Sensor-Detection-Switch-p-925067.html
Here's a guide for the Marlin firmware:http://www.instructables.com/id/Enable-Auto-Leveling-for-your-3D-Printer-Marlin-Fi/?ALLSTEPS
I used these settings:
const bool Z_MIN_ENDSTOP_INVERTING = false;
#define ENABLE_AUTO_BED_LEVELING
#define LEFT_PROBE_BED_POSITION 10
#define RIGHT_PROBE_BED_POSITION 200
#define BACK_PROBE_BED_POSITION 165
#define FRONT_PROBE_BED_POSITION 31
#define X_PROBE_OFFSET_FROM_EXTRUDER 0
#define Y_PROBE_OFFSET_FROM_EXTRUDER -60
#define Z_PROBE_OFFSET_FROM_EXTRUDER 0
And the original firmware for the Prusa i3x (Marlin firmware out of the box doesn't work with Prusa i3x):http://www.geeetech.com/forum/download/file.php?id=1589
