Tiger91
Posts: 35
Joined: Fri Aug 14, 2015 12:18 am

Unwanted lines on box

Whenever I print a large box, I get slight imperfections in the form of bumps on the front/back, which is in the same plane as the infill lines. I've attached a few photos and documents for reference. What causes this and how do I fix it?
Attachments
IMG_20150906_003148.jpg
Bumpy box.odt
(306.85 KiB) Downloaded 159 times
User avatar
jimc
Posts: 1124
Joined: Wed Aug 28, 2013 11:02 pm
Location: mullica, nj
Contact: Website

Re: Unwanted lines on box

Thats looks more like a hardware issue. excess play in the axis giving the issue.
Tetraodon
Posts: 59
Joined: Fri Jun 05, 2015 9:13 pm

Re: Unwanted lines on box

Problems in the extrusion feed can do this (eg spools not turning smoothly, or wrong temperatures) - generally if it doesn't show on the GCode preview, then it isn't caused by the software, and is instead a mechanical or filament issue.
User avatar
pixel3design
Posts: 22
Joined: Sun May 17, 2015 7:48 am
Location: Ravenna, Italy
Contact: Website

Re: Unwanted lines on box

You got just one problem.

TEMPERATURE.

I could bet that your printer PID is wrong and need to be recalibrated.

Look at the Z. The problem is cyclic, means that hotend reach the terminal temperature, then it became too cold to extrude correctly at the given speed.

Recalibrate the PID with:

Code: Select all

M303 E0 S200 C8
When calculated store it in the firmware EEPROM
Io non credo in un Dio personale, non l'ho mai negato e anzi l'ho espresso chiaramente. Se c'è qualcosa in me che può essere definito religioso, quella è la sconfinata ammirazione per la struttura del mondo così come la scienza può rivelarcela.

E.Albert
Tiger91
Posts: 35
Joined: Fri Aug 14, 2015 12:18 am

Re: Unwanted lines on box

pixel3design wrote:You got just one problem.

TEMPERATURE.

I could bet that your printer PID is wrong and need to be recalibrated.

Look at the Z. The problem is cyclic, means that hotend reach the terminal temperature, then it became too cold to extrude correctly at the given speed.

Recalibrate the PID with:

Code: Select all

M303 E0 S200 C8
When calculated store it in the firmware EEPROM
I've never messed with EEPROM firmware - how do I go about doing that?

Return to “Troubleshooting and Bug Reports”