Swiftray  1.0
fcode-generator.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <sstream>
5 
6 #ifndef FCODE_GENERATOR_H
7 #define FCODE_GENERATOR_H
8 
9 /*
10 Fcode (Binary gcode) generator for FLUX Beambox and beamo
11 */
12 class FCodeGenerator : public BaseGenerator {
13 public:
15 
16  }
17 };
Definition: base-generator.h:8
Definition: fcode-generator.h:12
FCodeGenerator()
Definition: fcode-generator.h:14