Re: Project: Teacup Firmware March 10, 2016 11:55AM |
Registered: 9 years ago Posts: 75 |
Re: Project: Teacup Firmware March 12, 2016 07:39AM |
Registered: 9 years ago Posts: 75 |
Re: Project: Teacup Firmware March 12, 2016 07:48AM |
Registered: 14 years ago Posts: 7,616 |
Quote
rollingdice
There is some "overshoot" when the carriages are moving upward, despite defining endstop clearance variables to a lower value.
Quote
rollingdice
When homing, sometimes the Z carriage moves slightly slower than other carriage. Leftover codes from cartesian movement?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 12, 2016 08:18AM |
Registered: 10 years ago Posts: 4,977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Project: Teacup Firmware March 12, 2016 08:18AM |
Registered: 9 years ago Posts: 75 |
Alright, I think I'm gonna lower the clearance more. Current value is 100, going to try 25 or less.Quote
Traumflug
Quote
rollingdice
There is some "overshoot" when the carriages are moving upward, despite defining endstop clearance variables to a lower value.
This is by design. Teacup doesn't try to break laws of physics and decelerates properly after an endstop hit. After doing so it should move back slowly for high accuracy. This "overshoot" can be controlled by ENDSTOP_CLEARANCE_{XYZ} in the printer configuration. The larger, the better (faster homing movements). Higher acceleration also means higher homing velocities.
Re: Project: Teacup Firmware March 12, 2016 08:38AM |
Registered: 14 years ago Posts: 7,616 |
Quote
rollingdice
Alright, I think I'm gonna lower the clearance more. Current value is 100, going to try 25 or less.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 13, 2016 01:32AM |
Registered: 9 years ago Posts: 75 |
Re: Project: Teacup Firmware March 13, 2016 03:10AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 13, 2016 05:41PM |
Registered: 9 years ago Posts: 14 |
Re: Project: Teacup Firmware March 14, 2016 06:49AM |
Registered: 9 years ago Posts: 75 |
Thanks, I switched to Reprap accel and no stuttering occurs. Homing is not a problem anymore. Acceleration value is too high though. Is the acceleration value customizable?Quote
Traumflug
As computations in dda_step() are unchanged for deltas, yes, trying to simplify computations in dda_clock() is probably the way to go.
Re: Project: Teacup Firmware March 14, 2016 09:49AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 15, 2016 01:04AM |
Registered: 9 years ago Posts: 75 |
Re: Project: Teacup Firmware March 15, 2016 06:48AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware March 18, 2016 11:54PM |
Registered: 9 years ago Posts: 75 |
Re: Project: Teacup Firmware April 08, 2016 04:30PM |
Registered: 8 years ago Posts: 1 |
Re: Project: Teacup Firmware April 08, 2016 04:46PM |
Registered: 14 years ago Posts: 7,616 |
Quote
wsowa
I would expect Z homing to move Z to max (down) and then move the platform up by constant hardcoded/configured/sent_by_host so it ends up just below the nozzle. Does Teacup support such setup at all?
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware May 05, 2016 06:50AM |
Registered: 12 years ago Posts: 364 |
Re: Project: Teacup Firmware May 06, 2016 08:46AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Now full fledged display support May 30, 2016 01:55PM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware June 26, 2016 05:32AM |
Registered: 12 years ago Posts: 290 |
Re: Project: Teacup Firmware June 26, 2016 05:52AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware August 06, 2016 01:01PM |
Registered: 12 years ago Posts: 121 |
Re: Project: Teacup Firmware August 06, 2016 02:06PM |
Registered: 10 years ago Posts: 4,977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Project: Teacup Firmware August 09, 2016 11:12AM |
Registered: 12 years ago Posts: 121 |
Re: Project: Teacup Firmware August 09, 2016 01:40PM |
Registered: 14 years ago Posts: 7,616 |
Quote
alfadex
i canot find a combination for search feedrate and endstop clearence.
Generation 7 Electronics | Teacup Firmware | RepRap DIY |
Re: Project: Teacup Firmware August 15, 2016 11:26PM |
Registered: 8 years ago Posts: 6 |
Re: Project: Teacup Firmware August 16, 2016 01:52AM |
Registered: 10 years ago Posts: 4,977 |
#define BAUD 115200
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Project: Teacup Firmware August 16, 2016 02:40AM |
Registered: 8 years ago Posts: 6 |
Re: Project: Teacup Firmware August 16, 2016 06:19AM |
Registered: 10 years ago Posts: 4,977 |
Triffid Hunter's Calibration Guide | --> X <-- Drill for new Monitor | Most important Gcode. |
Re: Project: Teacup Firmware August 16, 2016 06:24AM |
Registered: 14 years ago Posts: 7,616 |
Generation 7 Electronics | Teacup Firmware | RepRap DIY |