#Non moving z after macro

1 messages ยท Page 1 of 1 (latest)

oak vine
#

I will post some videos when i come home of the unit and how it behaves

gusty nest
#

So make sure I'm understanding: When the printer is executing a change it's moving to wipe position but not lowering to the brush?

oak vine
#

It is like there is something in the macro that locks the z

gusty nest
#

Something like "Move outside of range?"

oak vine
#

Yeah I have tried to look at the x y pos in the macros and changed it so it fits to my printer

gusty nest
#

If so likely need to double check your brush coordinates in AFC_Macro_Vars.cfg

oak vine
gusty nest
#

Feel free to ping me, I'll be around.

oak vine
#

@gusty nest Im home now let me show you what it does it have conditional homing on so if the machine is homed allready it will wipe the nozzle instead when i start a print

#

I will send 2 videos one of the printer homing and one of how it does after the error

gusty nest
#

So I think we just figured it out perhaps. Typically none of the AFC Macros will function unless the machine has been homed.

oak vine
#

So I just saw that after first home it dosnt move up in z when trying to home again

#

This video is right after trying to home again

gusty nest
#

The initial Z lift when homing is something in the homing settings about safe moves when homing.

#

If you have some sort of conditinal thing setup it could be becasue of that.

oak vine
#

its just fun bcs it have never done that before

gusty nest
#

I'm not sure of antything with AFC software that would interfere with klipper's homing functions.

oak vine
#

hmm i see thats a problem for something else then

#

i will try to remmember what i have done to make it work again but the only thing i can think of is the AFC

#

im trying to run my own nozzle wipe command but that dosnt work anymore also so something is f''''' up

oak vine
gusty nest
#

Thats something in your macro

#

Im not sure you can provide it with multiple coordinates like that?

oak vine
#

its just wierd that it worked before the afc addon

#

okay my own macro works now i was just dumb i used , instead of .

oak vine
gusty nest
#

Sure, I'd be happy to take a look

oak vine
oak vine
gusty nest
#

Looks very similar to mine

#

I just call the AFC_Brush macro vs having a separate one.

#

But personal preference.

oak vine
#

but i dont need the afc park right?

#

i was thinking the park is for toolchanger?

gusty nest
#

No, it calls park before it executes the toolchange.

#

Even changing the filament is referred to as a "toolchange"

#

Even thought we're using a single tool head.

oak vine
#

so i should use the park in my print start before the T{initial_tool}

gusty nest
#

No, the call of the Tx command will call it.

oak vine
#

oooh okay im trying to start a print rn and see what happens

#

// Tool Change - None -> leg1
23:02:54
// Retries: 1/9999 Probed points range: 0.023222 tolerance: 1.000000
23:04:58
// Loading leg1
23:02:56
// probe at 50.000,50.000,2.000 is z=1.596282
23:04:58
// LEG1 NOT READYHUB NOT CLEAR TRYING TO LOAD LEG1
// ||-----||----|x|-----||
// TRG LOAD HUB TOOL
23:02:58
// probe at 300.000,300.000,2.000 is z=1.633098
23:04:58
!! LEG1 NOT READYHUB NOT CLEAR TRYING TO LOAD LEG1

#

is this comming bcs its allready loaded in the toolhead?

gusty nest
#

Leg 1 is loaded to the tool head?

#

You had loaded it with the T0 command prevously?

oak vine
#

no maybe thats whats wrong

#

so i should unload it and then let it load at the print start?

gusty nest
#

It thinks there is filament loaded past the hub

#

Is there?