Re: Help, internal size of part(s) too small... December 20, 2013 08:16PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Help, internal size of part(s) too small... December 21, 2013 04:45PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 21, 2013 04:59PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 21, 2013 06:27PM |
Registered: 13 years ago Posts: 2,947 |
Quote
Qsilver
Ok, Since I started this thread, I have not gotten any answers..
More questions yes, but answer no...
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Help, internal size of part(s) too small... December 21, 2013 11:30PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 22, 2013 04:59PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 23, 2013 08:42PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 23, 2013 09:02PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 23, 2013 11:09PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 24, 2013 07:20AM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Help, internal size of part(s) too small... December 24, 2013 12:48PM |
Registered: 12 years ago Posts: 40 |
Quote
nophead
Not sure why you think it should be making correct parts when you have shown the volume dispensed makes a track 0.4537 wide but only offsets by 0.4/2.
Quote
nophead
Actually... (snip) ..The error between intended width and actual width is only the layer height times (1-pi/4) which is 0.043mm for 0.2mm layers. .....
Re: Help, internal size of part(s) too small... December 24, 2013 01:15PM |
Registered: 12 years ago Posts: 1,171 |
Re: Help, internal size of part(s) too small... December 24, 2013 01:30PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Help, internal size of part(s) too small... December 24, 2013 02:31PM |
Registered: 12 years ago Posts: 40 |
Quote
nophead
I am wondering if multiple outlines actually gives a bigger error because the plastic doesn't want to flow right into the sharp corner under the rounded edge of the previous line. If it leaves an air gap there then each subsequent outline will give an bigger error, which seems to be what I observe.
Re: Help, internal size of part(s) too small... December 24, 2013 03:05PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 24, 2013 03:28PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 24, 2013 03:36PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Help, internal size of part(s) too small... December 25, 2013 04:26PM |
Registered: 14 years ago Posts: 486 |
Re: Help, internal size of part(s) too small... December 25, 2013 06:15PM |
Admin Registered: 17 years ago Posts: 7,881 |
Re: Help, internal size of part(s) too small... December 25, 2013 10:16PM |
Registered: 13 years ago Posts: 2,947 |
Quote
nophead
There is also the mystery that Sublime claims to get perfect sizes from Kisslicer but I don't.
Quote
nophead
Cura is primarily written for Bowden machines, so some things are not right for non Bowden. For example it likes to miss out retractions whereas I like to always have them as they work properly on non-Bowden.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Help, internal size of part(s) too small... December 26, 2013 09:17PM |
Registered: 14 years ago Posts: 486 |
I believe that CuraEngine has recently been refactored now so that the code is more conventional (only declarations in the header files).Quote
nophead
I intend to fork Cura and fix it because I like its simplicity and it is written in C++, albeit with a bizarre form where everything is in .h files.
Re: Help, internal size of part(s) too small... December 26, 2013 09:42PM |
Registered: 14 years ago Posts: 486 |
Quote
Sublime
@ Greg Frost
I wrote a quick script that lets you reduce the flow rate of the perimeters like you would with skeinforge but works with Cura and Kisslicer if you would like to try it out. [github.com] . It allows you to adjust any extrusion types flow rate using Marlins M221 flow rate modifier and has Nopheads flow rate equation in it for the perimeters so all you have to do is enter the layer height and extrusion width in it before processing the gcode file.
Re: Help, internal size of part(s) too small... December 26, 2013 10:07PM |
Registered: 13 years ago Posts: 2,947 |
Quote
Greg Frost
Quote
Sublime
@ Greg Frost
I wrote a quick script that lets you reduce the flow rate of the perimeters like you would with skeinforge but works with Cura and Kisslicer if you would like to try it out. [github.com] . It allows you to adjust any extrusion types flow rate using Marlins M221 flow rate modifier and has Nopheads flow rate equation in it for the perimeters so all you have to do is enter the layer height and extrusion width in it before processing the gcode file.
Reducing the flow is not always what you want. Look at the following two pictures. One was done using a reduced flow such that the part came out "right-sized" and the other was done using an increased inset so that the part was "right-sized".
You can see that the outer perimeter on one of them hasnt always bonded well with the layer below. The one with consistent flow but increased inset has bonded well.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Help, internal size of part(s) too small... December 27, 2013 12:12AM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... December 27, 2013 06:07AM |
Admin Registered: 17 years ago Posts: 7,881 |
Quote
Greg Frost
I believe that CuraEngine has recently been refactored now so that the code is more conventional (only declarations in the header files).Quote
nophead
I intend to fork Cura and fix it because I like its simplicity and it is written in C++, albeit with a bizarre form where everything is in .h files.
What would be the principal difference in the ground up slicer you would write. What language would you use?
Quote
The key things I would like in a slicer:
Quote
Infill every n layers/skin.
Quote
Control over perimeter inset (with a sensible default based on the rounded extrudate maths)
Quote
Independent flow rate/speed settings for bridges (including dealing with the bridge being a different thickness to the rest of the model's layers).
Quote
Speed setting for top layers
Quote
Filling small gaps.
Quote
Some advanced things I think would be good:
Dealing with the fill from different directions to avoid the ridge (reduced volume runs)
Quote
Some canonical tuning models built in (e.g. Slice a bridge test model so that it uses a progressive range of speeds or flows so that the optimum settings can be determined relatively easily, another eg: a model that tests dimensional accuracy by printing a press fit joint. Another eg. A model that tests for backlash).
Re: Help, internal size of part(s) too small... December 28, 2013 06:52PM |
Registered: 12 years ago Posts: 1,171 |
Re: Help, internal size of part(s) too small... December 28, 2013 10:20PM |
Registered: 12 years ago Posts: 40 |
Re: Help, internal size of part(s) too small... January 02, 2014 02:23PM |
Registered: 13 years ago Posts: 228 |
Re: Help, internal size of part(s) too small... January 02, 2014 02:58PM |
Registered: 11 years ago Posts: 296 |
Re: Help, internal size of part(s) too small... January 02, 2014 06:36PM |
Registered: 12 years ago Posts: 1,171 |