USB printing January 08, 2014 03:24PM |
Registered: 9 years ago Posts: 275 |
Re: USB printing January 08, 2014 03:40PM |
Registered: 12 years ago Posts: 1,611 |
Re: USB printing January 08, 2014 05:15PM |
Registered: 9 years ago Posts: 275 |
Re: USB printing January 08, 2014 05:21PM |
Registered: 12 years ago Posts: 1,611 |
Re: USB printing January 08, 2014 05:24PM |
Registered: 9 years ago Posts: 275 |
Re: USB printing January 08, 2014 05:31PM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 08, 2014 05:37PM |
Registered: 9 years ago Posts: 275 |
Re: USB printing January 08, 2014 06:00PM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 08, 2014 06:25PM |
Registered: 9 years ago Posts: 275 |
Re: USB printing January 09, 2014 02:55AM |
Registered: 9 years ago Posts: 157 |
// If we are just doing one isolated move, set its end velocity to InstantDv(Z_AXIS). if(addNoMoreMoves || !gCodes->PrintingAFile()) { n1->SetV(platform->InstantDv(Z_AXIS)); n1->SetProcessed(complete); }My translation:
// If we are just doing one isolated move, set its end velocity to InstantDv(Z_AXIS). if(addNoMoreMoves) { n1->SetV(platform->InstantDv(Z_AXIS)); n1->SetProcessed(complete); }After this code change the movements are a lot smoother!
Re: USB printing January 09, 2014 04:14AM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 10, 2014 05:21AM |
Registered: 9 years ago Posts: 157 |
Re: USB printing January 10, 2014 05:31AM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 10, 2014 05:43AM |
Registered: 11 years ago Posts: 116 |
Re: USB printing January 10, 2014 08:30AM |
Registered: 9 years ago Posts: 157 |
Re: USB printing January 10, 2014 10:51AM |
Registered: 9 years ago Posts: 14,659 |
Quote
3D-ES
Waiting for a gcode to complete will probably take too much time,
the other classes need to spin or it will introduce other problems.
Re: USB printing January 11, 2014 05:51AM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 11, 2014 06:06AM |
Registered: 12 years ago Posts: 1,611 |
Re: USB printing January 11, 2014 06:22AM |
Registered: 9 years ago Posts: 578 |
Re: USB printing January 11, 2014 09:18AM |
Registered: 9 years ago Posts: 578 |
Re: USB printing January 11, 2014 09:27AM |
Registered: 9 years ago Posts: 14,659 |
Quote
droftarts
@dc42 - it might be worth having a look at the latest Pronterface/Printrun, as I believe it's been heavily rewritten since we forked our version. It's written by a guy called Kliment. Github here: [github.com]
Re: USB printing January 11, 2014 09:34AM |
Registered: 9 years ago Posts: 14,659 |
Quote
rayhicks
Just tried circle.g over usb with "ping pong" turned off, at various buffer sizes and transfer speeds in repetier, and it stutters no matter what - so my last post is probably irrelevant
Re: USB printing January 11, 2014 10:30AM |
Registered: 9 years ago Posts: 578 |
Re: USB printing January 11, 2014 10:35AM |
Registered: 9 years ago Posts: 14,659 |
Re: USB printing January 11, 2014 10:57AM |
Registered: 9 years ago Posts: 14,659 |
Quote
rayhicks
will do - I've downloaded it, but am in the middle of a long test print, do I need to update any other files? (I'm running an older version of firmware than I should at the moment, should I update to the current main duet branch along with SD files then install your firmware over the top?)
Re: USB printing January 11, 2014 11:03AM |
Registered: 9 years ago Posts: 578 |
Re: USB printing January 11, 2014 11:15AM |
Registered: 9 years ago Posts: 12 |
Quote
reprappro
Another problem we have just spotted... All Duet boards have been supplied with only two of the four USB lugs soldered. Some have been supplied with none of them soldered! This can make the USB connection electrically unstable, and makes it much easier to pull the USB socket off the board. Please carefully solder up all four pins. I'll be adding this to the documentation (along with the long-awaited troubleshooting...) at the weekend, hopefully.
All subsequent boards should have all four lugs solder up. I think someone else pointed this out in an earlier thread, but it got lost in the noise!
Ian
RepRapPro tech support
Re: USB printing January 11, 2014 11:23AM |
Registered: 9 years ago Posts: 119 |
Quote
djb
I wish I had known this earlier. I had USB connection issues and when I unpplugged the USB lead the whole socket came off!
I've emailed support but not got a reponse yet.
Daryl (Ormerod #299)
Re: USB printing January 11, 2014 11:52AM |
Registered: 12 years ago Posts: 1,611 |
Re: USB printing January 11, 2014 11:56AM |
Registered: 9 years ago Posts: 119 |
Quote
droftarts
@djb: Yes, your email is in my inbox, I should get to it in a little while. We'll send you a new Duet, on an exchange basis, under warranty. Hopefully properly soldeder, this time.
@TMD_RS486: it's only your emails I ignore!(not really, just about got to it)
Ian
RepRapPro tech support