MCPcopy Create free account
hub / github.com/Schildkroet/Candle2 / getResolution

Method getResolution

src/parser/gcodeviewparse.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94QSize GcodeViewParse::getResolution() const
95{
96 return QSize(((m_max.x() - m_min.x()) / m_minLength) + 1, ((m_max.y() - m_min.y()) / m_minLength) + 1);
97}
98
99QList<LineSegment*> GcodeViewParse::getLinesFromParser(GcodeParser *gp, double arcPrecision, bool arcDegreeMode)
100{

Callers 1

prepareRasterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected