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!

Am I missing something?

Olden

New member
I built a formbot Voron 2.4 with tap and find that it runs fine until the bed mesh completes with a good read and then says "extruder not hot enough" and quits the print. I have been putting in the operating temp and a pause when the bed mesh starts and it works fine. Is there a set of instructions I can add some where that will do this for me?
 
sounds like your start code is written wrong. generally the failure looks something like:

1. slicer sets hotend temp to printing temp
2. safeties in the start code drop the hotend to 150
3. (nothing restores the original temperature)
4. things start trying to print
using a proper start code, such as https://github.com/jontek2/A-better-print_start-macro/blob/main/README.md is the easiest solution
 
Top