Release 3.01-RC10
-
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 23 2020 22:39:29 GMT+0200 (Ora legale dell’Europa centrale)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
M913 X50 Y50 ; Riduci la corrente al 50%
G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-9999 ; home X axis
G1 H1 Y-9999 ; home Y axis
G1 X5 Y5 F2000 ; go back a few mm
G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-9999 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X60 Y50 F9000 ; go to first bed probe point and home Z
M913 X100 Y100 :Riporta la corrente al 100%
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z10 F100 ; lift Z relative to current position
;G90 ; absolute positioning -
@Leblond said in Release 3.01-RC10:
; homeall.g
; called to home all axes
;
; generated by RepRapFirmware Configuration Tool v2.1.8 on Thu Apr 23 2020 22:39:29 GMT+0200 (Ora legale dell’Europa centrale)
G91 ; relative positioning
G1 H2 Z5 F6000 ; lift Z relative to current position
M913 X50 Y50 ; Riduci la corrente al 50%
G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass)
G1 H1 X-9999 ; home X axis
G1 H1 Y-9999 ; home Y axis
G1 X5 Y5 F2000 ; go back a few mm
G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass)
G1 H1 Y-9999 ; then move slowly to Y axis endstop
G90 ; absolute positioning
G1 X60 Y50 F9000 ; go to first bed probe point and home Z
M913 X100 Y100 :Riporta la corrente al 100%
G30 ; home Z by probing the bed; Uncomment the following lines to lift Z after probing
;G91 ; relative positioning
;G1 Z10 F100 ; lift Z relative to current position
;G90 ; absolute positioningCan you try:
;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
-
@sebkritikel ok now i try
-
@sebkritikel said in Release 3.01-RC10:
;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
91/5000wait because it gives me an error "6/5/2020, 18:12:41 G28
Error: G0 / G1: insufficient axes homed " -
This post is deleted! -
@Leblond said in Release 3.01-RC10:
@sebkritikel said in Release 3.01-RC10:
;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360 ; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
91/5000wait because it gives me an error "6/5/2020, 18:12:41 G28
Error: G0 / G1: insufficient axes homed "Ok maybe my mistake. Please try:
;homeall.g G91 ; relative positioning G1 H2 Z5 F6000 ; lift Z relative to current position ;;;M913 X50 Y50 ; Riduci la corrente al 50% G1 H1 X-9999 Y-9999 F4000 ; move quickly to X or Y endstop and stop there (first pass) G1 H1 X-9999 ; home X axis G1 H1 Y-9999 ; home Y axis G1 X5 Y5 F2000 ; go back a few mm G1 H1 X-9999 F360 ; move slowly to X axis endstop once more (second pass) G1 H1 Y-9999 F360; then move slowly to Y axis endstop G90 ; absolute positioning G1 X60 Y50 F9000 ; go to first bed probe point and home Z ;;;M913 X100 Y100 :Riporta la corrente al 100% G30 ; home Z by probing the bed
-
This post is deleted! -
@sebkritikel there was a small error, so it works:
; homeall.g
G91; relative positioning
G1 H2 Z5 F6000; lift Z relative to current position
; M913 X50 Y50; Reduce the current to 50%
G1 H1 X-9999 F4000
G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
G1 X5 Y5 F2000; go back a few mm
G1 H1 X-9999 F360
G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
G90; absolute positioning
G1 X60 Y50 F9000; go to first bed probe point and home Z
; M913 X100 Y100: Returns the current to 100%
G30; home Z by probing the bedChange something for you?
-
by the test I mean
-
@Leblond said in Release 3.01-RC10:
@sebkritikel there was a small error, so it works:
; homeall.g
G91; relative positioning
G1 H2 Z5 F6000; lift Z relative to current position
; M913 X50 Y50; Reduce the current to 50%
G1 H1 X-9999 F4000
G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
G1 X5 Y5 F2000; go back a few mm
G1 H1 X-9999 F360
G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
G90; absolute positioning
G1 X60 Y50 F9000; go to first bed probe point and home Z
; M913 X100 Y100: Returns the current to 100%
G30; home Z by probing the bedChange something for you?
I think I made a mistake. I am not a CoreXY expert Sorry!
So does:
; homeall.g
G91; relative positioning
G1 H2 Z5 F6000; lift Z relative to current position
; M913 X50 Y50; Reduce the current to 50%
G1 H1 X-9999 F4000
G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass)
G1 X5 Y5 F2000; go back a few mm
G1 H1 X-9999 F360
G1 H1 Y-9999; move slowly to X axis endstop once more (second pass)
G90; absolute positioning
G1 X60 Y50 F9000; go to first bed probe point and home Z
; M913 X100 Y100: Returns the current to 100%
G30; home Z by probing the bedWork ok?
-
@sebkritikel quello che ho corretto io funziona bene
ho provato e l'estrusore funziona bene -
@sebkritikel thank you so much my friend
-
so does the M913 command make a mess?
-
@Leblond said in Release 3.01-RC10:
@sebkritikel thank you so much my friend
Happy to help!@Leblond said in Release 3.01-RC10:
so does the M913 command make a mess?
I do not know. Can you test this:
; homeall.g G91; relative positioning G1 H2 Z5 F6000; lift Z relative to current position M913 X50 Y50; Reduce the current to 50% G1 H1 X-9999 F4000 G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000; go back a few mm G1 H1 X-9999 F360 G1 H1 Y-9999; move slowly to X axis endstop once more (second pass) G90; absolute positioning G1 X60 Y50 F9000; go to first bed probe point and home Z M913 X100 Y100: Returns the current to 100% G30; home Z by probing the bed
with M913
-
@sebkritikel ok wait for it to load
-
no it doesn't work that way
-
with the command M913 inserted it does not work
-
@sebkritikel said in Release 3.01-RC10:
@Leblond said in Release 3.01-RC10:
@sebkritikel thank you so much my friend
Happy to help!@Leblond said in Release 3.01-RC10:
so does the M913 command make a mess?
I do not know. Can you test this:
; homeall.g G91; relative positioning G1 H2 Z5 F6000; lift Z relative to current position M913 X50 Y50; Reduce the current to 50% G1 H1 X-9999 F4000 G1 H1 Y-9999; move quickly to X or Y endstop and stop there (first pass) G1 X5 Y5 F2000; go back a few mm G1 H1 X-9999 F360 G1 H1 Y-9999; move slowly to X axis endstop once more (second pass) G90; absolute positioning G1 X60 Y50 F9000; go to first bed probe point and home Z M913 X100 Y100: Returns the current to 100% G30; home Z by probing the bed
with M913
@Leblond said in Release 3.01-RC10:
with the command M913 inserted it does not work
Ok, I do not know why. @dc42 to me it looks like its narrowed down to M913. I do not use this command, so unfortunately I do not have any insight.
-
no problem, I don't wear it and I'm happy like this
-
maybe it can depend on which position it is inserted ..