grblControl
grblControl copied to clipboard
GRBL controller application with G-Code visualizer written in Qt.
Results
1
grblControl issues
Sort by
recently updated
recently updated
newest added
Build errors examples: ``` ../src/utils/util.h:17:19: error: ‘isnan’ is not a member of ‘std’ if (!std::isnan(v1) && !std::isnan(v2)) return qMin(v1, v2); ^~~~~ ``` ``` ../src/tables/heightmaptablemodel.cpp:20:24: error: ‘NAN’ was not declared in...