Merge pull request #770 from josefpavlik/Marlin_v1

Marlin v1
This commit is contained in:
nothinman
2014-02-17 11:27:05 +00:00
5 changed files with 78 additions and 0 deletions

View File

@ -189,6 +189,8 @@ void enquecommand_P(const char *cmd); //put an ascii command at the end of the c
void prepare_arc_move(char isclockwise);
void clamp_to_software_endstops(float target[3]);
void refresh_cmd_timeout(void);
#ifdef FAST_PWM_FAN
void setPwmFrequency(uint8_t pin, int val);
#endif