Skip to content

Commit

Permalink
1.41.20b hotfix for FlowMultiply output towards repetier-host
Browse files Browse the repository at this point in the history
  • Loading branch information
Nibbels committed Jun 27, 2018
1 parent b57ed2e commit 9905b14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Repetier/Commands.cpp
Expand Up @@ -250,7 +250,7 @@ void Commands::changeFlowrateMultiply(float factorpercent)
//else
// Printer::extrusionFactor = 0.01f * static_cast<float>(factor) * 4.0f / (Extruder::current->diameter * Extruder::current->diameter * 3.141592654f);

Com::printFLN(Com::tFlowMultiply,factorpercent);
Com::printFLN(Com::tFlowMultiply,(int)factorpercent);
} // changeFlowrateMultiply


Expand Down
2 changes: 1 addition & 1 deletion Repetier/Constants.h
Expand Up @@ -20,7 +20,7 @@
#define CONSTANTS_H


#define REPETIER_VERSION "RF.01.41.20"
#define REPETIER_VERSION "RF.01.41.20b"
#define UI_PRINTER_COMPANY "Conrad Community"
#define UI_VERSION_STRING "V " REPETIER_VERSION

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,5 +1,8 @@
TODO: Testing, testing ..

V RF.01.41.20b.Mod (2018-06-27)
- hotfix for stable: add int casting. Thx @guido

V RF.01.41.20.Mod (2018-04-14)
- fix that the printer forgot to load eeprom saved stepper currents since ~1.41.13

Expand Down

0 comments on commit 9905b14

Please sign in to comment.