#Disaster1234

1 messages · Page 1 of 1 (latest)

dense sequoia
#

Disaster1234

white igloo
#

Ok, will have you run a bunch of things from the cli first

dense sequoia
#

ok let me get putty up

white igloo
#

sudo apt install tree and then cd ~/printer_data and tree -d. I only need the output from tree -d

dense sequoia
#

cd ~/printer_data

white igloo
#

and tree -d

dense sequoia
#

i did tree-d

white igloo
#

can you show me the output?

dense sequoia
#

unless i did the -d tree wrong

white igloo
#

can you show me the output of tree -d

#

it should look something like

├── backup
│   └── 20230913T232928Z
│       └── config
├── certs
├── comms
├── config
│   ├── adxl_results
│   │   └── motors_sync
│   ├── AFC
│   │   ├── macros
│   │   └── mcu
│   ├── config
│   ├── config_backups
│   ├── KAMP -> /home/eric/Klipper-Adaptive-Meshing-Purging/Configuration
│   ├── macros
│   ├── plugins
│   │   └── filter_monitor
│   ├── scripts
│   ├── ShakeTune_results
│   │   ├── axes_map
│   │   ├── belts
│   │   ├── input_shaper
│   │   ├── static_freq
│   │   └── vibrations
│   ├── ukam -> /home/eric/ukam
│   └── update
│       ├── config
│       ├── examples
│       └── images
├── data
│   └── backups
├── database
├── gcodes
├── klipper_menuconfigs
├── logs
├── misc
└── systemd```
#

but obviously different

dense sequoia
white igloo
#

and run a ls -l ~

dense sequoia
white igloo
#

and find . -name "AFC*.cfg"

dense sequoia
#

brought me back to >

white igloo
#

cd ~ && rm -rf AFC-Klipper-Add-On

dense sequoia
#

ok

white igloo
#

So basically right now, none of the AFC stuff is installed

#
cd ~
git clone https://github.com/ArmoredTurtle/AFC-Klipper-Add-On.git
cd AFC-Klipper-Add-On
./install-afc.sh
#

answer all the questions..and then run cd ~/printer_data && tree -d again

dense sequoia
#

~/printer_data not a directory

white igloo
#

cd ~ && tree -d

#

scatch that, too much output

#

cd ~ && ls -l

dense sequoia
#

manaual type it

white igloo
#

Ok, great. Upload a copy of your printer.cfg

#

or just grep include ~/printer_data/config/printer.cfg if it is easier

dense sequoia
white igloo
#

Ok, perfect, it is setup to do the proper includes

dense sequoia
#

yea been fighing with this for probaly two weeks now

white igloo
#

edit your ~/printer_data/config/AFC/AFC_Hardware.cfg to reflect the proper serial: or canbus_uuid as applicable. Is your AFC wired up per Github?

dense sequoia
#

yes

#

not showing afc in klipper

white igloo
#

Did you restart klipper? sudo systemctl restart klipper

dense sequoia
#

nevermind it jsut showed up

white igloo
#

Ok, great. Progress then

#

Is your BT like fully built and wired?

dense sequoia
#

yes

#

printer not ready

white igloo
#

one step at a time

#

run curl -s localhost/printer/objects/query?AFC | jq .

dense sequoia
white igloo
#

Progress

#

ok, I'm guessing it is still in startup right?

dense sequoia
#

yes

#

no prep nothing

white igloo
#

upload a klippy.log

#

lets see what is going on there

dense sequoia
white igloo
#

Thanks, one second

dense sequoia
#

Now it popped up[ saying soemthing bout TN2

white igloo
#

yes

#

look at your ~/printer_data/config/AFC/mcu/TurtleNeckv2.cfg

#

the serial: /dev/serial/by-id/**YOUR SERIAL HERE** part

dense sequoia
#

I dont have the serial Im noit able to flash it

white igloo
#

Ok, lets disable it then

dense sequoia
#

ok

white igloo
#

in your ~/printer_data/config/AFC/AFC.cfg file, there is a line, probably around line 6 that should look like Buffer_Name: TN2, put a # in front of it. Then also comment out the [include mcu/TurtleNeckv2.cfg] line in the ~/printer_data/config/AFC/AFC_Hardware.cfg

dense sequoia
#

ok

#

reboot ?

white igloo
#

just firmware restart

dense sequoia
#

tried that ..nothing

white igloo
#

I'm getting my BT to the same state as yours

#

one second

dense sequoia
#

ok

white igloo
#

had to wipe my config away and whatnot

dense sequoia
white igloo
#

yah, one second

dense sequoia
#

👍

#

ok fixed that

white igloo
#

comment out this section in your AFC_Hardware.cfg

#[AFC_buffer TN2]
#advance_pin: !turtleneck:ADVANCE
#trailing_pin: !turtleneck:TRAILING
#multiplier_high: 1.1   # default 1.1, factor to feed more filament
#multiplier_low:  0.9   # default 0.9, factor to feed less filament
#led_index: Buffer_Indicator:1
dense sequoia
#

doing that now

white igloo
#

and the section for [AFC_led Buffer_Indicator]

#
#pin: turtleneck:RGB
#chain_count: 1
#color_order: GRBW
#initial_RED: 0.0
#initial_GREEN: 0.0
#initial_BLUE: 0.0
#initial_WHITE: 0.0```
dense sequoia
white igloo
#

upload a new klippy.log

dense sequoia
white igloo
#

Your AFC_Hardware.cfg has this in it

[filament_switch_sensor tool_start]
switch_pin = UNKNOWN
pause_on_runout = False
#

The pin should reflect your toolhead pin where the filament sensor is

dense sequoia
#

goctcha

#

we have movement

#

prep

white igloo
#

Have a turtle in mainsail?

6:29 PM
R  _____     ____
E /      \  |  o |
A |       |/ ___/
D |_________/
Y |_|_| |_|_|
6:29 PM
LEG4 EMPTY READY FOR SPOOL
6:29 PM
LEG3 LOCKED AND LOADED
6:29 PM
LEG2 EMPTY READY FOR SPOOL
6:29 PM
LEG1 LOCKED AND LOADED
#

something like that?

dense sequoia
white igloo
#

Great!

#

Don't change anything that we just did, other than when the TN2 is fixed, updating that stuff

dense sequoia
#

not touching a thing

white igloo
#

Now you need to look at the AFC.cfg and look at all of the values, and adjust the appropriately.

#

You also need to look at AFC_Macro_Vars.cfg and adjust the positions to match your printer for anything you turn on. Like if you turn # Park Settings park: True # Enable Park. park_cmd: AFC_PARK then you need to just adjust the corresponding ```#--=================================================================================--#
######### Park ########################################################################
#--=================================================================================--#
[gcode_macro _AFC_PARK_VARS]
description: Park macro configuration variables
gcode: # Leave empty

Position to park the toolhead

variable_park_loc_xy : 270, 310

Height to raise Z when moving to park. Leave 0 to disable

If you want z_hop during toolchanges please set the value in the AFC.cfg

variable_z_hop : 0``` in the AFC_Macro_vars.cfg file

dense sequoia
#

ok

#

thank you for your time

#

file structure is ok ?

white igloo
#

yep, sorry, stray animals outside

dense sequoia
#

all good ...

white igloo
#

For right now, you can simple comment out the [include AFC/*.cfg] in your printer.cfg if you don't want to load any of the AFC stuff. I'm out on a business trip the rest of this week, but I'm sure someone else will be more than willing to help out with the next steps

dense sequoia
#

Ok and Again thank you...

white igloo
#

Not a problem at all

#

Off to dinner

lean zealot
#

Did the filament get ejected when you hit load?

dense sequoia
#

I load the filament on the trays then feed until it stopped

#

no

#

eject

lean zealot
#

So, when you load it by hand, does the extruder grab it and pull it in further?

dense sequoia
#

hold for a sec let me take a look

lean zealot
#

If not we'll just need to reverse the stepper direction

dense sequoia
#

ok sorry broke buffer wire resoldering

dense sequoia
#

hub/switch sensor /tool start are all saying empty now

#

maybe this stuff beyond my skills

hidden plank
#

do you have filament loaded? if not they should all say empty

dense sequoia
#
LEG3 NOT READY CHECK FILAMENT AT TRIGGER
4:52 PM
LEG3 NOT READY CHECK FILAMENT AT TRIGGER
||==>--||----||-----||
TRG   LOAD   HUB   TOOL
4:51 PM
LEG2 NOT READY CHECK FILAMENT AT TRIGGER
4:51 PM
LEG2 NOT READY CHECK FILAMENT AT TRIGGER
||==>--||----||-----||
TRG   LOAD   HUB   TOOL
4:51 PM
LEG1 EMPTY READY FOR SPOOL```  sounds like its just grinding  ..leg 1 has a roll in it
lucid acorn
#

when you are pushing it in at the trigger does the extruder pull the filament in?

dense sequoia
#

no

hidden plank
#

thta looks like leg4 not leg 1

#

if it's on teh far right of hte turtle

dense sequoia
#

Yes far right

hidden plank
#

lanes go 1-4 left to right normally

#

if you remove all filament. does it PREP cleanly

dense sequoia
#

yes appears to o

#
FAILED TO LOAD, CHECK FILAMENT AT TRIGGER
4:56 PM
FAILED TO LOAD, CHECK FILAMENT AT TRIGGER
||==>--||----||------||
TRG   LOAD   HUB    TOOL
4:54 PM
LANES READY, HUB NOT CLEAR
4:54 PM
LANES READY, HUB NOT CLEAR
||-----||----|x|-----||
TRG   LOAD   HUB   TOOL
4:54 PM
E  _ _   _ _
R |_|_|_|_|_|
R |         \____
O |              \
R |          |\ X |
! \_________/ |___|
4:54 PM
LEG4 NOT READY FAILED TO RESET EXTRUDER
4:54 PM
LEG4 NOT READY FAILED TO RESET EXTRUDER
||=====||=x--||-----||
TRG   LOAD   HUB   TOOL
4:52 PM
LEG3 NOT READY CHECK FILAMENT AT TRIGGER
4:52 PM
LEG3 NOT READY CHECK FILAMENT AT TRIGGER
||==>--||----||-----||
TRG   LOAD   HUB   TOOL
4:51 PM
LEG2 NOT READY CHECK FILAMENT AT TRIGGER```
hidden plank
#

my thinking is either a) too tight of tension on the guidlers, b) incorrect extruder direction (try inverting dir_pin by adding or removing a ! (opposite of what is there) or c) pwm motor pins are reversed maybe?

#

that is not a clean prep

#

that's a dead lookin'turtle 😄

dense sequoia
#

yea

#

I agree

hidden plank
#

can you post your AFC/AFC_Hardware.cfg file?

dense sequoia
hidden plank
#

and post a picture of your wiring at hte AFC board, and let us know if you wired the switches Normally Open or Normally Closed?

dense sequoia
#

Blue is all NC

hidden plank
#

standby

#

working on osmething

#

try creating a new file in printer_data/config called test-afc.cfg, contents belwo:

[mcu AFC]
canbus_uuid:  ed03c62ed475

[include AFC/mcu/AFC_Lite.cfg]

[filament_switch_sensor trg1]
switch_pin: ^!AFC:TRG1
pause_on_runout: False

[filament_switch_sensor trg2]
switch_pin: ^!AFC:TRG2
pause_on_runout: False

[filament_switch_sensor trg3]
switch_pin: ^!AFC:TRG3
pause_on_runout: False

[filament_switch_sensor trg4]
switch_pin: ^!AFC:TRG4
pause_on_runout: False

[filament_switch_sensor ext1]
switch_pin: ^AFC:EXT1
pause_on_runout: False

[filament_switch_sensor ext2]
switch_pin: ^AFC:EXT2
pause_on_runout: False

[filament_switch_sensor ext3]
switch_pin: ^AFC:EXT3
pause_on_runout: False

[filament_switch_sensor ext4]
switch_pin: ^AFC:EXT4
pause_on_runout: False

[filament_switch_sensor hub]
switch_pin: ^AFC:HUB
pause_on_runout: False

comment out hte include AFC/*.cfg and instead do include test-afc.cfg

#

then you can easily see the base status of all your switches in mainsail/fluidd with the names, and see if any are change state as you test them (e.g. move the trigger)

#

if they don't chagne, you hvae a broken wire. if they trigger ''backwards' you may need to invert the pin definition

#

you can test the extruder ones by removing hte ptfe nad sticking a iece of filament through on the rear side and seeing if it triggers. same for hte hub.

#

we have to make sure everything is mechanically correct before we try to tackle the software side of things.

dense sequoia
#

👍

dense sequoia
#

now its giving me another errorr ..auto made a back up file I have to mess with it tomorrow or Saturday

#

Include file '/home/pi/printer_data/config/AFC/AFC/mcu/AFC_Lite.cfg' does not exist
i didn't create a 2nd AFC folder

hidden plank
#

Hmmm maybe I have a typo

dense sequoia
#

Unknown config object 'AFC'

Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted```
hidden plank
#

Send main printer.cfg please

#

I’m away from PC but maybe someone else will spot something

lean zealot
#

Just sat down, so if you send that I can take a look

lucid acorn
#

Because you commented out the AFC folder you no longer have the aliases to reference.

dense sequoia
#

Be later tonight have to take care of few things tonight I can be back aon around 10pm est. or another day .thanks everyone

hidden plank
#

try just include mcu/AFC_Lite.cfg instead that line

dense sequoia
hidden plank
#

Zip up printer_data/config directory and klippy.log and send if you get a chance later

dense sequoia
lean zealot
#

Can you zip your entire printer_data/config folder? That zip only had printer.cfg in it

dense sequoia
lean zealot
#

That's better, lemme look here

dense sequoia
#

ok

hidden plank
#

missing the test-afc.cfg i sent

lean zealot
#

Yep, hold on Thunder

hidden plank
#

alirght

#

you got this

lean zealot
#

Please upload this in your config directory

#

Change lines 11 and 12 of printer.cfg to this

[include test-afc.cfg]```
lucid acorn
#

Remember he needs the afc aliases

dense sequoia
lean zealot
#

oop hold on

lean zealot
hidden plank
#

aliases are i nthe AFC/mcu/AFC_Lite.cfg file

lean zealot
#

They're included in the test file Thunder profiled earlier

#

Yeah

#

ping TRG1 used multiple times... excuse me wat

hidden plank
#

config/printer.cfg:[include AFC/.cfg]
config/printer.cfg:[include AFC/
.cfg]

#

he has it in printer.cfgt twice

#

on line 11 and on line 1219

lean zealot
#

OH

#

Because of the installer

#

Mike, delete the include on line 1219 near the bottom of your file

dense sequoia
#

removed saved restart ..same

#

i was gioing to say I didnt put that in line 1219

lean zealot
#

No, the installer did it

dense sequoia
#

rebooted and no prep

lean zealot
#

Nope, we disabled software, but you have all your lanes now

hidden plank
#

so you see how your triggers are different?

lean zealot
#

I see 3 lanes loaded

hidden plank
#

one is empty (good)

the others are detected (not good unless you're holding them)

lean zealot
#

Do you still have some of your lanes loaded from earlier?

dense sequoia
#

far right lane

hidden plank
#

ok

#

so that's actually good

#

it means you just have pins backwards probably

lean zealot
#

Unload it and see if Trg1 changes

dense sequoia
#

it changesd

lean zealot
#

Okay, so you have your lanes backwards

dense sequoia
#

4 lane did so the pins are backwards

hidden plank
#

well, backwards and pins inverted

lean zealot
#

Wait, screenshot now?

dense sequoia
hidden plank
#

wut

lean zealot
#

Can you check if 2 and 3's triggers are touching the switches?

dense sequoia
#

yea hold

#

3 = 3

#

2=2

#

1=4

#

1-1

#

4-4

#

1 is on left 4 is on right

lean zealot
#

Okay, do the switches all change states in Klipper when triggered?

dense sequoia
#

yes

lean zealot
#

Okay, so you might need to adjust the position of the switches on 2 and 3

#

That's pretty simple

#

Or are the legs getting stuck?

dense sequoia
#

3/4 are

lean zealot
#

Ah, okay

#

That's going to be a you thing to figure out later on, might need to file the part a bit

#

Let's move on as long as the switches are working

dense sequoia
#

yep they are

lean zealot
#

Remove any PTFE between the extruders and hub

#

After that, insert some filament inthe the back of the extruders and the hub and verify all of those switches are working

dense sequoia
#

All good

lean zealot
#

Perfect! So now, make sure all switches are in an empty state report in Klipper

#

After that, change lines 11 and 12 in printer.cfg to this (You can remove line 12 if you please)

#[include test-afc.cfg]```
dense sequoia
#

empty sTATE

#

Klipper reports: ERROR

Unknown config object 'AFC'

Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted

#

removed line 12

lean zealot
#

Okay, do a FW restart

dense sequoia
#

same

lean zealot
#

klippy.log and screenshot of error

dense sequoia
lean zealot
#

Okay, can you zip everything up and send it again?

dense sequoia
lean zealot
#

Interesting, I don't see any reason this isn't seeing the AFC

#

Can you do a full host reboot?

dense sequoia
#

Same error

#

Unknown config object 'AFC'

Once the underlying issue is corrected, use the "RESTART"
command to reload the config and restart the host software.
Printer is halted

hidden plank
#

ls -l ~/klipper/klippy/extras/AFC*

at a ssh prompt

dense sequoia
hidden plank
#

that all looks good

#

sec

#

whatever you do

#

don't touch yoru hardware

#

🙂

dense sequoia
#

why you are working on the Im re-printing the TN internal PTFE parts

hidden plank
#

no rebuilding!

dense sequoia
#

oh trust me I'm not

hidden plank
#

we're missing AFC.cfg

#

no?

#

you have AFC_Hardware.cfg and AFC_Macro_Vars.cfg

#

but no AFC.cfg

lean zealot
#

Yep

#

I knew I was missing something lol

hidden plank
#

that's the issue

dense sequoia
hidden plank
#

bma@HAVEN:/mnt/c/Users/bma/Downloads/z/config$ find . -name AFC.cfg
bma@HAVEN:/mnt/c/Users/bma/Downloads/z/config$

lean zealot
#

AFC/AFC.cfg

dense sequoia
#

wrong screen shot

hidden plank
#

we'll need to create that

#

cp ~/AFC-Klipper-Add-On/Klipper_cfg_example/AFC/AFC.cfg ~/printer_data/config/AFC/AFC.cfg

dense sequoia
#

do I just run that from putty

hidden plank
#

yes

dense sequoia
#

did nt like that

hidden plank
#

screenshot/error please

dense sequoia
hidden plank
#

oh

#

i'm on an older afc

#

here download that, then upload into config/AFC

dense sequoia
#

rebooting

#

Just sitting printer not ready

hidden plank
#

uh

#

(I didn't tell you to reboot, but that shouldn't have done anything here)

dense sequoia
#

i copied the file over

hidden plank
#

eventually it will give you an error and let you download klippy.log. send that.

dense sequoia
#

gotcha

hidden plank
#

Will have to pick back up another time for me but maybe someone else can carry the torch

lean zealot
#

Uhh, where are we at?

#

I have a little time before I'll crash

dense sequoia
#

tn error just poped up

hidden plank
#

Comment out tn2 stuff

#

Until we get base turtle working

dense sequoia
#

git it

#

got

hidden plank
#

HAPPY TURTLE

dense sequoia
#

no lanes showing but i heard the lanes moiving

lean zealot
#

HAPPY TURTLE

hidden plank
#

That is prep at work

lean zealot
#

Yep

river jungle
#

Nice!

dense sequoia
#

been a adventure im sure alot on my end

#

getting ready to 1st coat on rc cbr 1000 motor cycle 3d print

#

nothing to do with turtle

#

big thanks to all

lean zealot
#

You have time to try loading stuff and verifying stepper direction?

dense sequoia
#

sure

lean zealot
#

Let's try Lane 1 since it wasn't sticky

dense sequoia
#

Far right lane just pulsating

#

Failed to load

lean zealot
#

Is that the one you tried loading?

#

Did you push the filament all the way down to the extruder?

dense sequoia
#

yes hitting extruder

lean zealot
#

Okay, let's reverse lane 4, you will likely need to do all 4, but let's just start there

#

Change line 94 on AFC_Hardware.cfg from

dir_pin: AFC:M4_DIR
to
dir_pin: !AFC:M4_DIR

dense sequoia
#

got it

#

saw it load

lean zealot
#

So, 4 is loaded?

dense sequoia
#

yes

lean zealot
#

Okay, let's do lane 1 now

dense sequoia
#

I did the far right lane 1st

#

and is loaded

lean zealot
#

Yep, let's do the far left one

dense sequoia
#

ok

#

1 didnt load

#

i changed dir

#

pushed filament to extruder

lean zealot
#

Did you swap before or after?

dense sequoia
#

before

#

now says locked and loaded

lean zealot
#

1 does?

dense sequoia
#

yes

#

11:31 PM
LEG4 LOCKED AND LOADED
11:31 PM
LEG3 EMPTY READY FOR SPOOL
11:31 PM
LEG2 EMPTY READY FOR SPOOL
11:31 PM
LEG1 LOCKED AND LOADED

lean zealot
#

1 took the load now

#

Well, let's try 2 and 3

dense sequoia
#

11:34 PM
LEG4 LOCKED AND LOADED
11:34 PM
LEG3 LOCKED AND LOADED
11:34 PM
LEG2 EMPTY READY FOR SPOOL
11:34 PM
LEG1 LOCKED AND LOADED

lean zealot
#

3 lanes down

#

1 to go

dense sequoia
#

Turtle is loaded so far

lean zealot
#

Load lane 2

#

Then you need to adjust macro positions

dense sequoia
#

iam now

lean zealot
#

Once positions are good, you can start trying to change filament

dense sequoia
#

11:38 PM
R _____ ____
E / \ | o |
A | |/ /
D |
__/
Y |
|
| |
|
|
11:38 PM
LEG4 LOCKED AND LOADED
11:38 PM
LEG3 LOCKED AND LOADED
11:38 PM
LEG2 LOCKED AND LOADED
11:38 PM
LEG1 LOCKED AND LOADED

lean zealot
#

HAPPY TURTLE

#

Now just need to adjust all your positions in AFC_Macros and hit T0

dense sequoia
#

already have the brush/poop/park written down

#

not sure what kick is

lean zealot
#

Kick kicks the poop off, so it should be similar to poop iirc

dense sequoia
#

ok I have a large brush basket back left

#

i can use that for the poop

#

and kick

lean zealot
#

Yep, you'd want to poop on the plate then kick it into the basket

dense sequoia
#

yep

#

thats the number i have

lean zealot
#

👍

#

Set up positions, home and heat then let's see what you get for tool changes

azure steppe
#

probably a good idea to look through all your macro variables to make sure the values look correct for your printer

dense sequoia
#

👍

#

ill check g ithub to see when auto back up will the files up too

dense sequoia
#

Ill do some testing tomorrow night

lean zealot
#

Whoo! At least we got it loading now

dense sequoia
#

a big plus

#

few more things Im sure

lean zealot
#

Yep, no more hardware changes lol

dense sequoia
#

well leds / TN2

#

but that will be it for sure

#

waiting on the leds from Robert

river jungle
#

waiting on china for leds 😅

dense sequoia
#

😛

#

its all good

lean zealot
#

Yeah, you got the TN2 to flash, so you can start doing print stuff

dense sequoia
#

yep

#

got the PTFE tube to fit too

#

4am comes early so i need to get some sleep...Again thanks for all the help

lean zealot
#

I'm right there with ya

#

But yes, let us know how stuff goes tomorrow

dense sequoia
#

will do

#

100%

dense sequoia
#

i have the TN2 serial number copied over and enabled the TN2 stuff

#

have all the lanes loaded and filament to the extruders

#

resolved it

sage cradle
#

nice!

dense sequoia
#

TN2 is lit up

dense sequoia
#

more testing probally tomorow or this weeekend

dense sequoia
#

calling it a nite now woint see the TN2

dense sequoia
#

dead turtle

cyan shuttle
#

Whats going on with it?

dense sequoia
#

Everything..can't see any mcus

cyan shuttle
#

OK, what was the last thing you did before that happened?

dense sequoia
#

Allxi did was reboot

#

It's ok I'm tired of fussing with this stuff

lean zealot
#

Is there an error or anything?

cyan shuttle
dense sequoia
#

No change

cyan shuttle
#

Do you have any errors?

dense sequoia
#

i had a few MCu's a few min ago ...now nothng

cyan shuttle
#

Well klipper is in an error state so they may not show.

dense sequoia
#

true

cyan shuttle
#

Is the TN2 plugged in?

dense sequoia
#

yes

cyan shuttle
#

Little green light inside is on?

dense sequoia
#

yes

lean zealot
#

Mike, can you ssh into the pi and run

ls /dev/serial/by-id

#

And also please zip up your configs. To me it looks like your TN2 is unplugged (Just from the error)

dense sequoia
#

changed USB plug ... ok got this now 9:17 PM

9:17 PM
LEG3 EMPTY READY FOR SPOOL
9:17 PM
LEG2 EMPTY READY FOR SPOOL
9:17 PM
LEG1 NOT READY CHECK FILAMENT AT TRIGGER```
#

guess bad usb

cyan shuttle
#

So leg 1 has been pushed outof the extruder probably

#

just refeed it

dense sequoia
#

Hit T0 and it ran far left and filament got stuck

cyan shuttle
#

T0 should try to load the left most lane, yes

#

So just to make sure im following, you fed the filament in again, then hit T0 to load Leg1?

#

Where did it get stuck at?

dense sequoia
#

I dont see any filament to the hub

cyan shuttle
#

What do you mean?

dense sequoia
#

getting stuck at the extruder

#

i opened the tension door

cyan shuttle
#

Its not making it out of the extruder body?

dense sequoia
#

nope

cyan shuttle
#

What switches do you have

dense sequoia
#

df2

cyan shuttle
#

Is the BB stuck?

dense sequoia
#

I shook the extuders to make sure they were moving around

#

i manged to push filament to the hub but took some force

#

I would think it shouldn't be that tight

cyan shuttle
#

Do you have the PTFE chamfered? Was it that?

dense sequoia
#

yes chambered it

#

now filament stuck in ptfe wont even remove

cyan shuttle
#

Do you have any more of that PTFE laying around?

#

If so I would take a peice of filament and see if it has a ton of drag

dense sequoia
#

no i dont have anymore

#

tube I have is 2.70 inside dia

#

if reading it right

#

2,5

cyan shuttle
#

Is it punching into the side?

dense sequoia
#

unable to see inside the tube

#

on the BT

cyan shuttle
#

Try ejecting that lane.

dense sequoia
#

ok finally got it to stop screamimng at me

#

should I order some 3mm tubing

cyan shuttle
#

No.

#

We need to figure out what is making the filament jam coming out of the extruder

dense sequoia
#

appears to be soemthing wrong with leg1

#

Im think im going to have to the extruders reprinted for the 3rd time they are all doing the same thing

azure steppe
#

wait why do you think reprinting the extruders will fix a problem?

dense sequoia
#

Maybe x1c not printing for abs shrinkage...but I'm not sure

azure steppe
#

but does everything fit correctly in your extruder and you have no troubles manually pushing filament through the extruder without the motor engaged?

dense sequoia
#

no take alot pressure to push it thru

azure steppe
#

hmm ok

#

If you are going to reprint, I would suggest just print one and get that working before printing all them again

dense sequoia
#

After sitting here debating on it ..sicne it will be there 3rd time I might just hit up fabreeko and pay htem to print the parts

lean zealot
#

If all you need is extruder bodies, hmu we can work something out

dense sequoia
#

Buddy is bringing over a 2mm drill bit to drill the holes out so maybe that will help

lean zealot
#

👍

dense sequoia
#

dril ed out 2 lanes still the same wont even unload filament either

#

hear the motors spining but that is all

#

My buddy Ken says hes not sure either what to do

dense sequoia
#
LEG1 NOT READY PAST HUB, CHECK FILAMENT PATH
4:03 PM
LEG1 NOT READY PAST HUB, CHECK FILAMENT PATH
||=====||==>--||-----||
TRG   LOAD   HUB   TOOL
4:02 PM
Extruder below min_extrude_temp, heating to 5 degrees above min
4:02 PM
Tool Change - None -> leg1
4:02 PM
T0
2:54 PM
Unknown command:"BEDFANSOFF"
2:20 PM
R  _____     ____
E /      \  |  o |
A |       |/ ___/
D |_________/
Y |_|_| |_|_|
2:20 PM
LEG4 EMPTY READY FOR SPOOL
2:20 PM
LEG3 EMPTY READY FOR SPOOL
2:20 PM
LEG2 EMPTY READY FOR SPOOL
2:20 PM
LEG1 EMPTY READY FOR SPOOL```
#

maunal push filament thru. Pretty smooth all the way to the hub

lean zealot
#

What's going on with it this time?

#

Is there a ball bearing stuck in one of your extruder bodies?

dense sequoia
#

I get locked and loaded ..just keeps pulsating for awhile

#

then stops

#

Im now click ing on t0

#

all i get

#

dang roll fell off and got damged

#

LEG1 NOT READY PAST HUB, CHECK FILAMENT PATH

#

from console

lean zealot
#

I hear it pulsing but not pulling any filament

dense sequoia
#

correct

azure steppe
#

can you push the filament in more and it grab it?

lean zealot
#

Do all lanes do that?

dense sequoia
#

yes all the lanes are dong the same

#

so I took and long piece of filament ....from trigger and was able to get all the way to the hub

#

manual

lean zealot
#

Assume that's with the guidler open?

dense sequoia
#

no guidler closed

lean zealot
#

You should not be able to push filament from the trigger, through the extruder, and all the way to the hub

dense sequoia
#

so the tension too loose then

lean zealot
#

Tension too loose, anti-squish too far out, or your motors aren't meshing with the gears

dense sequoia
#

give me a min ill tightend the tension a smidge

lean zealot
#

You could realistically crank down on them some then back the anti-squish out a smidge

dense sequoia
#

Ill crank them down and back off 1 turn

sage cradle
#

one turn still digs in pretty good. might 2 or 1.5

#

i think i have a mix of both 2 and 1.5 on mine

dense sequoia
#

ok made it to the buffer this time

#

stopped

lean zealot
#

Progress! lol

#

What'd it to at the buffer? Just stop, or did it make any kind of noise?

dense sequoia
#

like a cranking noise

#

i unloaded leg 1 the spool never reversed but kick the filament out so I had to rewinfd it on the spool

lean zealot
#

Eject doesn't run the spooler motors

dense sequoia
#

that make sense

#

il lsee wha tT0 does again

#

I must must be missing something for the buffer

lean zealot
#

Most likely, we can go through that config in a bit because it looks like you're just missing a minor thing there

dense sequoia
#

made it the buffer again so that is progress

lean zealot
#

It doesn't sound like it's trying to do the long move

dense sequoia
#

?

lean zealot
#

When it reaches the hub it should be doing a single long move but it's pulsing like it's still trying to do a short move

dense sequoia
#

maybe take out the spring ?

lean zealot
#

That's not a TN2 issue, you should feed through it pretty easily

dense sequoia
#

ok

lean zealot
#

If you take the bowden off the back of the turtle and feed by hand, does it go through really easily?

dense sequoia
#

hold

lean zealot
#

You should make it through everything to the tool head without issue

dense sequoia
#

long tube is getting stuck

lean zealot
#

Where?

dense sequoia
#

im going to ran a new ptfe tube give me a few

lucid acorn
#

Do you have good chamfers on every transition of the ptfe?

dense sequoia
#

found the issue its the inlet of the TN2

lean zealot
#

That would do it

dense sequoia
lean zealot
#

Yep, run a 2mm drill bit through that

dense sequoia
#

have to call my buddy back up

#

got it with out calling him

lean zealot
#

Nice

#

Now reinstalled it and check filament path to your toolhead

dense sequoia
#

almost made it to the tool head

#

way better process

lean zealot
#

Whoooo!

#

Now you just need to adjust the Bowden length there to make it

dense sequoia
#

Extrude only move too long (-420.000mm vs 50.000mm)

lean zealot
#

One sec

dense sequoia
#

looks like I need 180mm

lean zealot
#

max_extrude_only_distance: 1000

#

Add this to your [extruder] section

dense sequoia
#

in printer config i take it

lean zealot
#

Either in your printer.cfg or if you have a separate config for your toolhead board

dense sequoia
#

Kinda figured ok saved

#

I still need to fix the buffer thing

#

6:13 PM
Warning: No buffer defined in config file

lean zealot
#

Can you zip and send your configs real quick?

#

And while I look at those, try doing a filament load

dense sequoia
#

yep

#

Well trying too

#

found some reading material to be more positive ...boy do I need it ..dang ADHD

#

sorry for the rant

lean zealot
#

All good

#

Buffer_Name: TN2

#

Add this to AFC.cfg

#

Near the top is fine

dense sequoia
#

ok

lean zealot
#

That will fix the buffer warning you are getting

dense sequoia
#

yes sir it did

#

6:22 PM
R _____ ____
E / \ | o |
A | |/ /
D |
__/
Y |
|
| |
|
|

LEG4 LOCKED AND LOADED
6:22 PM
LEG3 LOCKED AND LOADED
6:22 PM
LEG2 LOCKED AND LOADED
6:22 PM
LEG1 LOCKED AND LOADED
6:21 PM
Box_Turtle Turtle_1 Prepping lanes```
lean zealot
#

That's one happy looking turtle

dense sequoia
#

now I have to look at the snappy

#

not sure if its cutting or not

azure steppe
#

snappy is broken in main, I am currently fixing it in DEV

dense sequoia
#

oh really

lean zealot
#

I saw the Snappy stuff was moved in dev

dense sequoia
#

filament stopped in about same spoit

lean zealot
#

Is it doing short moves?

dense sequoia
#

no

azure steppe
#

the pauses were taken out, it might work but I doubt it

dense sequoia
lean zealot
#

Is it a dead stop or does it continue doing other things?

dense sequoia
#

dead stop

lean zealot
#

And are you able to provide a video of that?

dense sequoia
#

yea hold ill have to rewind it

#

unload i mean

#

unload did nothing this time

lean zealot
#

uhh

#

Oh

#

Because it doesn't think it ever loaded

#

Try an eject, it'll make a mess but should pull it out

dense sequoia
#

nope

lean zealot
#

mmm

#

Oh

#

Did you restart the printer with it there?

dense sequoia
#

doing that now

lean zealot
#

Don't

dense sequoia
#

found a tangle in filament

lean zealot
#

Ah

#

That'd stop it

dense sequoia
#

yep i cut it out

#

slow moves then stop like 3 or 4

#

I missed it on video

#

about same spot though

lean zealot
#

hmm

#

interesting

#

Can you unload and try to grab a video again?

dense sequoia
#

yep

#

wiating to see if unload will run

lean zealot
#

Take your time

dense sequoia
#

of course

dense sequoia
#

rebooting wont unload

#

7:18 PM
Print already paused
7:18 PM
HUB NOT CLEAR TRYING TO LOAD LEG1

lean zealot
#

hmmm

dense sequoia
#

going to reboot again

#

Is there a reaso nthat the Unload doesn't work

#

i have to reboot to get it to unload

lean zealot
#

I believe BT_TOOL_UNLOAD won't work until it thinks it's loaded, however a restart will try to clear all sensors

dense sequoia
#

gotcha

#

now itsd not making to the hub

#

didnt touch anything

#

Im sure you have other things to do. Not going to bother you with this tonight

lean zealot
#

mmm

#

Not making it to the hub, or not triggering the switch?

dense sequoia
#

hub

#
R  _____     ____
E /      \  |  o |
A |       |/ ___/
D |_________/
Y |_|_| |_|_|
7:33 PM
LEG4 LOCKED AND LOADED
7:33 PM
LEG3 LOCKED AND LOADED
7:33 PM
LEG2 LOCKED AND LOADED
7:33 PM
LEG1 NOT READY FAILED TO RELOAD, CHECK FILAMENT AT TRIGGER```
#

error i just got

hidden plank
#

probably means trigger is triggered but extruder is not loaded

lean zealot
#

Leg1 is ejected and not at the extruder switch

#

Yep

dense sequoia
#

WEll i try leg 2 since leg 1 is hosed

#

Same issue

lean zealot
#

Can you get a video of the full change up to that point?

dense sequoia
#

whatcha mean full change

lean zealot
#

Video from the moment you hit T1 or whichever lane, to that point

dense sequoia
#

I can try

#

Won't let me upload

#

Says too big

lean zealot
#

Okay, well

#

It looks like you don't have the right bowden length set

dense sequoia
#

mighty have a wqork around

lean zealot
#

Ah okay

dense sequoia
#

were do I set that at

lean zealot
#

afc_bowden_length in AFC.cfg

dense sequoia
#

found it

#

940 ..so ill add 180m

#

what i measured

dense sequoia
azure steppe
#

It's fixed in DEV now

dense sequoia
hidden plank
#

😬

#

side quest alert

azure steppe
#

I would wait until it goes pushed to main

dense sequoia
#

ok Sorry !

#

Well i have time anyway.. leg 1/2 was working but now not So ill take hem aprart to see if i see anything

#

finaly got it too the tool head

lean zealot
#

WHOO

dense sequoia
#

im think i might print a cube to make sure it prints

#

at least I can print one color

#

now i need to look up orca slicer settings

#

am I stil lable to use better start macro with box turtle

lucid acorn
#

Good place to start. My first print was just 2 first layers from different lanes. Then went to 4 first layers. Then sent the print

lucid acorn
azure steppe
#

But your almost there

dense sequoia
#

found it

dense sequoia
#

T[next_extruder]

hidden plank
#

did you set up multi extruder

#

in printer settings

dense sequoia
#

i found the issue ,,,

#

put in wrong spot in orca ...

#

See if i can at least get 1 color to print

#
M140 S0
print_start EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] CHAMBERMIN=50
PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool}```
#

chanber extruder/chamber no longer heating up

#

i just added the Print_MiN line

hidden plank
#

post your updated config.zip and the gcode file you are trying to print

dense sequoia
#

trying 1st print single color chamber no longer heating up or extruder heating up. Using better start macro. Just added the gcode start line in git hub into orcaslicer
did I do that wrong

hidden plank
#

also the print_start is all on one line

#

(PRITN_MIN/PRINT_MAX/TOOL are not on separate lines)

dense sequoia
#

M104 S0 ; Stops OrcaSlicer from sending temp waits separately
M140 S0
print_start EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] CHAMBERMIN=50
PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool}

#

;BEFORE_LAYER_CHANGE
;[layer_z]
G92 E0

#

BTW .. Im using the better print start macro from jontek

hidden plank
#

that's good

#

don't forget teh config.zip

#

print_start EXTRUDER=260 BED=105 CHAMBER=0 CHAMBERMIN=50
PRINT_MIN=166.884,165.156 PRINT_MAX=183.052,184.755 TOOL=0

#

you have these on two lines

#

it needs to be on one

#

(that won't cause your issue though)

dense sequoia
hidden plank
#

I don't see why this should not work

in the interim you can just remove those M140/M104 l.ines in your starting gcode and your chamber should heat up again

dense sequoia
#

ok let me give it a try

#

Still the same no extruder heating and chamber

#

just the bed

hidden plank
#

so the bed may heat up first...

#

before hte extruder...

#

wait for bed to get to target

dense sequoia
#

bed already at targeet

hidden plank
#

@lean zealot wake up and do your magic here 🙂

lean zealot
#

Buuuut sleeep

#

I’ll be at my pc in a few for a closer look

dense sequoia
#

👍

lean zealot
#

Alright, lemme download these configs and compare what you had before

#

Okay, print_start looks okay, did you make changes in Orca to your start gcode other than adding the tool?

dense sequoia
#

No

lean zealot
#

What does your start and tool change gcode look like?

dense sequoia
lean zealot
#

Okay, that's right

dense sequoia
#

klipper screen after hitting print

#

chamber used to go to 70 then extuder was heating up at same time

#

now just stays off

lean zealot
#

If the bed reaches temp does it kick on the other heaters?

dense sequoia
#

nope

#

its used too. only thing that changed was the line added in orcaslicer for the BT

#

Im wondering if something in the Jontek print macro in the printer cfg need to be changed

#

but im not a program coder

lean zealot
#

I'm not seeing anything in particular. Is the "Heater Chamber" an actual chamber heater?

dense sequoia
#

no its just a fan

#

I used to have a PTC Heater but removed it cause it went bad

#

and not really allowed to talk about that in the voron world

#

😛

lean zealot
#

Okay, what I see in the start macro is that it only kicks on everything if the bed is already higher than either your set temp, or 90, otherwise it heats and waits 5 minutes.

dense sequoia
#

yep

#

if I comment all the turtle everything works normal

#

other V2 is setup the same way

lean zealot
#

What do you mean? If you disable all the turtle stuff?

dense sequoia
#

yes

#

chose wrong word to use ..sorry

spark compass
#

Remove the ; after chambermin

dense sequoia
#

print_start EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature] CHAMBERMIN=50 PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool}

#

all one line

spark compass
#

Really to start as long as you have the T[next_extruder] in the tool change you can take the initial tool off the print_start. It will just run the T command for the first tool after print_start completes.

dense sequoia
#

TOOL={initial_tool} take this off ?

spark compass
#

What did you add that seems to break the print_start? The min max and tool?

dense sequoia
#

PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single] Chamber=[chamber_temperature] PRINT_MIN={first_layer_print_min[0]},{first_layer_print_min[1]} PRINT_MAX={first_layer_print_max[0]},{first_layer_print_max[1]} TOOL={initial_tool}

#
M140 S0
print_start EXTRUDER=[first_layer_temperature] BED=[first_layer_bed_temperature] CHAMBER=[chamber_temperature]```
#

what I had before

#

plus the chambermin=50

cyan shuttle
#

If your old routine worked just add TOOL={initial_tool} at the end of it and see if it works.

dense sequoia
#

ok

#

il ltry that

spark compass
#

you can take the min and max off also just run your original print_start and ill look over your macros

cyan shuttle
#

Error?

dense sequoia
#

Malformed command 'print_start EXTRUDER=260 BED=105 CHAMBER=0 CHAMBERMIN= 50 TOOL=0'

spark compass
#

looks like an extra space before tool

dense sequoia
#

have to run out for a bit ..be back in about an hour or so

dense sequoia
#

Yea its a strange one for sure

hidden plank
cyan shuttle
#

Its funny about that stuff. If you seperate those params by line it breaks it too.

hidden plank
#

yes I'd expect that.

zenith lotus
#

My first print failed as i had the extrude length error which I have now changed. However, the BT only started to move the filament half way through the first purge line. These are the last two sections of my start print macro, do I need to change stuff when using the BT? Thanks

azure steppe
zenith lotus
azure steppe
#

This line that I am point to

lucid acorn
azure steppe
azure steppe
#

those two arrows are the important ones, just need somewhere in your print_start

zenith lotus
azure steppe
#

Well just whats currently loaded until there is a T(x) call in your files gcode

zenith lotus
zenith lotus
azure steppe
#

I just let BT do its thing and just do more skirt loops if I am not using a prime tower to make sure the last color is gone

#

It works well, now if I change from PLA to ABS or vise versa I manually do the change

zenith lotus
zenith lotus
azure steppe
#

Looks like its calling macro T which is not valid it should be T(number), you passing in your starting tool correctly from your slicer code?

dense sequoia
#

here is my pring start macro

dense sequoia
#

after hitting print bed heats up and that is all

zenith lotus
lean zealot
dense sequoia
#

Comment out

spark compass
#

no just put the print start back the way it was with out the TOOL

dense sequoia
#

just did that

spark compass
#

and still sitting on bed heat for more then 5 mins?

dense sequoia
#

yep

spark compass
#

whats the console say

dense sequoia
#

let me change profiles

spark compass
#

your passing chambermin now so its not gonna do anything till the chamber is at that temp

#

try setting chambermin to 0 and see if everything else starts going

dense sequoia
#

Ill try 0

#

ok that worked.. nozzle heating to 150 now

spark compass
#

k it will do your normal print start with the purge even though there isnt anything loaded then it should load the lane

dense sequoia
#

but I had it set for the print job to wait until chamber was at 50c before printing

#

but lets see what happens

spark compass
#

ya thats why it was just sitting on the bed temp and nothing else. It was waiting for them chamber to get to 50 before heating the nozzle

dense sequoia
#

I Agree

dense sequoia
#

dang timer to close

spark compass
#

did it load and was printing?

dense sequoia
#

No qgl

hidden plank
#

try again

#

those can be transient, i had a few TTC at the start and then not again

dense sequoia
#

yep trying now

#

selected print... but just noticed there is nl filament at the tool head

#

and just got the TTC again

frank forge
#

wow so many messages lol

dense sequoia
#

Ok last message then

lean zealot
#

nooooo, you're so close

dense sequoia
#

wow so many messages lol

#

no not close Belial

lean zealot
#

But you are!

#

Can you upload klippy.log?

dense sequoia
spark compass
#

looks like a trsync timeout. Open the klipper/klippy/mcu.py and change these values to this

TRSYNC_TIMEOUT = 0.05
TRSYNC_SINGLE_MCU_TIMEOUT = 0.50
dense sequoia
#

its already set

#

But I will be glad to double check it

spark compass
#

TRSYNC_SINGLE_MCU_TIMEOUT should be 0.5

dense sequoia
#

👍

spark compass
#

try that and send it again and see what happens

dense sequoia
#

have to get 4 new rolls Im going to have to rewind all these rolls they loose now

azure steppe
frank forge
dense sequoia
#

ok question I loaded a model sliced but tool head has no filament at the tool head will it load it before print job starts or am I missing something

spark compass
#

correct it will run your print start then load the first tool then print

dense sequoia
#

ok I just loaded 4 pla roll since the ASA's will have to re-wind

#

Dang Im determined to get this

spark compass
#

you'll get it. final stages now

ivory stone
#

cant see it in fluidd

spark compass
dense sequoia
#

this was more complicated then printing a RC 1/8th scale and building it

#

but that is just me

spark compass
#

once you get this one running i bet you could whip the second one out in no time

dense sequoia
#

I have enough printed parts now

ivory stone
#

mine was set as 0.025 and then 0.25

#

change to 0.05 and 0.5 then?

spark compass
#

set them to 0.05 and 0.5

ivory stone
#

aight

#

gonna attempt a 4 colour serial now lol

#

fingers crossed

#

just sad i missed bt-007 as went out

spark compass
#

keep at it your close

dense sequoia
#

I might try today too if I can get on print today

dense sequoia
#

TTC again

hidden plank
ivory stone
# spark compass keep at it your close

yeah, ive just either had timeouts, sometimes not relating to BT even i think, and then the weird doesnt do long move or stalls..... like.... if it wasnt for that itd be fine

hidden plank
#

what are your SBCs you are using to run?

ivory stone
ivory stone
hidden plank
hidden plank
#

as the error indicates it can often mean an overloaded host computer or mcu ... cb1s have it a lot

#

have seen people swap out a cb1 for a cm4/pi4 and all their ttc errors go away

ivory stone
#

STM32F402

frank forge
#

yeah CB1 is kinda hot garbage, definitely not worth lol

hidden plank
#

that's your mcu tho not the host computer

#

yeah?

#

like, what is klipper running on

ivory stone
ivory stone
hidden plank
#

'klippy'

#

you ssh to an stm32?

ivory stone
#

red is the printer main board, rp2040 is the toolhead board afaik

#

and ofc mcu afc, is the afc

hidden plank
#

perhaps i'm not being clear

#

those are hte mcus

#

klipper doesn't run directly on the mcu like marlin does

#

there's a host computer

ivory stone
#

mks pi?

hidden plank
#

i guess so

frank forge
#

yeah I wasn't sure how to find out what his is

ivory stone
#

the board is a modified mks pi WITH a onboard stm

frank forge
#

we were talking about it last night

hidden plank
#

i see

ivory stone
#

so its a mks pi, with a onboard stm basically

hidden plank
#

that's what i was looking at/for

#

same cpu as a CB1 basically

#

Cortex A53

#

pi4 uses a cortex a72

frank forge
#

yeah I have a feeling it's not enough.

ivory stone
#

hmmm, i mean all my loads sit really lower

#

and system memory around 36-40%

hidden plank
#

you could try doing things like reducing your microsteps, turning off any webcams

#

i get it, i do

frank forge
#

He needs to run a pi4 or something on top of his current one but I'm not sure how to do that

hidden plank
#

i'm just relaying what i have seen before as a potential cause

ivory stone
#

fair

#

my BT is down to 8 microsteps, my x and y are 16 and my z is 128

#

thats default values

hidden plank
#

what wait

#

128 for z seems madness

ivory stone
#

SHRUG thats what it is default

hidden plank
#

try changing that to 32

frank forge
#

z should be one of the lower ones lol

dense sequoia
#

my z are 32

ivory stone
hidden plank
#

so does my v2

#

and trident and those are at 32

ivory stone
#

ah

hidden plank
#

you could always try it and if it doesn' thcange anything, swap it back

ivory stone
#

alright, yeah i can give it a shot

#

qidi uses the nozzle to set the z offset

hidden plank
ivory stone
#

automatically

dense sequoia
#

Using tapv2 for my z offset

frank forge
#

same

#

does the Q1 run canbus?

dense sequoia
#

Dam ttc again

ivory stone
#

afc is over usb

frank forge
#

wonder if you can tell the onboard computer to shut up and just connect a PI to usb to control the stock MCU

ivory stone
dense sequoia
#

not sure what else to do

#

ttc 3rd time in a row

#

maybe switch to a pi5

ivory stone
dense sequoia
#

yep

#

pi 4 8g

#

p5 will have more power

hidden plank
#

pi5 won't solve that imo

dense sequoia
#

i changed the tsynch

#

haven't had a ttc in a long while

ivory stone
#

i got a pi 4 4gb lol..... i aint liking the sound of this if you still got issues 🤣

dense sequoia
#

just after putting the TN2

lean zealot
#

Are you running cameras as well?

dense sequoia
#

only have 3do nozzle cam and TN2 ..so I juts turned off the 3do Nozzle cam

#

only 1 cam

ivory stone
#

Only one, runs at like 5 fps…. Though…. 1080p

dense sequoia
#

mine 30fps/ 1080p

ivory stone
#

i set mine to 5 at idle, and 15 when focused

hidden plank
#

i'd turn off any cameras if you can

#

just to give maximum chance of success

dense sequoia
#

I hate to turn it off since I used it for remote monitoring

ivory stone
#

i kinda need to be able to watch it sadly

#

else i gotta stand there the entire time

#

theres this weird thing where if it fails to load or something, it raises my printbed, up into the purge bucket/wiper thing (since my toolhead is in its park position over the bucket)

dense sequoia
#

turning off cam didnt matter

#

still TTC

ivory stone
#

and i cant pinpoint why its doing or what macro, since its not my pause macro

dense sequoia
#

guess no printing today

ivory stone
#

mines printing so ill see if these changes fix it for me

dense sequoia
#

good luck .. i think I have wasted enough time today

ivory stone
#

i wasted enough earlier today and last night tbh..... so 🤞 this print actually..... completes

dense sequoia
#

I can t even get a print to start

#

i think im done for today

#

Ill use the X1c for now to get some stuff printed

#

and its time for a drink anyway

#

😀

#

coffee

dense sequoia
ivory stone
#

nah lane 4 again

#

no other issues though

dense sequoia
#

Im really starting to hate TTC

#

might switch BT to other V2

hidden plank
#

it is a hateful error

dense sequoia
#

maybe something else is going on with this printer

hidden plank
#

not unique to BT

spark compass
#

its a crappy error that give no information

dense sequoia
#

I understand that

#

im thinking soemthing wrong with this printer

#

I didnt have any TTC until this

#

maybe there should be soemthing developed

hidden plank
#

might have been straw that broke camel's back with canbus

#

have you sent over the canbus debug script output before?

ivory stone
dense sequoia
#

TTC again Im done for tonight

#

maybe the pi4 is crapping out

#

Dont know

hidden plank
#

when you have sanity for a moment please run the script above and send output here

dense sequoia
#

im about to lose my sanity

hidden plank
#

everything i would expect to see i see above

#

so this is one of those canbus sucks times :/

spark compass
#

Has he ohm checked the can bus to make sure it’s 60?

hidden plank
#

don't think so but it'd be good to check wiring andc termination setups

dense sequoia
#

maybe time to get rid of canbus and get anothe NHSB

hidden plank
#

you can run the AFC lite in USB mode.

#

(No pun intended))

dense sequoia
#

out of usb ports

frank forge
# dense sequoia TTC again Im done for tonight

I just wanted to clarify that my comment earlier was in no way about you talking to much or anything, was just coming in to see the progress being done and happy to see you working on it. Keep at it! In this game we always have little things in our builds that like to test our limits, that's how we grow and get better at these things keep at it 🙂

hidden plank
#

plugged into rear keystone outlet and then have box turtle and tn2 plugged into that.

lean zealot
#

I have a cheap 4 port hub underneath mine as well

frank forge
#

yeah I need to do something for mine too lol

dense sequoia
frank forge
#

that's how it is sometimes, but you can do it don't give up.

#

gotta change your perspective and believe you can finish it lol

dense sequoia
#

my perspective was yea ii can do this for sure.

lean zealot
#

You absolutely still can

#

Hardware wise everything is working

frank forge
#

if you built a voron you can build this

dense sequoia
#

1st voron was a struggle ..2nd voron was easy

frank forge
#

so he's just having software issues now @lean zealot ?

lean zealot
#

Correct

frank forge
#

the timing too close thing

lean zealot
#

Yep

#

Unfortunately, I'm no help there

dense sequoia
#

like 10 of them today

#

zerro in the last 6 months

frank forge
#

same I had 0 of that, my printer said it once today but a reboot and it never came back lol

dense sequoia
#

now leg1 having issues again

frank forge
#

what kind of issues?

dense sequoia
#

LEG1 NOT READY CHECK FILAMENT AT TRIGGER

#

flaky

frank forge
#

hmm

dense sequoia
#

after rebooting its kicking the filament away from extruder

#

triggering the error

spark compass
#

delete the afc.var possibly still thinks something is loaded from the ttl crash

dense sequoia
#

i have to push it back in abut 1-2mm

#

ok