Print will not start printing

Basic Information:

Printer Model: Tronxy X5SA Pro
MCU / Printerboard: Octopus MAX EZ
Host / SBC Sovol Klipper Screen
klippy.log
klippy.log (1.8 MB)

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Hi, good people of Klipper- I have a converted Tronxy X5SA Pro, I have squared it up, put an Octopus EZ Max board on it with a Sovol Klipper Screen because I was going to try 6 extruder multi material system. Set it up, lots of issues, finally got everything moving and all fans working (Octo EZ Max boards have the fan polarity reversed, couln’t make the extruder or part fan even run) but now I am trying to get a print to work on it and having no luck. Printer loads from Orca Slicer, temps go up and hold with slight wobble, and system homes, then nothing happens. Here is the console:

Unknown command:"PRINT_END"

2:57 PM

PRINT_END

2:57 PM

Unknown command:"DGUS_PRINT_END"

2:57 PM

Move exceeds maximum extrusion (0.200mm^2 vs 0.006mm^2)

2:57 PM

Move exceeds maximum extrusion (0.200mm^2 vs 0.006mm^2)
See the 'max_extrude_cross_section' config option for details

2:55 PM

Retries: 7/8 Probed points range: 0.001250 tolerance: 0.005000

2:55 PM

Making the following Z adjustments:
stepper_z = -0.003743
stepper_z1 = -0.002486

2:55 PM

probe at 75.000,170.000 is z=-2.082494

2:55 PM

probe at 335.000,170.000 is z=-2.083744

2:55 PM

Retries: 6/8 Probed points range: 0.011875 tolerance: 0.005000

2:55 PM

Making the following Z adjustments:
stepper_z = -0.013131
stepper_z1 = -0.001251

2:55 PM

probe at 75.000,170.000 is z=-2.081249

2:55 PM

probe at 335.000,170.000 is z=-2.093124

2:55 PM

Retries: 5/8 Probed points range: 0.038125 tolerance: 0.005000

2:55 PM

Making the following Z adjustments:
stepper_z = -0.012501
stepper_z1 = 0.025598

2:55 PM

probe at 75.000,170.000 is z=-2.054391

2:55 PM

probe at 335.000,170.000 is z=-2.092516

2:55 PM

Retries: 4/8 Probed points range: 0.041250 tolerance: 0.005000

2:55 PM

Making the following Z adjustments:
stepper_z = -0.020609
stepper_z1 = 0.020585

2:55 PM

probe at 75.000,170.000 is z=-2.059385

2:55 PM

probe at 335.000,170.000 is z=-2.100635

2:55 PM

Retries: 3/8 Probed points range: 0.120000 tolerance: 0.005000

2:55 PM

Making the following Z adjustments:
stepper_z = -0.045615
stepper_z1 = 0.074345

2:55 PM

probe at 75.000,170.000 is z=-2.005632

2:54 PM

probe at 335.000,170.000 is z=-2.125632

2:54 PM

Retries: 2/8 Probed points range: 0.202500 tolerance: 0.005000

2:54 PM

Making the following Z adjustments:
stepper_z = -0.084993
stepper_z1 = 0.117460

2:54 PM

probe at 75.000,170.000 is z=-1.962516

2:54 PM

probe at 335.000,170.000 is z=-2.165016

2:54 PM

Retries: 1/8 Probed points range: 0.397500 tolerance: 0.005000

2:54 PM

Making the following Z adjustments:
stepper_z = -0.176859
stepper_z1 = 0.220568

2:54 PM

probe at 75.000,170.000 is z=-1.859391

2:54 PM

probe at 335.000,170.000 is z=-2.256891

2:54 PM

Retries: 0/8 Probed points range: 0.760625 tolerance: 0.005000

2:54 PM

Making the following Z adjustments:
stepper_z = -0.561859
stepper_z1 = 0.198735

2:54 PM

probe at 75.000,170.000 is z=-1.881250

2:54 PM

probe at 335.000,170.000 is z=-2.641875

2:54 PM

Move exceeds maximum extrusion (0.902mm^2 vs 0.006mm^2)

2:54 PM

Move exceeds maximum extrusion (0.902mm^2 vs 0.006mm^2)
See the 'max_extrude_cross_section' config option for details

2:54 PM

Move exceeds maximum extrusion (0.902mm^2 vs 0.006mm^2)

2:54 PM

Move exceeds maximum extrusion (0.902mm^2 vs 0.006mm^2)
See the 'max_extrude_cross_section' config option for details

2:49 PM

save_last_file

2:49 PM

PRINT_START

2:49 PM

BED_MESH_PROFILE LOAD=default

2:49 PM

File selected

2:49 PM

File opened:3_three_PLA_50m27s.gcode_23.1998 g weight.gcode Size:3062279

I have removed all start code, but left layer and end codes in the slicer. Temp variance is 1 degree either way on the hot end. Bed .5 degree either way.

Hello @Gh0styracer !

Please format the console output with the Preformatted Text feature of the forum editor.
Format

Neither PRINT_END nor DGUS_PRINT_END are defined in the printer.cfg

END_PRINT is.

1 Like

OK, so after looking around, I do not know what DGUS_PRINT_END is. I can just define PRINT_END by copying END_PRINT but I don’t know why DGUS_PRINT_END is being called or what it is for.