Added a structure that will allow easy translations/modifications to the LCD menu.
Signed-off-by: Blair Thompson <mail@justblair.co.uk>
This commit is contained in:
60
Marlin/.Marlin.vsarduino.h
Normal file
60
Marlin/.Marlin.vsarduino.h
Normal file
@@ -0,0 +1,60 @@
|
||||
#define __AVR_ATmega2560__
|
||||
#define __cplusplus
|
||||
#define __builtin_va_list int
|
||||
#define __attribute__(x)
|
||||
#define __inline__
|
||||
#define __asm__(x)
|
||||
#define ARDUINO 100
|
||||
extern "C" void __cxa_pure_virtual() {}
|
||||
#include "C:\arduino-1.0\libraries\LiquidCrystal\LiquidCrystal.h"
|
||||
#include "C:\arduino-1.0\libraries\LiquidCrystal\LiquidCrystal.cpp"
|
||||
void enquecommand(const char *cmd);
|
||||
void setup_photpin();
|
||||
void setup_powerhold();
|
||||
void suicide();
|
||||
void setup();
|
||||
void loop();
|
||||
void get_command();
|
||||
float code_value();
|
||||
long code_value_long();
|
||||
bool code_seen(char code_string[]);
|
||||
bool code_seen(char code);
|
||||
void process_commands();
|
||||
void process_commands();
|
||||
void FlushSerialRequestResend();
|
||||
void ClearToSend();
|
||||
void get_coordinates();
|
||||
void get_arc_coordinates();
|
||||
void prepare_move();
|
||||
void prepare_arc_move(char isclockwise);
|
||||
void manage_inactivity(byte debug);
|
||||
void kill();
|
||||
char *createFilename(char *buffer,const dir_t &p);
|
||||
void lcdProgMemprint(const char *str);
|
||||
int intround(const float &x);
|
||||
void lcd_status(const char* message);
|
||||
void lcd_statuspgm(const char* message);
|
||||
FORCE_INLINE void clear();
|
||||
void lcd_init();
|
||||
void beep();
|
||||
void beepshort();
|
||||
void lcd_status();
|
||||
void buttons_init();
|
||||
void buttons_check();
|
||||
char *ftostr3(const float &x);
|
||||
char *itostr2(const uint8_t &x);
|
||||
char *ftostr31(const float &x);
|
||||
char *ftostr32(const float &x);
|
||||
char *itostr31(const int &xx);
|
||||
char *itostr3(const int &xx);
|
||||
char *itostr4(const int &xx);
|
||||
char *ftostr51(const float &x);
|
||||
void wd_init();
|
||||
void wd_reset();
|
||||
|
||||
#include "C:\arduino-1.0\hardware\arduino\variants\mega\pins_arduino.h"
|
||||
#include "C:\arduino-1.0\hardware\arduino\cores\arduino\Arduino.h"
|
||||
#include "C:\Users\Blair\Desktop\Marlin_v1\Marlin\Marlin.pde"
|
||||
#include "C:\Users\Blair\Desktop\Marlin_v1\Marlin\cardreader.pde"
|
||||
#include "C:\Users\Blair\Desktop\Marlin_v1\Marlin\ultralcd.pde"
|
||||
#include "C:\Users\Blair\Desktop\Marlin_v1\Marlin\watchdog.pde"
|
||||
Reference in New Issue
Block a user