Basic Information:
Printer Model: SV06+
MCU / Printerboard: Sovol Klipper Screen
klippy.log
klippy.log (2.4 MB)
Describe your issue:
I’m trying to print a benchy, but at a certain point it gives the error:
I went to my printer.cfg file to try and adjust the max_extrude_cross_section value, however it’s not inside the config file.
I also read that the issue could be with my start gcode. I’m using PrusaSlicer, and I tried adjusting my gcode enabling and disabling the relative extruder mode and absolute mode, but it did not solve the issue. Here is the current start g-code anyway:
G90 ; use absolute coordinates
M82 ; extruder absolute mode
M104 S170 ; set extruder temp for bed leveling
M140 S[first_layer_bed_temperature] ; set bed temp
M109 R170 ; wait for bed leveling temp
M190 S[first_layer_bed_temperature] ; wait for bed temp
G28 ; home all axis
M104 S[first_layer_temperature]; set extruder temp
G1 Z50 F240
G1 X2 Y10 F3000
M109 S[first_layer_temperature] ; wait for extruder temp
G1 Z0.28 F240
G92 E0
G1 Y140 E10 F1500 ; prime the nozzle
G1 X2.3 F5000
G92 E0
G1 Y10 E10 F1200 ; prime the nozzle
G92 E0
I’m using a 0.8mm nozzle.
Help would be appreciated.