Thank you for the explanation. I'll probably switch all my drivers to x16 like you said now that you mention the interpolation being on anyways.
Latest posts made by almightyloaf
-
RE: BLtouch ignores M280 commands
-
RE: BLtouch ignores M280 commands
Alright, I have BLTouch working now and responding to Gcode. I honestly feel pretty silly for why this didn't work.
As soon as I actually installed 3.1.1 the sensor started working properly. I had messed up the file names on my computer and didn't realize that I was actually just reinstalling 3.0 over and over.
Also, for the weird steps per mm and microstepping values, my x and y values are way off in that file. I have since fixed them and lowered the microstepping.
Z axis: I am using a low microstepping on my Z axis as my print bed assembly is pretty heavy, and I have read online that high microstepping can decrease motor torque. I will experiment more with it but so far the Z axis has been working quite well as configured.
Thank you so much for the input. I am so excited to finally have this machine up and running.
-
RE: BLtouch ignores M280 commands
ALSO since it may be relevant, this is my config.g file as a whole:
-
BLtouch ignores M280 commands
Hello! I have installed a duet 2 Maestro onto my homemade coreXY machine and have added a BLTouch sensor to it.
I am currently on RepRap firmware 3.0 and have used the configuration tool to set up my printer settings.
My current wiring for the probe is as follows:
BLTouch --- Duet 2 Maestro
White --- Z probe in
Brown / Black --- GND
Orange --- Z probe MOD
Red --- 3v *- when I use 5V, the probe will run its test at startup (extend and retract the pin twice) but then the red light will stay on.
- when I use 3v, the probe runs the startup sequence but the light turns off.
My Z probe settings are as follows in the config.g file:
; Z-Probe M950 S0 C"^!zprobe.mod" ; create servo pin 0 for BLTouch M558 P9 C"zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height M557 X15:215 Y15:195 S20 ; define mesh grid
When I send the command M280 P0 S10, which I have read is the deploy command, the probe does nothing. The board says that the command sent properly, but nothing happens. This is the same with M280 P0 S90.
The probe also does absolutely nothing when I home the Z axis. I have to E-Stop before the bed just blindly crashes into the tool head.
I have tried switching between the 3v and 5v pins on the zprobe header. I have tried inverting the m558 code using I1, and I have tried changing the S value on M950. I am unsure of what to do next.
Any help is greatly appreciated. I'm so close to having a functional printer!