-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix buffer issue with S3D USB printing
- Loading branch information
1 parent
28e86b9
commit bfe39a3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bfe39a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woh! Nice! A one liner can solve this problem that has been plaguing me for years? Fingers crossed.
bfe39a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't get your hopes up too soon! This is just a fix for a very specific issue where Simplify3D would get caught in a loop after heating, had to do with EMERGENCY_PARSER.
What is the issue you're seeing?
bfe39a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When printing via USB, I'll get this sporadic pause that lasts for a couple seconds and then continues on. Could happen once, could happen multiple times, or not at all. The result is an easily visible blob on the surface. Never happens when printing from SD card. I thought it might have had something to do with the live print preview but I've had it happen with it turned off or not viewing the preview at all. Super frustrating.
bfe39a3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushing minimum segment time to 50ms could help - already done that in f01026e but your EEPROM might still have the old value. When doing
M503
, what output do you get on lineM205
?