I just installed a heat bed on my PrintrBot simple metal, and while it stopped the warping, my prints still come off the bed in the middle of printing.
I tried using hair spray, but that didn’t seem to make a difference. I’m using Kapton tape, and the heat bed temperature is at ~100C.
Should I try lowering the default Z axis start level? What else can I do?
If it’s not adhering it’s most likely that the z calibration is off. I don’t think they come perfectly calibrated, shipping and setup is enough to throw it off.
Make sure you clean the base with acetone before the print starts. Also, check to make sure the temperature isn’t set to go down after the first layer (it would be in your slicing program). You should also check the thickness of your filament and the thickness of your fist layer (max out the first layer, should be the same thickness as your nozzle). The nozzle (z calibration) should be the thickness of one piece of paper off the heat bed.
If you do all this and you still have an issue, might have to add surface area or a brim to the part.
Also, how do I re calibrate the auto leveling Z axis probe? No matter what I try, it always starts too high. I tried doing the M212 and M500 commands but those didn’t have any effect.
Sorry for all the questions, but I’m really learning from this.
Is there a way to manually set the Z level, then set that to the default start for prints?
@Nicholas_ScarabCoder
No, M501 displays the current offsets stored in non-volatile memory (and a bunch of other stuff) M212 alters the volatile versions, and then M500 stores the altered values in non-volatile memory. There’s a bunch of stuff on this both in printrbot help and in the forums. Please don’t just take my word for it.