Ghostkeeper / X3GWriter

X3G output plugin for Cura
GNU Affero General Public License v3.0
48 stars 16 forks source link

Extruders don't heat up? #18

Open LukeBonathan opened 6 years ago

LukeBonathan commented 6 years ago

Hi there

I'm now able to export a file using the x3g writer. However the files I export don't engage the extruder heaters. Is there a logical reason for this or might I be missing something?

cube.x3g.zip

Thanks,

Luke

Ghostkeeper commented 6 years ago

I don't know of a good way to decode X3G files to see if it's instructing the printer to heat... :cry: It's not a plaintext format, and no slicer seems to be able to display a print preview or anything.

There are 4 possible causes I can think of:

The first should be easy to test: Save your slice to g-code instead, and see if there are any M104 or M109 commands in the file. If there are not, then there's two things you need to check in your Machine Settings (under Manage Printers...):

The second can be verified if you have a Cura log of the moment that you're saving the X3G file. X3GWriter puts a log entry of the command that it sends to GPX.

For the third and fourth options, all I can really do is search the internet for bugs. What's your printer, and is the firmware of the printer up to date?

Meganium97 commented 3 years ago

"and no slicer seems to be able to display a print preview or anything." I am using flashprint and when I import said file, it outputs a "Load file failed" error. As a side note, anything I export as x3g using this software always will output this same exact error when importing to flashprint.

Ghostkeeper commented 3 years ago

I've used FlashForge in the past too to visualise it (this post is really quite old) but in its current form (v4.6.0) FlashForge seems to just display a bunch of squares, a bit like what Cura does when the flow is set to 99999%.

Meganium97 commented 3 years ago

I’ve figured it out now. I believe that x3gwriter is outputting the newer sailfish version of makerbot firmware and that is what is confusing flashprint. I recently upgraded my FFC to sailfish and now it works flawlessly.

Ghostkeeper commented 3 years ago

Oh, okay. That would probably be good for me to document, then. Thanks.