Ender 3 RRF v1.1 setting up BLtouch
-
@re_tour Hi there, reverse the extruder motor
M569 P3 S0
-
@gixxerfast said in Ender 3 RRF v1.1 setting up BLtouch:
M569 P3 S0
Thank you so much. Do I have to reverse it every time I turn the printer on or was it just an initial setting mistake I didn't pay attention to?
-
@re_tour No, just change it once in config.g and it wasn't a mistake. Really hard to know how the wires are supposed to be, just as long as the pairs are correct it's good. Many has to adjust that AFAIK.
-
@gixxerfast Thank you very much!
-
@gixxerfast So I didn't input that change into the config.g yet, but wrote it into the console. Printed 2 things, the strange thing is that at the end of each print the mechanism pulls the filament all the way out. Why could that be?
-
@re_tour You must have something wonky in your slicer. Check if there some custom end print gcode in Cura (it was Cura you were using, right?)
-
@gixxerfast Yes sir, let me check.
-
@gixxerfast This is the last few lines of the first gcode:
;TIME_ELAPSED:2311.874865 G1 F2700 E788.98313 M140 S0 M107 G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positioning G1 X0 Y235 ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z M82 ;absolute extrusion mode M104 S0 ;End of Gcode
and the end of the second gcode:
;TIME_ELAPSED:10192.122505 G1 F2700 E523.83295 M140 S0 M107 G91 ;Relative positioning G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z G1 X5 Y5 F3000 ;Wipe out G1 Z10 ;Raise Z more G90 ;Absolute positioning G1 X0 Y235 ;Present print M106 S0 ;Turn-off fan M104 S0 ;Turn-off hotend M140 S0 ;Turn-off bed M84 X Y E ;Disable all steppers but Z M82 ;absolute extrusion mode M104 S0 ;End of Gcode
-
@re_tour said in Ender 3 RRF v1.1 setting up BLtouch:
G1 E-2 F2700 ;Retract a bit G1 E-2 Z0.2 F2400 ;Retract and raise Z
I really don't have a clue. I'm just guessing but...
Try to find where these are inserted
And comment them out /remove them.
See if it makes any difference.
-
@gixxerfast You were right, G1 E-2 F2700 pulls the filament nearly all the way out. Thank you (once again)
-
@re_tour That's great!
Happy printing!I think you might have to revisit the offset configuration. The mesh looked a bit shifted. But that's for another day
and as long as it prints and you get the first layer right, it works