Skip to content

Commit

Permalink
V00.00.01.18 release
Browse files Browse the repository at this point in the history
  • Loading branch information
donovan6000 committed Aug 31, 2016
1 parent f12642a commit 895c3c0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog:

V00.00.01.18 August X, 2016
V00.00.01.18 August 30, 2016

* Sped up movements
* Allows setting the calibrate Z0 correction factor
* Fixed issue where motors could move faster than the feedrate provided by a command
* Fixed issue where motors could move faster than the feedrate provided by a command. Huge thanks to qwerty8224!

V00.00.01.12 August 17, 2016

Expand Down
Binary file modified M33 Manager/M33 Manager Linux.zip
Binary file not shown.
Binary file added M33 Manager/M33 Manager OS X.zip
Binary file not shown.
Binary file modified M33 Manager/M33 Manager Windows.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion M33 Manager/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3177,7 +3177,7 @@ void MyFrame::checkInvalidValues() {
bool incompatible = true;
if((printer.getFirmwareType() == M3D || printer.getFirmwareType() == M3D_MOD) && stoi(printer.getFirmwareRelease()) >= 2015122112)
incompatible = false;
else if(printer.getFirmwareType() == IME && printer.getFirmwareVersion() >= 1900000117)
else if(printer.getFirmwareType() == IME && printer.getFirmwareVersion() >= 1900000118)
incompatible = false;

// Get iMe version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Firmware that allows using the Micro 3D printer with third-party 3D printing sof
### Description
iMe is firmware for the Micro 3D printer that attempts to fix the printer's biggest problem: limited software compatibility. iMe uses RepRap G-code protocol, so it allows you to use the Micro 3D printer with any 3D printing software that supports that protocol. It also features builtin backlash and bed compensation which makes creating good looking prints with other software possible since the G-code never has to be pre-processed beforehand.

The latest version of iMe is V00.00.01.18 released on August Xth, 2016, and an entire changelog for it can be found [here](https://raw.githubusercontent.com/donovan6000/iMe/master/Changelog).
The latest version of iMe is V00.00.01.18 released on August 30th, 2016, and an entire changelog for it can be found [here](https://raw.githubusercontent.com/donovan6000/iMe/master/Changelog).

### Features
* Uses RepRap's G-code protocol
Expand Down

0 comments on commit 895c3c0

Please sign in to comment.