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

Method GcodeViewParse

src/parser/gcodeviewparse.cpp:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "gcodeviewparse.h"
10
11GcodeViewParse::GcodeViewParse(QObject *parent) :
12 QObject(parent)
13{
14 absoluteMode = true;
15 absoluteIJK = false;
16 currentLine = 0;
17 debug = true;
18
19 m_min = QVector3D(qQNaN(), qQNaN(), qQNaN());
20 m_max = QVector3D(qQNaN(), qQNaN(), qQNaN());
21
22 m_minLength = qQNaN();
23}
24
25GcodeViewParse::~GcodeViewParse()
26{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected