mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-26 01:28:37 -07:00
Suggest firmware retraction time (#5926)
* Suggest firmware retraction time
This commit is contained in:
parent
2ee3800a47
commit
4a81fe6134
4 changed files with 21 additions and 14 deletions
|
|
@ -275,7 +275,7 @@ bool GCodeReader::GCodeLine::has_value(char axis, float &value) const
|
|||
return false;
|
||||
}
|
||||
|
||||
void GCodeReader::GCodeLine::set(const GCodeReader &reader, const Axis axis, const float new_value, const int decimal_digits)
|
||||
void GCodeReader::GCodeLine::set(const Axis axis, const float new_value, const int decimal_digits)
|
||||
{
|
||||
std::ostringstream ss;
|
||||
ss << std::fixed << std::setprecision(decimal_digits) << new_value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue