File: import_gcode_conf.h

package info (click to toggle)
camv-rnd 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ansic: 35,928; sh: 686; makefile: 476; yacc: 110; awk: 3
file content (8 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
typedef struct {
	const struct {
		const struct {
			RND_CFT_BOOLEAN laser;  /* Import g-code assuming laser plotting: M3/M4 is laser on, M5 is laser off */
		} import_gcode;
	} plugins;
} conf_import_gcode_t;