Solved CoreXY mode not being honored
-
I have a new machine I just built and have used this config on other machines but it seems that both motors are moving with the exception of one of the z motors which happens to be on my expansion board. Wondering where I went wrong I have attatched the config.g for the most part everything else is working. Also the filament runout sensor works as expected but am getting a pop up every 20-30 seconds saying no filament. Even though nothing is changing there. So a couple of oddities with it.config (2).g
-
@wdenker Why 2 sets of drive mappings (lines 19 & 29) ??
-
@Dr_Ju_Ju we were testing a theory on it but I need to remove one.
-
I don't know if will help, but here's my motor configs & mappings
; Configure Drives
M569 P0.1 S1 ; physical drive 0.0 goes forwards - A
M569 P0.0 S1 ; physical drive 0.1 goes forwards - B
M569 P0.2 S0 ; physical drive 0.0 goes backwards - Z0
M569 P0.3 S1 ; physical drive 0.1 goes forwards - Z1
M569 P0.4 S0 ; physical drive 0.2 goes backwards - Z2
M569 P0.5 S1 ; physical drive 0.3 goes forwards - Z3M569 P1.0 S0 ; physical drive 1.0 goes backwards - Extruder
; set drive mappings X, Y, Z
M584 X0.0
M584 Y0.1
M584 Z0.2:0.3:0.4:0.5
M584 E1.0 ; set drive mapping E (extruder on 3HC) -
@Dr_Ju_Ju said in CoreXY mode not being honored:
M584 E1.0 ; set drive mapping E (extruder on 3HC)
I figured it out for the movements.. Now to figure out the filament sensor. I can't have 0.1 assigned to two different axis'
-
-