From d0f64d8f65923be9abd16139f185ce2d374ecaba Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Sat, 3 Jul 2010 00:23:28 +0200 Subject: [PATCH] fixed the inches->mm conversion bug and some general cleanup --- config.h | 2 -- gcode.c | 4 +++- serial_protocol.h | 6 +----- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/config.h b/config.h index 0c5c64f..8c8c7e1 100644 --- a/config.h +++ b/config.h @@ -110,6 +110,4 @@ void store_setting(int parameter, double value); #define STEPPING_MASK (STEP_MASK | DIRECTION_MASK) // All stepping-related bits (step/direction) #define LIMIT_MASK ((1<>>" -// A character to acknowledge that the execution has started -#define EXECUTION_MARKER '~' - // Initialize the serial protocol void sp_init(); + // Read command lines from the serial port and execute them as they // come in. Blocks until the serial buffer is emptied. void sp_process();