Re: Project: FiveD on Arduino October 19, 2010 11:51PM |
Registered: 14 years ago Posts: 196 |
Re: Project: FiveD on Arduino October 20, 2010 12:56AM |
Registered: 14 years ago Posts: 64 |
Re: Project: FiveD on Arduino October 20, 2010 01:57AM |
Registered: 14 years ago Posts: 7,616 |
Quote
Peter Stuge
I'm also a libusb maintainer, and I am quite allergic to using USB only as a dumb serial port. USB is a packet bus, and applications can usually benefit tremendously from exploiting that.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 20, 2010 02:05AM |
Registered: 14 years ago Posts: 7,616 |
Quote
jv4779
UM_PER_STEP_Z = (uint21_t)((1000.0/2450)+0.5) = 0
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 20, 2010 02:30AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 20, 2010 02:40AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 20, 2010 02:39PM |
Registered: 17 years ago Posts: 900 |
Re: Project: FiveD on Arduino October 20, 2010 06:18PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 21, 2010 02:41AM |
Registered: 14 years ago Posts: 12 |
Re: Project: FiveD on Arduino October 21, 2010 03:49AM |
Registered: 17 years ago Posts: 900 |
Re: Project: FiveD on Arduino October 22, 2010 06:27AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 22, 2010 07:10AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 22, 2010 12:19PM |
Registered: 14 years ago Posts: 7,616 |
In function 'analog_read': error: 'for' loop initial declaration used outside C99 mode
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 22, 2010 01:18PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 22, 2010 08:08PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 22, 2010 09:35PM |
Registered: 14 years ago Posts: 16 |
Re: Project: FiveD on Arduino October 22, 2010 11:43PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 23, 2010 12:44AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 23, 2010 11:00AM |
Registered: 17 years ago Posts: 900 |
Re: Project: FiveD on Arduino October 24, 2010 11:14PM |
Registered: 14 years ago Posts: 140 |
// comment out the ones you don't have //#define HEATER_PIN DIO6 #define HEATER_PWM OC4A //#define FAN_PIN DIO5 //#define FAN_PWM OCR0BWould there be an expected difference in hardware? Either way I use a MOSFET (HUF75337) to control the on/off/pwm of the heater.
############################################################################## # # # Change these to suit your hardware # # # ############################################################################## MCU_TARGET = atmega1280 #MCU_TARGET = atmega328p #MCU_TARGET = atmega168 ? F_CPU = 16000000LOr there could be a link (or other clue) to a page that explains how to find the different options.
Re: Project: FiveD on Arduino October 25, 2010 12:03AM |
Registered: 16 years ago Posts: 438 |
Re: Project: FiveD on Arduino October 25, 2010 01:37AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino October 25, 2010 05:49AM |
Registered: 14 years ago Posts: 7,616 |
Quote
- Might I suggest that optional names be mentioned somehow in the makefile, maybe like:
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 25, 2010 05:43PM |
Registered: 14 years ago Posts: 64 |
Re: Project: FiveD on Arduino October 26, 2010 04:18AM |
Registered: 14 years ago Posts: 7,616 |
Quote
What is the best way to submit patches?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 27, 2010 05:34PM |
Registered: 15 years ago Posts: 356 |
Re: Project: FiveD on Arduino October 27, 2010 10:18PM |
Registered: 16 years ago Posts: 438 |
Re: Project: FiveD on Arduino October 27, 2010 11:06PM |
Registered: 16 years ago Posts: 438 |
Re: Project: FiveD on Arduino October 28, 2010 04:55AM |
Registered: 14 years ago Posts: 7,616 |
Quote
What are the delay units?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino October 28, 2010 05:06AM |
Registered: 14 years ago Posts: 7,616 |
Quote
Still don't know why endstops where disabled, but mine aren't working yet so maybe that's why?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |