Page 1 of 1

Rev E. prints slower than Rev. D.

Posted: Mon May 08, 2017 11:58 pm
by Spencer
Well, I picked me up a used Rev. E. It's working great! However, it prints slower than my Rev. D. A print time that should take an 1.5 hours takes 2 hours.

I use the same FFF settings on both machines from simplify 3D. Don't know really where to begin to trouble shoot this. Any ideas?

Re: Rev E. prints slower than Rev. D.

Posted: Wed May 10, 2017 1:45 am
by insta
The heavier bed was paired with slower acceleration. It's a firmware / GCode adjustment if you want to raise the speed back up.

http://marlinfw.org/docs/gcode/M204.html

Re: Rev E. prints slower than Rev. D.

Posted: Wed May 10, 2017 2:13 am
by Spencer
Ah okay thanks!
insta wrote:The heavier bed was paired with slower acceleration. It's a firmware / GCode adjustment if you want to raise the speed back up.

http://marlinfw.org/docs/gcode/M204.html

Re: Rev E. prints slower than Rev. D.

Posted: Thu May 11, 2017 2:41 am
by Spencer
Wait, I thought the firmware was in the machine itself. How would I update that?
insta wrote:The heavier bed was paired with slower acceleration. It's a firmware / GCode adjustment if you want to raise the speed back up.

http://marlinfw.org/docs/gcode/M204.html

Re: Rev E. prints slower than Rev. D.

Posted: Mon May 15, 2017 7:04 pm
by insta
It's one of the configurable parameters.

If you issue an M503 command, you'll get back the changable parameters. One of them will start with "M204" -- that's your baked-in acceleration. Copy that line, keeping the M204, and send it back with higher numbers. Use M500 to save.