Added glm. Updated widget to expose mouse focus. Added custom renderer with stippled line.
This commit is contained in:
@@ -36,7 +36,7 @@ grbl::program::program(std::string filename) {
|
||||
}
|
||||
|
||||
static auto comment_re = std::regex(R"(\(([^)]*)\))");
|
||||
static auto gcode_re = std::regex(R"(([a-zA-Z0-9\s.]+).*(\(([^)]*)\))?)");
|
||||
static auto gcode_re = std::regex(R"(([a-zA-Z0-9\s.\-]+)\s*(\(([^)]*)\))?)");
|
||||
|
||||
bool grbl::program::load_from_stream(std::istream& in) {
|
||||
instructions.clear();
|
||||
|
||||
Reference in New Issue
Block a user