Inset feature for Cura February 16, 2014 07:39PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura February 17, 2014 12:49AM |
Registered: 13 years ago Posts: 486 |
Re: Inset feature for Cura February 17, 2014 01:15AM |
Registered: 12 years ago Posts: 2,947 |
For Windows the package.sh script can be run from bash using git. The "package.sh" script generates a final release package.
Both MacOS and Linux require some extra instructions for development, as you need to prepare an environment. Look below at the proper section to see what is needed.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura March 14, 2014 12:09PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 22, 2014 04:21AM |
Registered: 13 years ago Posts: 36 |
Re: Inset feature for Cura April 22, 2014 02:29PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 22, 2014 03:02PM |
Registered: 13 years ago Posts: 36 |
Re: Inset feature for Cura April 22, 2014 03:12PM |
Registered: 11 years ago Posts: 227 |
Re: Inset feature for Cura April 22, 2014 03:24PM |
Registered: 12 years ago Posts: 2,947 |
Quote
karabas
Does it affect both dimensions - internal and external as kisslicer does? Or only internal?Quote
Sublime
I have added an inset feature to my branch of Cura..
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 22, 2014 03:25PM |
Registered: 13 years ago Posts: 36 |
Re: Inset feature for Cura April 22, 2014 03:26PM |
Registered: 12 years ago Posts: 2,947 |
Quote
whosawhatsis
I'll have to see if I can figure out how to build Cura for Mac then. I always have the worst luck when I try to build things from source...
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 22, 2014 03:28PM |
Registered: 12 years ago Posts: 2,947 |
Quote
whosawhatsis
Oh, this is another feature that I rely on in Slic3r and that is really needed in Cura: [github.com]
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 23, 2014 05:35AM |
Registered: 11 years ago Posts: 227 |
So, xy-scale compensation is required. But how it can be calculated? Inset is non linear operation...Quote
Sublime
Quote
karabas
Does it affect both dimensions - internal and external as kisslicer does? Or only internal?Quote
Sublime
I have added an inset feature to my branch of Cura..
It affects both internal and external. It just adds the extra inset to the one already calculated to inset the path half the extrusion width. Currently the Cura engine does not differentiate between them. It just insets all the perimeters toward the solid portion of the model and I just added a couple of lines of code to add the extra inset to that.
Re: Inset feature for Cura April 23, 2014 12:02PM |
Registered: 12 years ago Posts: 2,947 |
Quote
karabas
So, xy-scale compensation is required. But how it can be calculated? Inset is non linear operation...Quote
Sublime
Quote
karabas
Does it affect both dimensions - internal and external as kisslicer does? Or only internal?Quote
Sublime
I have added an inset feature to my branch of Cura..
It affects both internal and external. It just adds the extra inset to the one already calculated to inset the path half the extrusion width. Currently the Cura engine does not differentiate between them. It just insets all the perimeters toward the solid portion of the model and I just added a couple of lines of code to add the extra inset to that.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 23, 2014 02:55PM |
Registered: 13 years ago Posts: 36 |
Re: Inset feature for Cura April 25, 2014 02:32PM |
Registered: 11 years ago Posts: 1,320 |
Re: Inset feature for Cura April 25, 2014 04:29PM |
Registered: 12 years ago Posts: 2,947 |
Quote
jbernardis
I find myself using Cura more and more. I really like the results I get from it, and it is very fast. It's also accurate - I've had files that baffled both slic3r and skeinforge that cura slices without an issue.
Quote
The only issue I am having with it is in saving profiles. If I select an already existing file from the file browser, say profile.ini, and save it, I get a file named profile.ini.ini. If I just type the work "profile" infor the file name, I just get a file named "profile" - no extension. Profiles don't change that often, and I've gotten used to going over to that directory to rename a few files.
Quote
Now back to the subject of this thread - has the pull request been accepted? If not, and if it would help the effort, I'll gladly download your git and start playing around with it.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 26, 2014 12:21AM |
Registered: 11 years ago Posts: 1,320 |
Re: Inset feature for Cura April 26, 2014 01:09AM |
Registered: 12 years ago Posts: 2,947 |
Quote
jbernardis
I am having trouble building your git. It looks like it clones your CuraEngine, and then compilation fails on file gcodeExport.cpp. It's complaining about line 149, and when I look there I see the following:
<<<<<<< HEAD
This is definitely not C++ - it looks like some kind of git artifact. In any event, I don't know how to proceed.
I am running Ubuntu 12.04 LTS. My machine is an older 32 bit machine, so my build command was "sudo ./package.sh debian_i386"
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 26, 2014 03:01PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 26, 2014 04:49PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 27, 2014 12:05AM |
Registered: 11 years ago Posts: 1,320 |
Re: Inset feature for Cura April 27, 2014 12:31AM |
Registered: 12 years ago Posts: 2,947 |
Quote
jbernardis
1) I assume that whatever I measure as the difference I should halve because I need to achieve half of the correction on each side of the object, and
2) I think of inset as a value taken away. So based on this, I assume a positive number REDUCES the size of the object, and if I want to make the object bigger, I should reduce the inset value?
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 29, 2014 07:09PM |
Registered: 11 years ago Posts: 1,320 |
Re: Inset feature for Cura April 29, 2014 10:35PM |
Registered: 12 years ago Posts: 2,947 |
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 30, 2014 02:28AM |
Registered: 13 years ago Posts: 36 |
Re: Inset feature for Cura April 30, 2014 10:03AM |
Registered: 11 years ago Posts: 1,320 |
Re: Inset feature for Cura April 30, 2014 06:54PM |
Registered: 12 years ago Posts: 2,947 |
Quote
whosawhatsis
but you're still likely to end up with circles smaller than what you specified, especially if you try to approximate a smooth curve too closely by using small facets.
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura April 30, 2014 06:58PM |
Registered: 12 years ago Posts: 2,947 |
Quote
jbernardis
Sublime
I already have exactly that. My layer height is 0.2 and I have my extrusion width set to 0.56 - independently calculated, but verified with your calculator. Based on that, I set the skin thickness to 1.12 (BTW - I like the feature of specifying skin thickness in mm instead of number of perimeters).
FFF Settings Calculator | Gcode post processors | Geometric Object Deposition Tool Blog |
Tantillus.org | Mini Printable Lathe | How NOT to install a Pololu driver |
Re: Inset feature for Cura May 01, 2014 12:33AM |
Registered: 11 years ago Posts: 1,320 |