MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / setGcodeSource

Method setGcodeSource

source/MRMesh/MRObjectGcode.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void ObjectGcode::setGcodeSource( const std::shared_ptr<GcodeSource>& gcodeSource )
47{
48 gcodeSource_ = gcodeSource;
49 updateAll_();
50}
51
52void ObjectGcode::setDirtyFlags( uint32_t mask, bool invalidateCaches )
53{

Callers 5

exportToolPathToGCodeFunction · 0.45
cloneMethod · 0.45
shallowCloneMethod · 0.45
updateAll_Method · 0.45
makeObjectGcodeFromFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected