Dan and I have fixed some bugs and added some new goodies to GPX and the OctoPrint plugin. (Hmmm... maybe a future release, I should sync up all the version numbers.)
How do I get it?
OctoPrint should offer to upgrade your GPX plugin automatically
For GPX on your desktop you can get it from the zip file here https://github.com/markwal/GPX/releases or if you have Windows, install it bundled with GpxUI here http://markwal.github.io/GpxUi/.
New experimental features
Both of the eeprom features are in beta/experimental stage so I recommend that you backup your EEPROM before giving them a whirl. The rest of the plugin and GPX, I consider to be in "stable" mode and this release includes several bug fixes. Particularly pertaining to cancel/abort handling.
I haven't added the EEPROM support to GpxUi yet. Anybody want it? For me, I'm just using OctoPrint for this.
Bugfixes
Coming soon
Hopefully. Assuming I get enough time to work on it. I'd like to make it so that OctoPrint detects when there is a new version of Sailfish available and will let you download it from the internet and flash it onto the bot directly from the OctoPrint UI.
More info on the new features and some pictures
Slic3r
You can use a link for slic3r's post processing script so that it doesn't break when you upgrade GpxUi. Someday I'll add something to the UI to set this up automagically, but for now put "c:/users/<yourusername>/appdata/local/gpxui/gpx.exe.lnk" (without the quotes) in the "Post-processing script" box. You can make sure you've got the right place by putting everything up to that last forward slash in the explorer address box and see if it takes you to the right place.
EEPROM settings
Some of the EEPROM settings are a first for UI of any kind. That is, though the firmware supports the settings, ReplicatorG didn't show them. For example, you can now change the sense of just one of your endstops (for example, if you would like switch one to an optical sensor).
Right click
And right clicking on a gcode file in the shell (when GpxUi is installed) looks like this:
The new macros include:
(@build <NAME>)
Sets the build name that is displayed in build statistics on the LCD
(@flavor <FLAVOR>)
The gcode itself can indicate whether it is MakerBot or RepRap flavor.
(@load_eeprom_map)
Checks your firmware flavor and version and loads up a matching eeprom mapping table (maps names to addresses). Currently only Sailfish 7.7 is supported because that's all I can test easily.
(@eeprom <NAME> <TYPENAME> #<ADDRESS> [<LEN>])
Defines a custom eeprom mapping of type <TYPENAME> from <NAME> to <ADDRESS>. If the <TYPENAME> is 's' for string <LEN> indicates the eeprom space available for that string (max length + 1).
(@eread <NAME>)
Reads eeprom value and displays it to the console or writes to the log. In OctoPrint it'll return to the terminal window.
(@ewrite <NAME> <VALUE)
Write eeprom <VALUE> to location indicated by <NAME> in the current mapping table (either loaded by @load_eeprom_map or defined by @eeprom).
(@debug [pos]|[axes])
Asks the bot and/or GPX a question and display the result to the console/terminal window/log. Current supported questions are pos which will ask the bot for its current position and axes displays GPX's current understanding of the axes definitions (steps/mm, maximum feedrate, etc.)
Be sure to let me know about any bugs/issues you encounter on the github issue tracker.
Thanks and happy printing