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

Method setCNCMachineSettings

source/MRMesh/MRObjectGcode.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void ObjectGcode::setCNCMachineSettings( const CNCMachineSettings& cncSettings )
41{
42 cncMachineSettings_ = cncSettings;
43 updateAll_();
44}
45
46void ObjectGcode::setGcodeSource( const std::shared_ptr<GcodeSource>& gcodeSource )
47{

Callers 1

updateAll_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected