Re: Project: FiveD on Arduino January 06, 2011 10:15AM |
Registered: 14 years ago Posts: 7,616 |
Quote
the problem being that the DDA_QUEUE will process N0, N1, N3-N5 skipping N2 until it is resent by the host. in which case the host seeing a "rs" request resets the line numbers it is sending to start with the "rs" request line. In effect resending lines N2-N5. if each of these lines are check-sum correct, then the dda will process all of it in this order. N0-N1,N3-N5,N2-N5 which I image would turn out to be a blob on the real print.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 06, 2011 12:04PM |
Registered: 14 years ago Posts: 155 |
Re: Project: FiveD on Arduino January 07, 2011 04:22AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 07, 2011 06:57AM |
Registered: 14 years ago Posts: 7,616 |
Quote
I am going to copy release-candidate-triffid over master to reduce confusion for new testers- can any of you think of a reason why that's not a great idea?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 07, 2011 07:08AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 07, 2011 07:53AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 07, 2011 09:41AM |
Registered: 15 years ago Posts: 356 |
Re: Project: FiveD on Arduino January 07, 2011 02:27PM |
Registered: 14 years ago Posts: 7,616 |
git checkout master git reset --hard master^ git push origin +master
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 07, 2011 05:49PM |
Binary sketch size: 12597 bytes (of a 63488 byte maximum) avrdude: ERROR: address 0x820003 out of range at line 790 of /tmp/build8661438443058193548.tmp/FiveD_on_Arduino.cpp.hex avrdude: write to file '/tmp/build8661438443058193548.tmp/FiveD_on_Arduino.cpp.hex' failed
Re: Project: FiveD on Arduino January 07, 2011 08:29PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 07, 2011 10:34PM |
Registered: 14 years ago Posts: 196 |
Re: Project: FiveD on Arduino January 08, 2011 04:34AM |
Registered: 14 years ago Posts: 9 |
simulation.c:28: error: expected ‘)’ before ‘cond’ simulation.c:39: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘sim_interrupts’ simulation.c: In function ‘sei’: simulation.c:42: error: ‘sim_interrupts’ undeclared (first use in this function) simulation.c:42: error: (Each undeclared identifier is reported only once simulation.c:42: error: for each function it appears in.) simulation.c:42: error: ‘true’ undeclared (first use in this function) simulation.c: At top level: simulation.c:53: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘direction’ simulation.c:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘state’ simulation.c:61: error: expected ‘)’ before ‘pin’ simulation.c:95: error: expected ‘)’ before ‘pin’ simulation.c:100: error: expected ‘)’ before ‘pin’
Re: Project: FiveD on Arduino January 08, 2011 05:46AM |
Registered: 14 years ago Posts: 7,616 |
Quote
Triffid_Hunter
traumflug, check upstream now, I applied your patch to my locals and forced a push
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 08, 2011 05:53AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: FiveD on Arduino January 08, 2011 08:19AM |
Registered: 14 years ago Posts: 9 |
mendel.c: In function ‘io_init’: mendel.c:37: error: ‘DIO15_WPORT’ undeclared (first use in this function) mendel.c:37: error: (Each undeclared identifier is reported only once mendel.c:37: error: for each function it appears in.) mendel.c:37: error: ‘DIO15_PIN’ undeclared (first use in this function) mendel.c:37: error: ‘DIO15_DDR’ undeclared (first use in this function) mendel.c:38: error: ‘DIO18_WPORT’ undeclared (first use in this function) mendel.c:38: error: ‘DIO18_PIN’ undeclared (first use in this function) mendel.c:38: error: ‘DIO18_DDR’ undeclared (first use in this function) mendel.c:39: error: ‘DIO20_WPORT’ undeclared (first use in this function) mendel.c:39: error: ‘DIO20_PIN’ undeclared (first use in this function) mendel.c:39: error: ‘DIO20_DDR’ undeclared (first use in this function) mendel.c:41: error: ‘DIO21_WPORT’ undeclared (first use in this function) mendel.c:41: error: ‘DIO21_PIN’ undeclared (first use in this function) mendel.c:41: error: ‘DIO21_DDR’ undeclared (first use in this function) mendel.c:44: error: ‘DIO19_WPORT’ undeclared (first use in this function) mendel.c:44: error: ‘DIO19_PIN’ undeclared (first use in this function) mendel.c:44: error: ‘DIO19_DDR’ undeclared (first use in this function) mendel.c:47: error: ‘DIO23_WPORT’ undeclared (first use in this function) mendel.c:47: error: ‘DIO23_PIN’ undeclared (first use in this function) mendel.c:47: error: ‘DIO23_DDR’ undeclared (first use in this function) mendel.c:48: error: ‘DIO22_WPORT’ undeclared (first use in this function) mendel.c:48: error: ‘DIO22_PIN’ undeclared (first use in this function) mendel.c:48: error: ‘DIO22_DDR’ undeclared (first use in this function) mendel.c:49: error: ‘AIO6_WPORT’ undeclared (first use in this function) mendel.c:49: error: ‘AIO6_PIN’ undeclared (first use in this function) mendel.c:49: error: ‘AIO6_DDR’ undeclared (first use in this function) mendel.c:67: error: ‘DIO16_WPORT’ undeclared (first use in this function) mendel.c:67: error: ‘DIO16_PIN’ undeclared (first use in this function) mendel.c:67: error: ‘DIO16_DDR’ undeclared (first use in this function) mendel.c:68: error: ‘DIO17_WPORT’ undeclared (first use in this function) mendel.c:68: error: ‘DIO17_PIN’ undeclared (first use in this function) mendel.c:68: error: ‘DIO17_DDR’ undeclared (first use in this function)
Re: Project: FiveD on Arduino January 08, 2011 04:25PM |
Re: Project: FiveD on Arduino January 08, 2011 04:59PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 10, 2011 05:47AM |
Registered: 17 years ago Posts: 74 |
Re: Project: FiveD on Arduino January 10, 2011 05:48AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 10, 2011 07:33AM |
Registered: 17 years ago Posts: 74 |
Re: Project: FiveD on Arduino January 10, 2011 06:05PM |
Registered: 14 years ago Posts: 9 |
Re: Project: FiveD on Arduino January 10, 2011 06:32PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 11, 2011 04:52AM |
Registered: 14 years ago Posts: 9 |
#if defined (__AVR_ATmega168__) FUSES = { /* .low = FUSE_CKSEL3 & FUSE_SUT0, .high = FUSE_SPIE N, .extended = FUSE_BOOTSZ1 & FUSE_BOOTSZ0, */ };6. Yikes! error
Re: Project: FiveD on Arduino January 11, 2011 04:56AM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: FiveD on Arduino January 11, 2011 09:39AM |
Registered: 17 years ago Posts: 169 |
Re: Project: FiveD on Arduino January 12, 2011 10:59AM |
Registered: 14 years ago Posts: 155 |
Re: Project: FiveD on Arduino January 12, 2011 11:20AM |
Registered: 15 years ago Posts: 3,742 |
Re: Project: FiveD on Arduino January 12, 2011 11:35AM |
Registered: 14 years ago Posts: 155 |
Re: Project: FiveD on Arduino January 12, 2011 12:27PM |
Registered: 14 years ago Posts: 9 |
Re: Project: FiveD on Arduino January 12, 2011 11:34PM |
Registered: 14 years ago Posts: 28 |