diff --git a/config.h.dist b/config.h.dist index 484ec60..69071e2 100644 --- a/config.h.dist +++ b/config.h.dist @@ -174,7 +174,7 @@ * list of PWM-able pins and corresponding timers * timer1 is used for step timing so don't use OC1A/OC1B * - * For Arudino Diecimila/Duemilanove/UNO + * For Arduino Diecimila/Duemilanove/UNO * Don't use OC1A/OC1B (DIO9/DIO10) * * OC0A DIO6 diff --git a/gcode.c b/gcode.c index a44820b..e9af250 100644 --- a/gcode.c +++ b/gcode.c @@ -784,7 +784,7 @@ void process_gcode_command(GCODE_COMMAND *gcmd) { ****************************************************************************/ void request_resend(void) { - serial_writestr_P(PSTR("Resend:")); + serial_writestr_P(PSTR("rs ")); serwrite_uint8(next_target.N); serial_writechar('\n'); }