Skip to content

Commit

Permalink
Merge pull request #151 from Nibbels/community_development
Browse files Browse the repository at this point in the history
1.41.01
  • Loading branch information
Nibbels committed Jun 27, 2018
2 parents b6079b2 + e7a499f commit a6a2f34
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.42.00"
#define REPETIER_VERSION "RF.01.42.01"
#define UI_PRINTER_COMPANY "Conrad Community"
#define UI_VERSION_STRING "V " REPETIER_VERSION

Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
@@ -1,6 +1,9 @@
TODO: Testing, testing ..
TODO: Zaldo said that he experienced a hard reset while starting some Z-Calibration. (Awaiting further information about this bug)

V RF.01.42.01.Mod (2018-06-27)
- added int-casting to function changeFlowrateMultiply output to avoid weird behaviour of repetier-host. Thx @guido!

V RF.01.42.00.Mod (2018-06-25)
- full rework on configurable pwm fan frequencies to 15.3hz or lower.
we now have the full fan resolution on all configurable frequencies.
Expand Down

0 comments on commit a6a2f34

Please sign in to comment.