mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Added filament_ramming_parameters and filament_ramming_buttons into configuration layer
This commit is contained in:
parent
cf5dfb9673
commit
9f18b639a8
4 changed files with 21 additions and 4 deletions
|
@ -56,7 +56,7 @@ std::istream& operator>>(std::istream& stream, std::vector<T>& vect) {
|
|||
we_read_something = true;
|
||||
}
|
||||
if (!stream.eof() && we_read_something) { // if this is not eof, we might be at separator - let's get rid of it
|
||||
stream.clear(); // if we failed on very first line or reached eof, return stream in !good() state
|
||||
stream.clear(); // if we failed on very first line or reached eof, return stream in good() state
|
||||
stream.get(); // get() whatever we are stuck at
|
||||
}
|
||||
return stream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue