Re: Project: Teacup Firmware February 27, 2011 12:01PM |
Registered: 14 years ago Posts: 83 |
Re: Project: Teacup Firmware February 27, 2011 05:14PM |
Registered: 14 years ago Posts: 7,616 |
Quote
Here are a few patches.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware February 27, 2011 05:25PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware February 27, 2011 05:42PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware February 27, 2011 06:04PM |
Registered: 14 years ago Posts: 83 |
Re: Project: Teacup Firmware February 27, 2011 06:37PM |
Registered: 14 years ago Posts: 83 |
Re: Project: Teacup Firmware February 27, 2011 06:53PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware February 27, 2011 06:56PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware February 27, 2011 10:10PM |
Registered: 14 years ago Posts: 83 |
Re: Project: Teacup Firmware February 27, 2011 10:33PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware February 28, 2011 03:34AM |
Registered: 14 years ago Posts: 7,616 |
Quote
Triffid_Hunter
technically, G28 is for going to zero, and G92 is for adding an offset to absolute position. Neither should be used for homing using endstops, so I did some googling and makerbot uses G16x for homing using endstops.
Quote
Also, have been lots of requests (here and in other threads and on blogs and in irc, not necessarily related to teacup) for ignoring endstops during printing
Quote
Just had an idea, perhaps we could add a flag to the dda for endstop behaviour, die_when_all_axes_hit_endstop or something so we don't need the majority of home.[ch]?
Quote
btw, what does everyone think of my shrinking the exclusive section of dda_step at the expense of not doing math /before/ the steps?
Quote
do they hardlink when you pull the repository?
Quote
Markus Amsler
I haven't found a better place to disable the z-stepper after a z move.
Quote
I was just trying to resync a/* and a/extruder/*.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware February 28, 2011 06:12PM |
Registered: 14 years ago Posts: 83 |
Re: Project: Teacup Firmware February 28, 2011 09:10PM |
Registered: 16 years ago Posts: 438 |
Re: Project: Teacup Firmware February 28, 2011 09:31PM |
Registered: 16 years ago Posts: 438 |
Re: Project: Teacup Firmware February 28, 2011 10:14PM |
Registered: 14 years ago Posts: 7,616 |
Quote
Traumflug Wrote:
-------------------------------------------------------
> I see. We're expected to compensate for unreliable
> endstops in software.
Yes. Hardware is expensive to fix, and has to be fixed on every machine. Software is fixed once and fixed on every other machine for free.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware February 28, 2011 11:52PM |
Registered: 13 years ago Posts: 581 |
Re: Project: Teacup Firmware March 01, 2011 12:27AM |
Admin Registered: 17 years ago Posts: 183 |
Re: Project: Teacup Firmware March 01, 2011 04:36PM |
Registered: 14 years ago Posts: 7,616 |
Quote
btw, what does everyone think of my shrinking the exclusive section of dda_step at the expense of not doing math /before/ the steps?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 01, 2011 06:00PM |
Registered: 14 years ago Posts: 7,616 |
WRITE(X_STEP_PIN, 0); SET_OUTPUT(X_STEP_PIN);
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 01, 2011 06:07PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware March 02, 2011 04:46AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 02, 2011 02:49PM |
Registered: 13 years ago Posts: 14 |
Re: Project: Teacup Firmware March 02, 2011 03:05PM |
Registered: 13 years ago Posts: 581 |
Re: Project: Teacup Firmware March 02, 2011 04:04PM |
Registered: 14 years ago Posts: 7,616 |
Quote
using the Xon/XOff flow control and the proper 57600 baud rate
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 02, 2011 04:32PM |
Admin Registered: 17 years ago Posts: 183 |
Re: Project: Teacup Firmware March 02, 2011 05:15PM |
Registered: 13 years ago Posts: 581 |
Re: Project: Teacup Firmware March 02, 2011 07:28PM |
Registered: 17 years ago Posts: 1,094 |
Re: Project: Teacup Firmware March 02, 2011 10:40PM |
Registered: 13 years ago Posts: 14 |
Re: Project: Teacup Firmware March 02, 2011 10:46PM |
Registered: 17 years ago Posts: 900 |
Re: Project: Teacup Firmware March 03, 2011 07:33AM |
Registered: 17 years ago Posts: 1,094 |