libslic3r
Library for generating gcode from 3d models
|
#include <vector>
#include <string>
Go to the source code of this file.
Functions | |
std::vector< std::string > | split_at_regex (const std::string &input, const std::string ®ex) |
Utility functions that aren't necessarily part of libslic3r but are used by it. More... | |
std::string | trim_zeroes (std::string in) |
Remove extra zeroes generated from std::to_string on doubles. More... | |
std::string | _trim_zeroes (std::string in) |
std::string _trim_zeroes | ( | std::string | in | ) |
std::vector<std::string> split_at_regex | ( | const std::string & | input, |
const std::string & | regex | ||
) |
Utility functions that aren't necessarily part of libslic3r but are used by it.
Separate a string based on some regular expression string.
std::string trim_zeroes | ( | std::string | in | ) |
Remove extra zeroes generated from std::to_string on doubles.