What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Solved Error after following KAMP instructions

Ho-whizzle

Well-known member
I am trying to install KAMP adpative mesh and Voron purge but after followiong the instruction on the KAMP gitbit, Mainsail will give me an error assuming I have entered incorrect details in the cfg files.

Hope you can all help, I have attached the cfg files for you.

Thank you all in advance
 
Oh apologies, I just found out I was not allowed to attach cfg files so i have now attached them as txt for you
 

Attachments

  • KAMP_Settings.txt
    2.9 KB · Views: 2
  • printer.txt
    18.9 KB · Views: 2
  • Voron_Purge.txt
    6.6 KB · Views: 1
  • Smart_Park.txt
    3.4 KB · Views: 0
So I would have to comb though these files to see if and what the error was.
A better method for troubleshooting is for you to tell us the error you got.
 
So I would have to comb though these files to see if and what the error was.
A better method for troubleshooting is for you to tell us the error you got.
Ask and you shall recieve. Apologies when i did not provide this when you first asked for it
 

Attachments

  • Screenshot 2024-02-20 184719.png
    Screenshot 2024-02-20 184719.png
    28 KB · Views: 15
I didn't see that in the instructions so probably not.
I added ther [bed mesh] and along with the detail as mentioned in the guide into the homeing and Ganrty Adjustment and still the same error but I also notcied the Z-tilt is in there too.
 

Attachments

  • Screenshot 2024-02-21 170101.png
    Screenshot 2024-02-21 170101.png
    40.2 KB · Views: 10
  • Screenshot 2024-02-21 170018.png
    Screenshot 2024-02-21 170018.png
    27.4 KB · Views: 7
It looks like you might be including the KAMP files twice.

In printer.cfg, you have:
Code:
[include KAMP_Settings.cfg]
[include Smart_Park.cfg]
[include Adaptive_Meshing.cfg]
[include Voron_Purge.cfg]

... but KAMP_Settings.cfg has:
Code:
[include ./KAMP/Adaptive_Meshing.cfg]       # Include to enable adaptive meshing configuration.
# [include ./KAMP/Line_Purge.cfg]             # Include to enable adaptive line purging configuration.
[include ./KAMP/Voron_Purge.cfg]            # Include to enable adaptive Voron logo purging configuration.
[include ./KAMP/Smart_Park.cfg]             # Include to enable the Smart Park function, which parks the printhead near the print area for final heating.

So adaptive meshing, Voron purge, and Smart Park are being included twice.

Remove the extras from the printer.cfg file, leaving only the include for KAMP_Settings.cfg, and try again?
 
It looks like you might be including the KAMP files twice.

In printer.cfg, you have:
Code:
[include KAMP_Settings.cfg]
[include Smart_Park.cfg]
[include Adaptive_Meshing.cfg]
[include Voron_Purge.cfg]

... but KAMP_Settings.cfg has:
Code:
[include ./KAMP/Adaptive_Meshing.cfg]       # Include to enable adaptive meshing configuration.
# [include ./KAMP/Line_Purge.cfg]             # Include to enable adaptive line purging configuration.
[include ./KAMP/Voron_Purge.cfg]            # Include to enable adaptive Voron logo purging configuration.
[include ./KAMP/Smart_Park.cfg]             # Include to enable the Smart Park function, which parks the printhead near the print area for final heating.

So adaptive meshing, Voron purge, and Smart Park are being included twice.

Remove the extras from the printer.cfg file, leaving only the include for KAMP_Settings.cfg, and try again?
Thank you!
This was the issue..
 
Perfect!

Glad you got it working. KAMP is a wonderful plugin - one of those rare cases where an add on fundamentally improves both the process and the result. You're going to be happy you have it enabled. 👍
 
Perfect!

Glad you got it working. KAMP is a wonderful plugin - one of those rare cases where an add on fundamentally improves both the process and the result. You're going to be happy you have it enabled. 👍
Hi Dave32,

I know I have marked this as "SOLVED"but unfortunately something happend and it has forced to me rebuild the entire Klipper software from scratch. Likely I managed to get most of Klipper installed and workign but unfortunately KAMP is not working like before but I have foloowed your advise it has not work. (T_T) and I am now sure where it is going wrong this time. I know it is a printer.cfg file issue because if comment #KAMP_SETTINGS.cfg it works fines without adaptive bed meshing.
 

Attachments

  • Screenshot 2024-02-23 154220.png
    Screenshot 2024-02-23 154220.png
    167.3 KB · Views: 6
  • printer.txt
    17.3 KB · Views: 1
Top