MCPcopy Create free account
hub / github.com/bambulab/BambuStudio / value

Method value

src/libslic3r/GCodeReader.hpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void clear() { m_raw.clear(); }
30 bool has(Axis axis) const { return (m_mask & (1 << int(axis))) != 0; }
31 float value(Axis axis) const { return m_axis[axis]; }
32 bool has(char axis) const;
33 bool has_value(char axis, float &value) const;
34 float new_X(const GCodeReader &reader) const { return this->has(X) ? this->x() : reader.x(); }

Callers 15

assembleQMethod · 0.45
repmatMethod · 0.45
sumMethod · 0.45
componentsMethod · 0.45
bfsMethod · 0.45
sliceMethod · 0.45
serializeFunction · 0.45
countMethod · 0.45
for_eachMethod · 0.45
harwell_boeingMethod · 0.45
extractBlockMethod · 0.45
repdiagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected