8

In Cura, I can edit my .ini profile settings as needed, for example, when I change filament or models. It's annoying to have to edit the profile on another computer and update it on my Pi just to change the infill, etc. I've searched http://plugins.octoprint.org/ and can't find any plugins that do this.

hroncok
  • 1,106
  • 9
  • 11
iOSDev
  • 181
  • 2
  • 3

3 Answers3

6

As far as I know, this is currently not possible.

hroncok
  • 1,106
  • 9
  • 11
2

There is an import function. https://github.com/foosel/OctoPrint/wiki/Plugin:-Cura

Btw. now in Cura 2.1 you'll also need to reimport your .ini.

Regards :)

thopiekar
  • 91
  • 3
2

You can manually edit the .profile by using an SSH terminal program (e.g putty) to log into your Pi

Then cd ./octoprint/slicingProfiles

ls to see folders (on mine I see cura) cd cura ls to see profile files e.g fred.profile sudo nano fred.profile

move down to where you can see the slicing parameters and edit away

SimpleSi
  • 121
  • 1