Thank you for the starting guidance. I should note that I am on a Mac as well. I was able to find the Machine Settings, there is no M220 in the lower left for Start G-Code. Is this something that I can edit and have saved to apply to every print as a default? If so, is that the next step. Thanks again, this has been frustrating me for most of the afternoon.
GregValiant 1,411
When I slice the file the only speed settings in the gcode are 120mm/sec for travel and 50mm/sec for printing so I don't see any problem there. That also means there is no problem with the StartUp Gcode.
One thing you can try (and that you should do) is to put the following lines at the end of your StartUp Gcode:
M220 S100 ;reset feed rate
M221 S100 ;reset flow rate
Those are handy in case you tune a print while it's running and forget to reset the feed and flow when the print is done. With those in the StartUp Gcode a print will always start with the feed and flow at 100%.
I just tried it with the added M220/1 you provided. Similar problem. Homes to the start point fine, but I had to go in right away because the speed percentage was 892% as seen in the picture. I saved the file I attempted to see if you might have any insight. Again, It was fine when I adjusted to 100% manually, did two rings of the test strip around the item and I went back to the main menu as a test, sure enough, right back to 892%.
I just tried a print that was successful the week we got the printer and it immediately jumped to 447% before the test strip and the print bed started tweaking out, so I shut down the print. I'm lost. I attached that project as well. I bet if I manually overrode it to 100% it would have been fine, but I shouldn't have to do that each print.
You aren't going to believe this. Apparently there is a bug with this firmware that when the file name is larger than 22 characters, it exhibits some of the behavior I am seeing. I renamed the Cuddlez file from before and it is staying at 100% for the build so far. 6 hours I have been messing with this. 6. HOURS.
GregValiant 1,411
Well it's good that you figured it out. But I still don't get it. I could understand if it refused to print the file, but starting the print and jumping the feed rate to 900%? That's just dumb.
BTW the limit was 16 characters on the 8 bit boards like I have.
Recommended Posts
GregValiant 1,411
In Cura go to "Settings | Printer" and down at the bottom will be "Manage Printers". With your printer active go to Machine Settings.
On the bottom left is the StartUp G-Code. That code sets the basic printer settings including the purge lines you see on the left side when a print starts. Look and see if there is an M220 in there. If there is it should be M220 S100 (for 100% feed rate). Only M220 will have an effect on the print speed you see in the tune menu and on the LCD.
You can post a "bad" gcode file here. The best troubleshooting file is a 3mf project file. In the File menu there is "Save Project" that will save the entire Cura setup and include your printer, the model, and all your Cura settings.
Link to post
Share on other sites