Zews, Aroth -
Both of your posted prints look basically fine. The higher levels get goopy looking because the plastic doesn't have enough time to cool, plus the pressure is so high that the slowing down to print the detail of the lettering tends to cause over-extrusion. The purpose of the test is only to check that the extruder keeps working, and doesn't click backwards, causing large gaps in the print.
That said, failing at 9 or 10 is certainly not a problem, especially if you haven't adjusted the temperature on the printer to print at the correct temp (230) - which you said in the other thread that you hadn't.
Recommended Posts
Top Posters In This Topic
52
47
38
37
Popular Days
Feb 27
30
May 6
28
Mar 6
24
Mar 3
24
Top Posters In This Topic
illuminarti 52 posts
gr5 47 posts
schafe 38 posts
Nicolinux 37 posts
Popular Days
Feb 27 2014
30 posts
May 6 2014
28 posts
Mar 6 2014
24 posts
Mar 3 2014
24 posts
Posted Images
illuminarti 18
Yes, you can do it fairly simply by editing the gcode.
Immediately before the skirt starts printing, just add a move to where you want the part to be centered. (0,0) is front left (even though the head homes back left). So to print it over to the right front, you could probably do something like:
G1 X160 Y 40
Then add one more line to make the printer think this point is the center of the bed:
G92 X115 Y112.5
You might need to tweak the coordinates slightly, but that approach should work. That's how we print multiple pieces for automated testing.
Link to post
Share on other sites