Skip to content

Releases: NeoTheFox/RepRaptor

RepRaptor v0.3.8

29 Mar 11:18
Compare
Choose a tag to compare

Screenshot

Changelog

  • Fixed crash on empty file name
  • Fixed multiple crashes with SD file selector
  • UI Polish and updates
  • Tray icon & hide to tray
  • Marked all translatable text
  • Warning on closing window if printer is working
  • More error messages
  • Priority tweaks

RepRaptor v0.3.6 - More options

20 Mar 18:30
Compare
Choose a tag to compare

Screenshot

Changelog

  • Flow control now can be set (Software, Hardware or No control)
  • Separate thread for sending
  • DTR switch
  • OSX UI fixes (thanks to quillford)
  • Feedrate settings
  • Error message if baudrate set failed
  • Build info in About dialog
  • Code cleanup and minor bug fixes

RepRaptor v0.3.5

10 Mar 23:58
Compare
Choose a tag to compare

Cleanup release

Screenshot
This is an early release, and it is due to RepRaptor's release for PPA.
I've had to do much cleanup and qmake tweaks to make it work. As a little addition - win64 would now be provided with win32 builds. If you experience crashes on Windows - try MinGW version.

Changelog

  • Added recent files
  • Added history of user's commands
  • Reworked the build script, added install targets (Linux)
  • Cleaned the code up
  • Updated defaults
  • Compatability with Qt5.1 and up

PPA

From now on no more .deb releases on github - now .debs are built by Launchpad
Builds for trusty, utopic and vivid are supported. For instruction on adding PPA refer to README.md

RepRaptor v0.3

09 Mar 00:25
Compare
Choose a tag to compare

A secong usable release

Screenshot

Changelog

  • Added EEPROM editor for Repetier-firmware
  • Moved all the parsing to new thread (Speedup)
  • Fixed slowdowns while SD printing
  • Set right process priority
  • Ui fixes

Note: if you want to use EEPROM editor be shure to set right firmware in settings.

RepRaptor v0.2

04 Mar 21:25
Compare
Choose a tag to compare

A first fully-usable release.

Screenshot

This release is the first usable release. I've used it to print a few things already, and also there is a ton of new features:

  • Serial errors handling
  • Multiple protocol optimizations
  • SD printing support
  • More settings
  • Flow and speed control
  • Emergency stop
  • Better step control
  • Builds are now static

The last one was a moot point, but from now on there would be static releases for all platforms. Why so? Because I want RepRaptor to work equally on all platforms out there, and I am using latest Qt 5.41 to code it. However, most recent Linux destributions only have versions up to 5.2.1 in the repos, and there are bugs when building against these versions. If static linking bothers you - you can always compile it yourself.

Updating to this is mandatory to avoid some errors in the past releases, so please do update as soon as possible.

Alpha 0.1 release

01 Mar 22:07
Compare
Choose a tag to compare

This is Alpha 0.1 release.
No Linux 32bits or OSX builds yet, but it is possible to compile them from source