Hello everyone
I'm trying to change my Voxelab Aquila X3 firmware (because the default one as almost no options at all), but I’m unable to make the bed probe work (the X3 comes with an inductive probe). This printer doesn’t have a Z switch and depends on the probe to set the Z correctly.
I’ve made the following configurations/changes from the default configuration:
#define FIX_MOUNTED_PROBE
#define AUTO_BED_LEVELING_BILINEAR
#define Z_MIN_ENDSTOP_HIT_STATE LOW
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW
Changed both the previous values because the print head was always going up when I tried to home the printer
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define USE_PROBE_FOR_Z_HOMING
Tried enabling/disabling the previous values but with no success
When I execute M119 I’m always getting
z_min: open
and/or
z_probe: open
depending on the configuration of Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
The bed probe works correctly if I revert back to the original Aquila firmware, but not with the custom firmware.
The board is this one
[attachment 120533 board.png]
The chip is this one
[attachment 120534 Chip.png]
The sensor is this one
[attachment 120535 Probe.png]
The wiring is as follow
[attachment 120536 Wiring1.png]
(Noting is connected to the Z-axis limit switch port)
[attachment 120532 Wiring2.png]
(The bed probe is connected to the Reserved BL-Touch port)
[attachment 120537 Wiring3.png]
What can be causing the bed probe not working correctly in the custom firmware?
I'm trying to change my Voxelab Aquila X3 firmware (because the default one as almost no options at all), but I’m unable to make the bed probe work (the X3 comes with an inductive probe). This printer doesn’t have a Z switch and depends on the probe to set the Z correctly.
I’ve made the following configurations/changes from the default configuration:
#define FIX_MOUNTED_PROBE
#define AUTO_BED_LEVELING_BILINEAR
#define Z_MIN_ENDSTOP_HIT_STATE LOW
#define Z_MIN_PROBE_ENDSTOP_HIT_STATE LOW
Changed both the previous values because the print head was always going up when I tried to home the printer
#define Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
#define USE_PROBE_FOR_Z_HOMING
Tried enabling/disabling the previous values but with no success
When I execute M119 I’m always getting
z_min: open
and/or
z_probe: open
depending on the configuration of Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
The bed probe works correctly if I revert back to the original Aquila firmware, but not with the custom firmware.
The board is this one
[attachment 120533 board.png]
The chip is this one
[attachment 120534 Chip.png]
The sensor is this one
[attachment 120535 Probe.png]
The wiring is as follow
[attachment 120536 Wiring1.png]
(Noting is connected to the Z-axis limit switch port)
[attachment 120532 Wiring2.png]
(The bed probe is connected to the Reserved BL-Touch port)
[attachment 120537 Wiring3.png]
What can be causing the bed probe not working correctly in the custom firmware?