calmfornow
Member
- Printer Model
- Voron 2 350mm
- Extruder Type
- Clockwork 2
- Cooling Type
- Stealthburner
It says my log is too large. Any way to send it over or anything in particular from the log that would be helpful for me to edit it down?
Okay. So, I searched everywhere to no avail for my issue. I have a fresh build (Voron 2 350mm) Specs are as follows
Now to the issue. When I go to print, it will heat up to 150 degrees and probe the center and then the corners. All good there. When that is done, I get Extruder Temperature Too Low. I checked everything, and it all seems good, but I am also super new to Klipper configuration. If I change the probe temperature to 170, then it will print, but not raise the temperature to the print temp, but rather stay at 170. I messed around with the start print G-code and now I got it to print at the sliced temperature, but it does not level beforehand, but rather just heat up and go. I have the Voron probe activate G-code in the configuration file as well.
I will try to add my conf file and klippy log. I will paste what my current slicer g-code start is under this. Thank you for any kind of help.
; Begin "PRINT_START" G-code
; Home all axes and wait for completion
G28
M104 S[nozzle_temperature_initial_layer]
M140 S[bed_temperature_initial_layer_single]
M190 S[bed_temperature_initial_layer_single]
M109 S[nozzle_temperature_initial_layer]
; Ensure the nozzle is at the correct printing height
G1 Z15.0 F9000 ; Move the nozzle to a safe height above the bed
; End "PRINT_START" G-code
Okay. So, I searched everywhere to no avail for my issue. I have a fresh build (Voron 2 350mm) Specs are as follows
- Manta M8P
- BTT CB1
- Chaos Labs CNC, electronics kit, bed
- Voron Tap (ChaosLabs CNC)
Now to the issue. When I go to print, it will heat up to 150 degrees and probe the center and then the corners. All good there. When that is done, I get Extruder Temperature Too Low. I checked everything, and it all seems good, but I am also super new to Klipper configuration. If I change the probe temperature to 170, then it will print, but not raise the temperature to the print temp, but rather stay at 170. I messed around with the start print G-code and now I got it to print at the sliced temperature, but it does not level beforehand, but rather just heat up and go. I have the Voron probe activate G-code in the configuration file as well.
I will try to add my conf file and klippy log. I will paste what my current slicer g-code start is under this. Thank you for any kind of help.
; Begin "PRINT_START" G-code
; Home all axes and wait for completion
G28
M104 S[nozzle_temperature_initial_layer]
M140 S[bed_temperature_initial_layer_single]
M190 S[bed_temperature_initial_layer_single]
M109 S[nozzle_temperature_initial_layer]
; Ensure the nozzle is at the correct printing height
G1 Z15.0 F9000 ; Move the nozzle to a safe height above the bed
; End "PRINT_START" G-code