Release 3.3RC2 Extrusion issue
-
I recently upgraded from 3.2 stable to 3.3RC2, and I can't print. My first layer is terrible. Seems like it is not extruding properly and I also get these errors in my start up.
power up + 00:00:00 [warn] Error: in file macro line 35 column 19: M350: array too long, max length = 0 power up + 00:00:00 [warn] Error: in file macro line 37 column 6: M92: array too long, max length = 0 power up + 00:00:00 [warn] Error: in file macro line 85 column 11: M593: expected string expression
Which I don't get on 3.2 Stable Release.
Attached is my config and a first layer picture.
Config
Config.g -
@sbcrumb the warning messages show what the problem is. You are trying to set extruder steps/mm and microstepping before you have created any extruders. The M350 and M92 commands must come after the M584 command that creates the extruders.
Your M593 command is also wrong. See the M593 entry in the GCodes wiki.
-
Thank you that fixed it, I must have missed I needed to move my M350 and M92 commands after my M584.
I will look at my M593 and fix that, I am at least printing again and that is the important part.