4 hours ago, gr5 said:I hope some other's answer this but here's a few points.
1) Shutting off a heated bed is a bad idea - for me my parts will pop off the bed if I do that. So you would have to print on 'blue tape'. An older technology that works quite well. You have to clean the blue painters tape with isopropyl alcohol. There are many other technologies that work as well as blue tape but the key is you need the heat off if the whole print or on the whole print. You can't change that part way through.
2) Some printers have the ability to continue a print. For example tinkerMarlin for the UM2 and more notably the newer Prusa firmwares (less than a year or so old) will even let you literally pull the plug, then days later plug it back in and have it continue. It will not continue if the bed cooled too much in the mean time so... see point 1 above. 🙂
3) To continue you absolutely must re-home X Y and most importnat (for this discussion) Z. UM2, UM3, S5, S3 printers all home with the bed farthest from the nozzle. Perfect. But many printers home with the nozzle touching the bed. This might be fine for a tiny chess piece but for a print that takes up much of the print bed you could get a collision with your partly printed print.
4) You can do this gcode splitting by hand. But it is a pain in the neck. The first time I did it, it took me about an hour. The second time 10 minutes. I had to learn about the G92 command for the Extruder axis. Splitting gets easier the more you do it of course. But if you make one small mistake it would really suck.
Big thanks gr5 for quick reply. And really good points.
1. That is a good idea. Ill have to buy that tape. It seems also that for example PLA can be printed straight on ABS bed without heated bed as well. Have to try that as well.
https://www.youtube.com/watch?v=ls2m7F-d42s
2. Sadly I think there isn't this feature available for Anet A8 printer. Only pause and continue if the power has not been turned off. Also the head bed must be turned off manually. I would like to turn everything off.
3.I'm planning to use this trick of course with some bigger and more complicated jobs. Any idea can the home position be edited form somewhere? so it would always start as high as possible for example.
4. This manual editing of the Gcode sounds quite easy and that was actually the reason why i was curious why it is not as an standard feature of slicer applications.
It could be relatively easy even to do excel macro in VB for this to split the code once sliced.
Actually that might be the way to go with this one if no app can do it.
It would be nice though to see the parts in visual 3d of the slicer tool
Recommended Posts
gr5 2,071
I hope some other's answer this but here's a few points.
1) Shutting off a heated bed is a bad idea - for me my parts will pop off the bed if I do that. So you would have to print on 'blue tape'. An older technology that works quite well. You have to clean the blue painters tape with isopropyl alcohol. There are many other technologies that work as well as blue tape but the key is you need the heat off if the whole print or on the whole print. You can't change that part way through.
2) Some printers have the ability to continue a print. For example tinkerMarlin for the UM2 and more notably the newer Prusa firmwares (less than a year or so old) will even let you literally pull the plug, then days later plug it back in and have it continue. It will not continue if the bed cooled too much in the mean time so... see point 1 above. 🙂
3) To continue you absolutely must re-home X Y and most importnat (for this discussion) Z. UM2, UM3, S5, S3 printers all home with the bed farthest from the nozzle. Perfect. But many printers home with the nozzle touching the bed. This might be fine for a tiny chess piece but for a print that takes up much of the print bed you could get a collision with your partly printed print.
4) You can do this gcode splitting by hand. But it is a pain in the neck. The first time I did it, it took me about an hour. The second time 10 minutes. I had to learn about the G92 command for the Extruder axis. Splitting gets easier the more you do it of course. But if you make one small mistake it would really suck.
Link to post
Share on other sites