GregValiant 980
See, you've rediscovered Caveman Programming for gcode. You get to graduate to Gcode Programming 101.
Looking through what you have there you can see that after the M300 you are turning off the heaters and fan and disabling the steppers. Disabling the steppers is a bad thing because they lose their position (you will see the XY on the screen start flashing). If you disable steppers, you need to have a G28 to home the printer so it knows where it's at. That is also a bad thing. The switches on the axis are crap and aren't very repeatable for positions. They are good enough when used once per print, but if you home a second time during a print you can get a layer shift of .5mm because of the switch inaccuracies. You are also printing the purge line for the second print. Not good. Since your print is only 7.2mm tall it works, but what if it was 30mm tall? Crash. And the second print can't have a brim or skirt either.
So look through the code and see what you can throw out. You can start with the M140 S0 line and M107 line that are right after the M300. Throw out the lines that turn off the heaters and disable the steppers. Throw out the purge lines. What you end up with is mean and lean, straight and to the point. Yes, you absolutely need the G92 E404.xxx line to sync the extruder back into what will follow. You will also need to remember to move in the Z to get above a print before you try to move in the XY. That will avoid crashes.
Regarding the blob - What you really need is another part on the build plate. A part that always prints first so your hot end has a place to leave a blob before it goes to work on the real parts. Maybe a part floating off the build plate higher than your real parts so it needs support, and Cura will always print support first. The blob ends up on the support. Kind of a purge tower.
Recommended Posts
Top Posters In This Topic
18
17
7
7
Popular Days
May 3
10
Jan 6
10
Jan 7
9
Jan 9
4
Top Posters In This Topic
GregValiant 18 posts
nitro20 17 posts
bigone5500 7 posts
Lordpaul 7 posts
Popular Days
May 3 2020
10 posts
Jan 6 2021
10 posts
Jan 7 2021
9 posts
Jan 9 2021
4 posts
Popular Posts
GregValiant
I played around with this a bit and I think you can change colors at a layer. It won't be fancy like if there were two models but it would change extruders. Place a support blocker to cover the
Posted Images
nitro20 1
Lolololol...all the freakin bs talkin i do..read this..lol..this is what i
did..if only i could return about -2xs the layer hieght....
Link to post
Share on other sites