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