Updated to V3, now nothing works!
-
@Sqwuid said in Updated to V3, now nothing works!:
Probe tests itself upon startup. M280 commands are not working, however.
What do you have in your deploy and retract macros?
What M280 commands are you trying to send?
If you don't have a Z endstop, then you've got nothing to worry about.
post your homing files as well if you want those checked over.
-
You're a dream, thank you!
M280 P0 S10 ; deploy BLTouch
M280 P0 S90 ; retract BLTouch
We just tried using M401/M402 and it didn't respond either.
; homeall.g ; called to home all axes ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Sep 05 2020 05:42:29 GMT-0500 (Central Daylight Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X-725 Y-355 F1800 ; move quickly to X and Y axis endstops and stop there (first pass) G1 H2 X5 Y5 F6000 ; go back a few mm G1 H1 X-725 Y-355 F360 ; move slowly to X and Y axis endstops once more (second pass) G90 ; absolute positioning G1 X350 Y150 F6000 ; go to first bed probe point and home Z G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning
; homex.g ; called to home the X axis ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Sep 05 2020 05:42:29 GMT-0500 (Central Daylight Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 X-725 F1800 ; move quickly to X axis endstop and stop there (first pass) G1 H2 X5 F6000 ; go back a few mm G1 H1 X-7255 F360 ; move slowly to X axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90 ; absolute positioning
; homey.g ; called to home the Y axis ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Sep 05 2020 05:42:29 GMT-0500 (Central Daylight Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G1 H1 Y-355 F1800 ; move quickly to Y axis endstop and stop there (first pass) G1 H2 Y5 F6000 ; go back a few mm G1 H1 Y-355 F360 ; move slowly to Y axis endstop once more (second pass) G1 H2 Z-5 F6000 ; lower Z again G90 ; absolute positioning
; homez.g ; called to home the Z axis ; ; generated by RepRapFirmware Configuration Tool v3.1.4 on Sat Sep 05 2020 05:42:29 GMT-0500 (Central Daylight Time) G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position G90 ; absolute positioning G1 X350 Y150 F6000 ; go to first probe point G30 ; home Z by probing the bed ; Uncomment the following lines to lift Z after probing ;G91 ; relative positioning ;G1 Z5 F100 ; lift Z relative to current position ;G90 ; absolute positioning
-
And you're sure you're using heater pin 7?
Did any wiring change?
Was it working in rrf2?
-
EDIT: We are stupid. I just counted the pins again. My husband is blind. I am blaming him for this one!
It's deploying now. Love you guys, thanks so much!
~~Pretty sure, according to the diagram.
I used to have it on heater3 with v2 and it worked fine. When it stopped working after trying to update, we went back to basics and followed the tutorial to the letter. That included moving it to heater7.
We changed that in the config, however. We're just not sure if any of it is right now because of the update.~~
-
I'm on mobile so it's harder to see but I don't think you're on the right pin.
-
Nope! We just fixed it xD and I berated my husband for it lol.