Funded Bounty: Create a configuration tool for RepRap firmware November 27, 2013 12:22PM |
Admin Registered: 14 years ago Posts: 730 |
Quote
bounty description
Problem:
To configure a RepRap for a particular printer, users have to edit a C header file. This can be tricky and error prone. Some firmwares allow a config file to be stored on an SD card, but the file still needs editing by hand.
Required
A user friendly config tool. The tool should be allow the user to select config settings, and then export the settings to a C header file, or other text file.
The tool should be cross-platform, at least Windows, Unix. The tool can store a local database of settings in a format such as XML, it does not need to read and parse a C header file, although that would be nice at least for initial import.
The tool may be written in any suitable language such as Python, Java, C#. The project must be published with a GPL or other Open Source license.
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 12, 2014 05:50AM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
MattMoses
bobc has opened a bounty for a RepRap firmware configuration tool.
The bounty is currently at $50.00 USD. The link is here.
Please check it out if you would like to work on this, or contribute to the bounty.
Quote
bounty description
Problem:
To configure a RepRap for a particular printer, users have to edit a C header file. This can be tricky and error prone. Some firmwares allow a config file to be stored on an SD card, but the file still needs editing by hand.
Required
A user friendly config tool. The tool should be allow the user to select config settings, and then export the settings to a C header file, or other text file.
The tool should be cross-platform, at least Windows, Unix. The tool can store a local database of settings in a format such as XML, it does not need to read and parse a C header file, although that would be nice at least for initial import.
The tool may be written in any suitable language such as Python, Java, C#. The project must be published with a GPL or other Open Source license.
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 12, 2014 07:12AM |
Registered: 10 years ago Posts: 903 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 12, 2014 07:49AM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
vreihen
Except for sharing the source, doesn't the Repetier web config system qualify for doing all of this?????
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 12, 2014 01:44PM |
Registered: 11 years ago Posts: 115 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 12, 2014 08:33PM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
samp20
I've made a few comments on the bounty page itself, although it's probably worth me posting here too. I have a WIP configuration tool using python 3.3 and wxPython Phoenix on my Git page: [github.com]. To run just invoke main.py with python. I'm currently working on completing the template for the Marlin firmware (located in templates/marlin.py), but it's possible to add templates for other firmwares in the future (including ones that don't use header files e.g. Smoothieware).
Current settings can also be loaded and saved so you can alter a configuration at a later date.
I'm not sure if using python 3.3 (or later) and a dev version of wxPython is going to cause issues. I did find it fairly easy to install the snaphsot with pip though, and it seems stable enough too.
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 13, 2014 07:57AM |
Registered: 14 years ago Posts: 7,616 |
Quote
samp20
I'm not sure if using python 3.3 (or later) and a dev version of wxPython is going to cause issues.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 13, 2014 10:24AM |
Registered: 11 years ago Posts: 115 |
I'm more used to working with python 3.3 than python 2.7. That being said, it shouldn't be too difficult to convert back to the older version. I'll work on that tonight.Quote
Traumflug
Quote
samp20
I'm not sure if using python 3.3 (or later) and a dev version of wxPython is going to cause issues.
What makes you feel the need to live on the bleeding edge? I guess a configuration tool isn't exactly rocket science on the GUI part, so I'd expect it's quite possible to live with the same dependencies Pronterface has.
Re: Funded Bounty: Create a configuration tool for RepRap firmware June 01, 2014 12:50PM |
Admin Registered: 14 years ago Posts: 730 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware June 02, 2014 07:52AM |
Registered: 11 years ago Posts: 115 |
I have a mostly working implementation using python 2.7 and wxPython on my GitHub: [github.com]. I have configuration options for the following features in marlin:Quote
MattMoses
Any updates on this? Anyone getting any closer?
Re: Funded Bounty: Create a configuration tool for RepRap firmware June 03, 2014 06:20AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Funded Bounty: Create a configuration tool for RepRap firmware June 26, 2014 12:36PM |
Registered: 10 years ago Posts: 814 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware June 26, 2014 06:50PM |
Registered: 11 years ago Posts: 115 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware November 04, 2014 08:34AM |
Registered: 12 years ago Posts: 80 |
Re: Funded Bounty: Create a configuration tool for RepRap firmware April 30, 2016 07:11AM |
Registered: 13 years ago Posts: 1,236 |
Quote
vreihen
Except for sharing the source, doesn't the Repetier web config system qualify for doing all of this?????
Re: Funded Bounty: Create a configuration tool for RepRap firmware May 07, 2016 02:11PM |
Admin Registered: 14 years ago Posts: 730 |
Quote
bobc
If the author, or representative of the authors would like to claim the bounty, I would be happy to award it.