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!

Voron wont line/ voorn purge

Ho-whizzle

Well-known member
Hi All,
I have successfull installed and setup KAMP on my Voron Trident 300 except the purge command wil not happen and skipped before printing.
Any sugguestion why this is happening and what it the cause?
I have attahced the printer and KAMP config files for you all.

Many thanks in advance.
 

Attachments

  • KAMP.txt
    3.4 KB · Views: 1
  • Printer.txt
    19.5 KB · Views: 4
Looks like you forgot to include it as part of your PRINT_START macro.
I added VORON_PURGE to start but I get the below error

[Extruder] max_extrude_cross_section is insufficient for purge, please set it to 5 or greater. Purge skipped.
 
After adding the max extrude code I get the following error after bed mesh:

11:55
"extruder" not hot enough
11:55
Extrude below minimum temp
11:55
Extrude below minimum temp
See the 'min_extrude_temp' config option for details
11:55
Extrude below minimum temp
11:55
Extrude below minimum temp
See the 'min_extrude_temp' config option for details
11:55
Extrude below minimum temp
11:55
Extrude below minimum temp
See the 'min_extrude_temp' config option for details
11:55
KAMP purge is not using firmware retraction, it is recommended to configure it.
11:55
Moving filament tip 0.0mms
11:55
Unknown command:"SMART_PARK"
11:55
Bed Mesh state has been saved to profile [default]
for the current session. The SAVE_CONFIG command will
update the printer config file and restart the printer.
11:55
Mesh Bed Leveling Complete
 
That would be because your START_PRINT macro also doesn't set the nozzle temp. It has to be up to printing temperature before you initiate the purge.
 
That would be because your START_PRINT macro also doesn't set the nozzle temp. It has to be up to printing temperature before you initiate the purge.
That makes sense but what do I need to add to start the heating up to the target temp before it start the print/purge?
 
I am so confused. I have spent many hours trying to following instructions from the error message but with no luck.
I have attached photo and printer config for you all.
 

Attachments

  • Config.txt
    20 KB · Views: 4
  • Screenshot 2024-03-17 at 20.53.14.png
    Screenshot 2024-03-17 at 20.53.14.png
    975.6 KB · Views: 6
If it helps, the configuration you need to do is for the communication between the slicer and Klipper.
Right now, the slicer isn't telling Klipper what to do, and/or Klipper isn't configured to use it.

There is a little bit more info here:

which also references this:
 
I have a
Code:
M109 S{params.EXTRUDER}
before my LINE_PURGE (perhaps required for a Tap, which cools down the extruder for the bed mesh cal.)
 
Last edited:
Top