#Box Turtle and KAMP

1 messages · Page 1 of 1 (latest)

echo tiger
#

I just tried my first print from Orca to the printer with BT configured. I have KAMP installed, where it does a mesh of just the print area. However, with all the BT configuration applied, the printer is now doing a mesh of the entire bed, and then the printer stops with the error below in the console. Does BT affect bed mesh?

!! bed_mesh: Mesh extends outside of the fade range, please see the fade_start and fade_end options inexample-extras.cfg. fade distance: 9.40 mesh min: -20264590…(truncated) mesh max: 6004323…(truncated)
!! bed_mesh: Mesh extends outside of the fade range, please see the fade_start and fade_end options inexample-extras.cfg. fade distance: 9.40 mesh min: -2026459…(truncated)
mesh max: 600432314…(truncated)
!! bed_mesh: Mesh extends outside of the fade range, please see the fade_start and fade_end options inexample-extras.cfg. fade distance: 9.40 mesh min: -202645…(truncated)
mesh max: 600432…(truncated)
// idle_timeout: Timeout set to 3600.00 s
// idle_timeout: Timeout set to 3600.00 s
!! SDCARD_RESET_FILE cannot be run from the sdcard
!! SDCARD_RESET_FILE cannot be run from the sdcard
!! SDCARD_RESET_FILE cannot be run from the sdcard
!! SDCARD_RESET_FILE cannot be run from the sdcard

sonic pecanBOT
#

<@&1304550334839918672>

echo tiger
#

I’ll do that in a few minutes. Thanks.

covert abyss
#

what do you have in your print_start in orca?

echo tiger
echo tiger
echo tiger
covert abyss
#

that shouldn't have any effect on KAMP, but also why are you using KAMP? adaptive mesh is built into klipper now

echo tiger
#

Probably because I set it up before it was built in

#

Its strange. mesh behavior changed, and then the error, which I don't know is related to kamp or not. It just happened immediately after the mesh

#

I guess the error says its mesh related. bed_mesh: Mesh extends outside of the fade range,

covert abyss
#

idk what is in KAMP anymore it might be weird about purge tower or something

echo tiger
#

Hmm. I didn't think about the purge tower. I'm trying to print a single color item to start.

#

I should probably remove kamp

echo tiger
#

Is the variable_park_loc_xy in AFC_PARK supposed to be absolute coordinates?

#

I’m now getting this error immediately after bed_mesh

// AFC_Park: Park Toolhead
!!Move out of range: 191.556 178.625 9256276184536135799037983243779010584479129487648074156850180848537328930237808411808403623085449894105433734430251152444583336187335467279685092732715117824692280383432993581364934934876127232.000 [0.000]

covert abyss
#

yes it should be in absolute that way it can be called any time

echo tiger
covert abyss
#

do you use skew compensation?

echo tiger
naive hedge
#

Try moving that to just before the end of the macro

covert abyss
#

whats your actual travel limits? might be best to move evertyhing a few mm away from them to help with skew

echo tiger
covert abyss
#

I mean away from min or max for all of your macro positions.

echo tiger
covert abyss
covert abyss
echo tiger
#

I had to do some significant upgrades of my software prior to installing BT, as I was running an older RPI OS. I wonder if something with my config files that I moved over is incompatible.

#

13:45:26
!! Internal error on command:"M109"
13:45:26
!! Internal error on command:"PRINT_START"

covert abyss
#

double check your setup as the original debug you sent has this

echo tiger
#

Was that from yesterday?

covert abyss
#

maybe you have duplicated files?

#

no from a few hours ago

echo tiger
#

Interesting. What file should that be in? I have been editing AFC_Macros_Vars.cfg

covert abyss
#

double check you are editing the one in AFC folder

echo tiger
#

I am

covert abyss
#

and there is only one copy?

echo tiger
#

Yes. Here is what I have in the file:
[gcode_macro _AFC_BRUSH_VARS]
description: Brush macro configuration variables
gcode: # Leave empty

variable_brush_loc : 72,350,0.3
#-1,-1,-1 # Position of the center of the brush (Set z to -1 if you dont want a z move)
variable_brush_clean_speed : 150 # Speed of cleaning moves when brushing

Accel of cleaning moves when brushing. This will overwrite the global accel for this macro. Set to 0 to use global accel

variable_brush_clean_accel : 0
variable_brush_width : 40 # Total width in mm of the brush in the X direction
variable_brush_depth : 10 # Total depth in mm of the brush in the Y direction
variable_y_brush : False # True - Brush along Y axis first then X. False - Only brush along x
variable_brush_count : 3 # Number of passes to make on the brush.

Move in Z after brush to avoid bed if brush is at Z0 (Set z to -1 if you dont want a z move)

variable_z_move : -1

covert abyss
#

can you rollover your klippy log and send a new copy?

echo tiger
#

How do I trigger a reset of the klippy log?

covert abyss
echo tiger
#

I don't see a Log File widget like that

#

Found it

echo tiger
# covert abyss

I did a reboot and the klippy rollover, and it’s now working. I must have failed to reset after making one of the limit changes, or even removal of kamp. Not sure, but it’s printing a single color now. Thanks for the help!