Re: Project: Teacup Firmware July 14, 2015 07:05PM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
MattMoses
Quote
Traumflug
Quote
thejollygrimreaper
Quote
thetazzbot
Quote
Traumflug
Quote
thetazzbot
How about the ultralcd support?
I see no reason why this should happen. Plenty of [censored] yelling wishlists, zero people actually writing such code. For me, there are more interesting things to hack, e.g. jerk-less look-ahead, which is something I'd have actual use for.
For the record, I'm not an [censored], actually I'm quite a nice guy And a developer, so if you don't have any objections I wouldn't mind forking Teacup to see if I can add in the lcd support. I would love to see Teacup with LCD and SD card and that's just about all I'd add to it Because then it will be perfect (for my selfish needs) .
have you done anything with this? i'm curious as i'm also looking at the possibility of lcd support now that the sdcard stuff is working
Maybe he did, but certainly nothing publicly visible. That much to "I'm a nice guy" and "I'm not an [censored]".
Would you guys consider trying out bounties? It seems like bounties could make this a win-win situation for everyone. People yelling wishlists could put up a little cash if they were really serious, and the developer(s) could get incentives for things they are not immediately interested in working on. In addition, developer(s) might be able to drum up a little funding to work on things they are immediately interested in.
(Tangent: I am trying to revitalize interest in the bounty system so I am going around finding places where it might be useful.)
Re: Project: Teacup Firmware July 15, 2015 06:48AM |
Registered: 14 years ago Posts: 7,616 |
Quote
MattMoses
Would you guys consider trying out bounties? It seems like bounties could make this a win-win situation for everyone. People yelling wishlists could put up a little cash if they were really serious, and the developer(s) could get incentives for things they are not immediately interested in working on. In addition, developer(s) might be able to drum up a little funding to work on things they are immediately interested in.
(Tangent: I am trying to revitalize interest in the bounty system so I am going around finding places where it might be useful.)
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware July 17, 2015 11:44PM |
Registered: 12 years ago Posts: 1,320 |
Quote
Traumflug
- That said, Configtool is an outstanding exemption from this. Jeff continued to work on it, got rid of the quirks, and as a result it's available for everybody now. Excellent!
Re: Project: Teacup Firmware July 24, 2015 06:49PM |
Registered: 10 years ago Posts: 814 |
Re: Project: Teacup Firmware July 24, 2015 07:20PM |
Admin Registered: 12 years ago Posts: 1,063 |
Quote
madmike8
Been a while since I had a bit of time for this, but I got Teacup configured with the config tool for the CNC Shield V3 & a UNO. The config tool compiled the hex just fine, but the upload timed out. I just used Xloader to upload the hex. Connected to Ponterface just fine! I don't have the seven switch soldered up yet, but I will get it connected to some steppers soon.
Thanks for the help!
Re: Project: Teacup Firmware July 24, 2015 07:53PM |
Registered: 10 years ago Posts: 814 |
Re: Project: Teacup Firmware July 25, 2015 04:31AM |
Registered: 14 years ago Posts: 7,616 |
Quote
madmike8
I switched Edit>Settings>AVR Programmer from stk500v2 to arduino, and it worked like a charm!
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware July 25, 2015 05:57AM |
Registered: 14 years ago Posts: 7,616 |
Quote
madmike8
Updated Board File. I had to manually enable the internal pull up resistors to get the endstops to work.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware August 02, 2015 12:18PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware August 02, 2015 01:11PM |
Registered: 10 years ago Posts: 814 |
Re: Project: Teacup Firmware August 13, 2015 11:55AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware August 13, 2015 10:43PM |
Registered: 9 years ago Posts: 977 |
Re: Project: Teacup Firmware September 12, 2015 06:13PM |
Registered: 9 years ago Posts: 14 |
Re: Project: Teacup Firmware September 13, 2015 01:59PM |
Registered: 14 years ago Posts: 7,616 |
Quote
benj919
- The SD card is connected to the switched portion of the powersupply, and is therefore not detected if Teacup decides to switch off the power due to inactivity. Right now I just have it power on when calling M21, but that gives only a short window to use the card.
Quote
benj919
I disabled the countdown for inactivity...
Quote
benj919
- The biggest Problem though is the temperature control... I have an MK5 Plastruder, now upgraded with a stepper motor, which still relies on power resistors bolted to a steel block for heating. It therefore has quite some delay in responding to changes to the heating power. Setting the temperature to 220°C I get an oscillation of around +-8°C and a period of ~2min. This is large enough that Teacup switches of the extruder during the low temperature phases (as in not extruding filament, at this stage I already had disabled the power off).
I have migrated the non-pwm heater settings from the main heater.c to the one in the extruder directory. Therefore right now I use PID control with on/off switching, though it works mostly like the bang-bang setting and just about switches the heater on/off at target temperature crossings... How can I tune the temperature controls in Teacup?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware September 13, 2015 03:02PM |
Registered: 9 years ago Posts: 14 |
Quote
Traumflug
Quote
benj919
- The SD card is connected to the switched portion of the powersupply, and is therefore not detected if Teacup decides to switch off the power due to inactivity. Right now I just have it power on when calling M21, but that gives only a short window to use the card.
You mean the SD cards works at all? That's the first time I hear this from a Gen3 user. Apparently no other firmware managed to do this.
Send: M21 Recv: ok Send: M20 Recv: Z_FLOA~1.S3G Recv: XY_TEST.S3G Recv: ok
Quote
Quote
benj919
I disabled the countdown for inactivity...
At some point we probably should have a compile time flag for this. A secret: currently I hack on gEDA/pcb and it's lots of fun, because people collaborate. Still 3 times more wishlisters than hackers, but at least one doesn't have to push, push, push everybody else all the time.
Quote
benj919
- The biggest Problem though is the temperature control... I have an MK5 Plastruder, now upgraded with a stepper motor, which still relies on power resistors bolted to a steel block for heating. It therefore has quite some delay in responding to changes to the heating power. Setting the temperature to 220°C I get an oscillation of around +-8°C and a period of ~2min. This is large enough that Teacup switches of the extruder during the low temperature phases (as in not extruding filament, at this stage I already had disabled the power off).
I have migrated the non-pwm heater settings from the main heater.c to the one in the extruder directory. Therefore right now I use PID control with on/off switching, though it works mostly like the bang-bang setting and just about switches the heater on/off at target temperature crossings... How can I tune the temperature controls in Teacup?
Maybe this issue explains it: [github.com] "Bonus points for a calibration utility in Configtool to set these values automatically ..." ...
Re: Project: Teacup Firmware September 14, 2015 11:27AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware November 10, 2015 02:40AM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware November 10, 2015 06:16AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware November 10, 2015 08:20PM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware November 11, 2015 03:40AM |
Registered: 10 years ago Posts: 4,977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Project: Teacup Firmware November 11, 2015 03:54AM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware November 11, 2015 04:29AM |
Registered: 10 years ago Posts: 14,683 |
Quote
ekaggrat
my plotter is a rotary x axis and a sliding y axis .. so y do i need segmentation ? why can t i use straight forward inverse kinematic equations to move it?
Re: Project: Teacup Firmware November 11, 2015 07:32AM |
Registered: 14 years ago Posts: 7,616 |
Quote
Wurstnase
So you need in this case segmentation for your move. This can't be done only with a kinematic/inv-kinematic.
Quote
dc42
However, if your inverse kinematics involves trig functions, then I suspect that even if you use a processor with built-in floating point such as ARM Cortex M4, the calculation time would be too long.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware November 12, 2015 02:31AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware November 12, 2015 04:27AM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware December 06, 2015 08:53PM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware December 07, 2015 03:43AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware December 07, 2015 10:44AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware December 08, 2015 12:37AM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware January 03, 2016 09:42AM |
Registered: 9 years ago Posts: 14 |