Jump to content

malegelebi

Dormant
  • Posts

    5
  • Joined

  • Last visited

malegelebi's Achievements

0

Reputation

  1. i think this is something to do with cura as it is the cura start gcode/purge line that is causing this error?
  2. on the ender 5 plus, there is a ABL function that i can turn on and off. if i turn it off, then after the initial Home to center board, it would then start the purge, how ever with ABL turned on, after the intial HOME to center, it would then start to do ABL, and of course when it finished the last postition of the bed leveing, is obviuosly not the same place as HOME, thus i then think this is what's amking it do a dash to center after the first line. now after changing that gcode, it now will do a first center to home, then it would go back to xyz min, and then back to center/home and then start it's ABL process. but now instead of the triangle, it now runs to home/center with blobs of pla dropping out and then it moves back on the same line picking up the blobs which leaves a clean center plate to print. which in return, it's a quick fix to my problem.
  3. i have added G92/G91/G90/G29/G28 below the said and i've replaced the line with these codes as well and it made no difference. how ever, M201 X500.00 Y500.00 Z100.00 E5000.00 ;Setup machine max acceleration M203 X500.00 Y500.00 Z10.00 E50.00 ;Setup machine max feedrate M204 P500.00 R1000.00 T500.00 ;Setup Print/Retract/Travel acceleration M205 X8.00 Y8.00 Z0.40 E5.00 ;Setup Jerk M220 S100 ;Reset Feedrate M221 S100 ;Reset Flowrate G28 ;Home G28 X0 Y0 ;move X/Y to min endstops G28 Z0 ;move Z to min endstops after i did this to the start code, replaceing the ABL line with G28's, the machine now does a double 'home' before it starts the ABL, and then instead of doing a triangle, it will now move to the center (home) and then ran back on the same path back to the end of the first line, and then carry on doing a second line where it should be doing. now this is a temp fix as when it moves to the center and back, it picks up all dribble coming out and leaves the center of the plate clean but i would still like to know the root cause and why it's doing this. thanks guys
  4. so i will repost what i said earlier with more detail. i have a ender 5 plus using cura 4.5 when auto bed leveling is TURNED OFF everyhing works as per normal, how ever if i turn auto bed leveling on, i get this triangle. i know this is a different cause of the problem described by hardlyneutral77, but it is still giving the same outcome of the unwanted triangle. it would be great if he can confirm this with his printer too. also i would like to point out, when it finishes the first line, and dashes out to the middle, there is no filament being pushed out cept what's left in the hot nozzel, once it hits the 'middle" then it starts to extrude filament untill it reaches the start of the first purge line. so my question is, why would Gcode matter in this instance when i'm using the same gcode file on the sdcard, and the only difference is ABL ? TIA
  5. hi guys, i have an ender 5 plus and i am getting this same problem ONLY if i turn on auto leveling. if i turn off AL then the purge line does what it's suppose to do. considering the gcode remains the same, i'm guessing we need to add a "home" command somewhere before it does the purge line ?? i have no idea how to gcode tho.
×
×
  • Create New...