Experience on Panelolu2 for Melzi and nopheads marlin? May 15, 2013 02:49PM |
Registered: 12 years ago Posts: 91 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 15, 2013 04:21PM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 15, 2013 06:16PM |
Registered: 12 years ago Posts: 42 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 16, 2013 03:46AM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 16, 2013 07:11AM |
Registered: 12 years ago Posts: 91 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 23, 2013 05:06PM |
Registered: 12 years ago Posts: 91 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? May 24, 2013 03:23AM |
Registered: 12 years ago Posts: 42 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 02:54PM |
Registered: 11 years ago Posts: 41 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 03:45PM |
Registered: 12 years ago Posts: 369 |
lcd.print('X'); lcd.print(ftostr3(current_position[X_AXIS])); lcd_printPGM(PSTR(" Y")); lcd.print(ftostr3(current_position[Y_AXIS]));
if(current_position[X_AXIS] > 0.0) { lcd_printPGM(PSTR("X+")); lcd.print(ftostr3(current_position[X_AXIS])); } else { lcd_printPGM(PSTR("X-")); lcd.print(ftostr3(current_position[X_AXIS] * -1)); } if(current_position[Y_AXIS] > 0.0) { lcd_printPGM(PSTR(" Y+")); lcd.print(ftostr3(current_position[Y_AXIS])); } else { lcd_printPGM(PSTR(" Y-")); lcd.print(ftostr3(current_position[Y_AXIS] * -1)); }
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 04:08PM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 04:43PM |
Registered: 12 years ago Posts: 369 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 04:52PM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 02, 2013 04:57PM |
Registered: 12 years ago Posts: 369 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 03, 2013 05:33AM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 23, 2013 12:25PM |
Registered: 11 years ago Posts: 41 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 23, 2013 03:03PM |
Admin Registered: 18 years ago Posts: 7,883 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 24, 2013 07:08AM |
Registered: 12 years ago Posts: 91 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 25, 2013 02:03AM |
Registered: 11 years ago Posts: 13 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 25, 2013 06:01AM |
Registered: 12 years ago Posts: 91 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 25, 2013 06:43AM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? August 25, 2013 05:04PM |
Registered: 11 years ago Posts: 13 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? September 25, 2013 06:09PM |
Registered: 12 years ago Posts: 18 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? September 26, 2013 04:34AM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? September 26, 2013 08:11AM |
Registered: 15 years ago Posts: 30 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? September 26, 2013 12:19PM |
Registered: 12 years ago Posts: 18 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? October 01, 2013 05:29AM |
Registered: 12 years ago Posts: 18 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? October 01, 2013 06:07AM |
Registered: 11 years ago Posts: 28 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? October 01, 2013 07:32AM |
Admin Registered: 18 years ago Posts: 7,883 |
#define NUM_DIGITAL_PINS 32 #define NUM_ANALOG_INPUTS 8 #define analogInputToDigitalPin(p) ((p < NUM_ANALOG_INPUTS) ? (p) + NUM_DIGITAL_PINS - NUM_ANALOG_INPUTS : -1)
H:\CHRIS\Projects\RepRaptor\Arduino\arduino-1.0-windows\arduino-1.0\libraries\Wire/utility/twi.h: In member function 'void LiquidTWI2::begin(uint8_t, uint8_t, uint8_t)': H:\CHRIS\Projects\RepRaptor\Arduino\arduino-1.0-windows\arduino-1.0\libraries\Wire/utility/twi.h:44: error: too many arguments to function 'uint8_t twi_writeTo(uint8_t, uint8_t*, uint8_t, uint8_t)' H:\CHRIS\Projects\RepRaptor\Arduino\arduino-1.0-windows\arduino-1.0\libraries\LiquidCrystal2\LiquidTWI2.cpp:196: error: at this point in file
#if defined(ARDUINO) && (ARDUINO >= 100)
#if defined(ARDUINO) && (ARDUINO > 100)
Re: Experience on Panelolu2 for Melzi and nopheads marlin? October 01, 2013 08:49AM |
Registered: 13 years ago Posts: 212 |
Re: Experience on Panelolu2 for Melzi and nopheads marlin? October 01, 2013 08:59AM |
Registered: 11 years ago Posts: 28 |