mirror of
git://projects.qi-hardware.com/cae-tools.git
synced 2025-04-21 12:27:27 +03:00
cameo: moved tool compensation from cameo.c to ops.c
- Makefile (OBJS): added ops.o - cameo.c, ops.h, ops.c (process_path, process_paths): moved from cameo.c to ops.c - ops.h, ops.c (process_paths), cameo.c (main): renamed process_paths to tool_comp_paths - ops.c (process_path, tool_comp_paths): renamed process_path to tool_comp_1
This commit is contained in:
23
cameo/ops.h
Normal file
23
cameo/ops.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* ops.h - Higher-level toolpath operations
|
||||
*
|
||||
* Written 2010 by Werner Almesberger
|
||||
* Copyright 2010 Werner Almesberger
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 2 of the License, or
|
||||
* (at your option) any later version.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef OPS_H
|
||||
#define OPS_H
|
||||
|
||||
|
||||
#include "path.h"
|
||||
|
||||
|
||||
void tool_comp_paths(struct path *paths, int dog_bone);
|
||||
|
||||
#endif /* !OPS_H */
|
||||
Reference in New Issue
Block a user