libslic3r
Library for generating gcode from 3d models
|
Functions | |
void | confess_at (const char *file, int line, const char *func, const char *pat,...) |
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) |
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 | ) |
void confess_at | ( | const char * | file, |
int | line, | ||
const char * | func, | ||
const char * | pat, | ||
... | |||
) |
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.