Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely slow processing with Cura GCode files #24

Open
neildarlow opened this issue Apr 3, 2014 · 2 comments
Open

Extremely slow processing with Cura GCode files #24

neildarlow opened this issue Apr 3, 2014 · 2 comments

Comments

@neildarlow
Copy link

I have been using gCodeViewer with files generated by Skeinforge and Slic3r for quite a while now and found it performs really well.

Within the last few days I have been evaluating Cura and when I load a file into gCodeViewer I find that the first progress indicator gets to 100% quickly but it seems to take a very long time for the second progress indicator to reach 100%. I am talking about an hour for a 4MB file.

I am puzzled by what is uniquely different about Cura GCode files that causes this behaviour.

I am running gCodeViewer locally on a dual-core 3.3GHz 64-bit system under fedora 20. My browser is FireFox 28. If that helps.

@austjancev-sugarcrm
Copy link
Collaborator

Can you please attach or publish the file you are trying to open? I've been using it with cura myself for last week or so and had no problems so far.

@neildarlow
Copy link
Author

Found the problem. Cura produces GCode based on absolute extrusion distances and my use of Skeinforge and Slic3r had been with relative extrusion distances.

The file contained a M83 code which, I assume, caused gCodeViewer to interpret the absolute values as relative and the filament usage was completely wrong. Changing the M83 to M82 and re-slicing allows gCodeViewer to process the file much faster.

The filament usage is still wrong though. it now produces the following:

Model size is: 150.50x150.50x10.45mm
Total filament used: -1.00mm
Total filament weight used: -0.01grams
Estimated print time: 3:52:37
Estimated layer height: 0.10mm
Layer count: 106printed, 109visited

The dimensions and layer counts are correct but the filament usage and weight are a bit wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants