Thanks Greg.
I've just read an article on All3DP about this problem. I have the Ender 3 V2 which can only heat the plate to 90 Degrees. There are some modifications possible but as I'm just starting out, I think it best to get to know the machine and the process better before undertaking such tasks.
So I guess I'll stick to PLA for now.
Thanks again for your time.
Recommended Posts
GregValiant 1,408
I can't get my Ender up to 110, but it will hit 109. I don't print a lot of ABS (serious fumes) but when I do I put a plastic garbage bag over the printer. ABS is extremely prone to warping, splitting at layer lines, and pulling off the bed, if it cools the least bit unevenly. I don't like having the motors in such a hot environment either. Most folks build enclosures, but the fumes are still an issue.
You can change the ABS setting in the printer firmware by putting these two lines in a text file and saving it as a *.gcode and printing the file.
M145 S1 H245 B109 F0
M500
The "S1" indicates the second material (usually ABS) "H" is hot end temp, "B" for bed temp, and "F" for fan (in PWM so 0 - 255). M500 saves the settings.
You cannot change the names of the materials as they are hard coded in the printer.
Link to post
Share on other sites