What is happening to my corners? October 26, 2015 09:05AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 26, 2015 09:25AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? October 26, 2015 09:29AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 26, 2015 09:37AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? October 26, 2015 01:45PM |
Registered: 9 years ago Posts: 1,873 |
Re: What is happening to my corners? October 26, 2015 04:36PM |
Registered: 9 years ago Posts: 752 |
Re: What is happening to my corners? October 26, 2015 07:31PM |
Registered: 9 years ago Posts: 778 |
Re: What is happening to my corners? October 27, 2015 07:36AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 27, 2015 02:28PM |
Registered: 10 years ago Posts: 28 |
Re: What is happening to my corners? October 28, 2015 06:25AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 28, 2015 08:54AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? October 28, 2015 04:31PM |
Registered: 9 years ago Posts: 166 |
Re: What is happening to my corners? October 29, 2015 07:58AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 29, 2015 09:52AM |
Registered: 9 years ago Posts: 445 |
Re: What is happening to my corners? October 29, 2015 10:00AM |
Registered: 9 years ago Posts: 5,232 |
Re: What is happening to my corners? October 29, 2015 10:08AM |
Registered: 9 years ago Posts: 1,873 |
Re: What is happening to my corners? October 29, 2015 02:19PM |
Registered: 9 years ago Posts: 310 |
Re: What is happening to my corners? October 30, 2015 03:56AM |
Registered: 9 years ago Posts: 5,232 |
Re: What is happening to my corners? October 30, 2015 06:37AM |
Registered: 9 years ago Posts: 81 |
Quote
Koenig
OK, so you have ruled out retraction, that is one thing less at least.
You say it came out worse when you printed last time, how?
Is your extruder calibrated?
What does your slicer setting look like?
Re: What is happening to my corners? October 30, 2015 06:37AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 30, 2015 06:40AM |
Registered: 9 years ago Posts: 81 |
Quote
JamesK
Cubes aligned with XY are hard because at the corner one axis has to go from Vjerk to 0 instantly while the other goes from 0 to Vjerk instantly. The entry and exit to the corners also have to decelerate and accelerate between Vjerk and Vperimeter, so the print head has to cope both with the physical forces and the change in pressure due to the changing extrusion rate.
Which is a long winded way of saying you might want to experiment with different values of the jerk speed, and it would be interesting to compare the normal print with one where the cube is rotated 45 degrees on the print bed.
I was also trying to estimate your layer thickness - it looks pretty small, less than 0.2mm? Experimenting with different layer thicknesses might provide interesting info. If the problem is, say, over extrusion in the corners it might be much less of an issue with thicker layers.
Re: What is happening to my corners? October 30, 2015 06:41AM |
Registered: 9 years ago Posts: 81 |
Quote
deaconfrost
I printed this with FolgerSHIT i3 as well but at 150mm/s, but MK3 bed, Genuine E3D v6, Greg Wade Bowden Drive, and use newer firmware configured from scratch with autobed leveling enabled
I have't tried any faster yet, 150mm/s is good enough for me for now
[attachment 64939 20150928_221257_001.jpg]
p.s. leadscrew upgrade and this and that, its not really a FolgerSHIT anymore TBH and that hammer was printed with ABS by the way
Re: What is happening to my corners? October 30, 2015 06:41AM |
Registered: 9 years ago Posts: 81 |
Re: What is happening to my corners? October 30, 2015 07:37AM |
Registered: 9 years ago Posts: 445 |
Quote
Hephaestus0000
Quote
o_lampe
Yeah, I can print at 5000mm/s with acceleration set to 1mm/s²
-Olaf
............ As does this
Re: What is happening to my corners? October 30, 2015 08:05AM |
Registered: 9 years ago Posts: 1,873 |
Re: What is happening to my corners? October 30, 2015 08:06AM |
Registered: 9 years ago Posts: 310 |
Re: What is happening to my corners? October 31, 2015 05:07PM |
Registered: 9 years ago Posts: 310 |
#define DEFAULT_AXIS_STEPS_PER_UNIT {80,80,4000,1260} // default steps per unit for Ultimaker #define DEFAULT_MAX_FEEDRATE {500, 500, 3, 25} // (mm/sec) #define DEFAULT_MAX_ACCELERATION {9000,9000,100,10000} // X, Y, Z, E maximum start speed for accelerated moves. E default values are good for Skeinforge 40+, for older versions raise them a lot. #define DEFAULT_ACCELERATION 3000 // X, Y, Z and E acceleration in mm/s^2 for printing moves #define DEFAULT_RETRACT_ACCELERATION 500 // E acceleration in mm/s^2 for retracts #define DEFAULT_TRAVEL_ACCELERATION 3000 // X, Y, Z acceleration in mm/s^2 for travel (non printing) moves // The speed change that does not require acceleration (i.e. the software might assume it can be done instantaneously) #define DEFAULT_XYJERK 20.0 // (mm/sec) #define DEFAULT_ZJERK 0.4 // (mm/sec) #define DEFAULT_EJERK 5.0 // (mm/sec)
Re: What is happening to my corners? October 31, 2015 06:11PM |
Registered: 9 years ago Posts: 778 |
Re: What is happening to my corners? November 01, 2015 05:35AM |
Registered: 9 years ago Posts: 81 |
Quote
JamesK
Hi Hep, Pugzor posted a link in the pictorial print issue thread to simplify 3Ds troubleshooting guide, and I thought their entry on curling and rough corners looked quite a bit like yours.
[www.simplify3d.com]
Maybe worth taking a look at their suggestions? If that doesn't work out, perhaps it would be worth posting some more pics from a few different angles so that we can get a better look at what's going on.
Re: What is happening to my corners? November 01, 2015 05:36AM |
Registered: 9 years ago Posts: 81 |
Quote
deaconfrost
the only thing I can tell you is I worked my way up slowly adjusting the settings starting fom 40mm/s and observe the changes of the result and adjust, again and again and again, think it was about 3 to 4 weeks of trying different settings and layer heights before I got to the result I feel acceptable.