Weird outline that is not existing in GCode – Hardware problem?
-
comparing that with https://atcsemitec.co.uk/wp-content/uploads/2019/01/Semitec-NT-4-Glass-NTC-Thermistor.pdf
170C with semitec configuration on a B3950 from the table above would correspond to 153C
-
@ted said in Weird outline that is not existing in GCode – Hardware problem?:
And hope someone can recommend a good way/process to figure out what the best settings are.
I've got a detailed tuning guide in the works, but in the meantime, perhaps you can try some settings similar to the default Cetus values?
It looks like the values you posted in your last post match the values used by this user? https://forum.duet3d.com/topic/7709/controlling-a-cetus3d-with-duet3d-0-8-5/4
The Cetus isn't a fast printer, but I would think that acceleration values in the 400-600 range should be doable. And for jerk I would think the same 400-600 range would be alright. Print speed in the 40-60mm/s range. That's probably where I'd start tuning anyway.
-
@phaedrux That's the post I found them in. Will try out your values as a starting point. Thanks! At the moment the printer is much slower than usual with the settings from the post. It looks so ridiculous! It looks drunk.
I am looking forward to your tuning guide – Great that you are doing this! -
I've found another problem that I want to solve first as it more pronounced, easier reproducible and might even have the same cause:
Looking at the following image (A standard XYZ test cube) the printer "lays its sausage" for the three perimeter walls counter-clock-wise around the already printed infill, starting at the most inner perimeter line and stopping at the most outer.
On the image I have drawn red and blue arrows for the movement. The red arrows indicate the problem area: Instead of doing a 90° corner the printer cuts the corner starting about 1 mm bevor it in a much smaller angle.
This was printed with PLA (same settings as above) at 20mm/s using Cura 4.1.0.
While it does look very small on the image, it is very noticeable and ugly holding the print in the hand. Every 90°-to-the-left corner does have a phase of 1 mm. Text printed on top of things is hardly readable.
Curious about it is also that when looking at previous prints made before switching to Duet Maestro and to Cura with the same setup no such round corners are visible. They all are crisp!At the moment I think this is some hardware configuration problem as the problem is invisible looking at the gcode:
I don't know what causes this. I have no clue. Hopefully you have one!
-
Can you save that sliced file in Cura as a 3MF and post it for download? I'd like to see your Cura profile. What's the extrusion width?
I actually think it might be from printing too slow. When it's making corners so slowly, it's keeping the filament warm and soft and the friction of the nozzle has a tendency to pull it along. This is also a very small part so it doesn't get much time to cool down and solidify.
I also dislike that cura defaults to printing infill first. It has too much of an effect on the surface. I also rarely use more than 2 perimeters. All the little errors from each perimeter starts to build up. So in your case you have infill acting as a first perimeter, and then 3 more.
-
My suggestions:
- Try setting the slicer to "external perimeters first". This usually produces more accurate perimeters.
- Use a lower printing temperature.
- Use more print cooling.
-
@phaedrux @dc42
I uploaded the files here (an xyz cube, a *.3MF file for it from Cura 4.1.0 and the GCode, all for 40mm/s at lowest temperature possible with 0.2 mm layer height using a 0.3 mm nozzle).The prints all are made with line width of 0.3 mm (was recommended default setting from Cura for 0.3 mm nozzle).
The print is printed walls before infill (I was wrong at this!) and with inner walls first.I printed the same cube again at 5 mm/s (~1.5h to that level) and at 40 mm/s (< 10 min to that level) as it can be seen in the following image (click to see details).
That the problem is present the same at the picture independent to the print speed indicates that the low speed is not the problem here.- list item"External perimeters" first will cause bad overhangs (had that before), but I will definitely test it in the next run again.
- I can't go lower with print temperature as the nozzle will clog even at 1mm/s extrusion without part cooling fan on.
- The cooling was my initial idea. I've tried it with an air pressure gun from my painting compressor at first, blowing into a flexible tube fixed to my main part cooling fan. While it was fun testing, my wife wasn't impressed by the noise, the print wasn't either. No visible difference except increased stringing and an angry wife.
So far, thank you very much for your support!
-
@ted said in Weird outline that is not existing in GCode – Hardware problem?:
0.2 mm layer height using a 0.3 mm nozzle
Try a lower layer height. 0.1 or 0.15.
Alternatively try a wider extrusion width, 0.4 for example.
-
I'm also suspecting mechanical issue. Loose belts?
Have you tried printing any other models? Something a bit more complex? Benchy perhaps?
-
It looks like Cura has acceleration control enabled and set to M204 P1500 so definitely higher than what you have in config.g. Try disabled acceleration control for now and control it via config.g. You can experiment with changing it mid print by sending different M204 P values to see the effects.