Ultimaker / Cura

3D printer / slicing GUI built on top of the Uranium framework
GNU Lesser General Public License v3.0
6.22k stars 2.08k forks source link

GCode file 0 Bytes #6307

Closed koopie66 closed 4 years ago

koopie66 commented 5 years ago

When I tried to export a previous loaded stl file to GCode the program creates a GCODE file with lengt of 0-bytes.

nallath commented 5 years ago

We're going to need a bit more information to resolve this. Please fill in the provided issue report so we have the data we need.

fieldOfView commented 5 years ago

Did you press the "slice" button?

koopie66 commented 5 years ago

I did some additional testing: It happens in thet following case step 1:load a STL file step 2: change something (ie rotate) step 3: do an export to GCODE -> result an empty GCODE file If the file is saved first then the GCODE file is correctly saved

nallath commented 5 years ago

What version of Cura did you use? On what operating system did you try this? With what settings did you try it?

I've just tried to slice an STL and save it to g-code and it works fine, so there must be something that is different.

koopie66 commented 5 years ago

Cura version 4.2.1 OS: Windows 10 version 1903 Processor: Intel i7-2600CPU 12GB Ram Cura settings: default from installation Printer: ANET A6 with default settings

nallath commented 5 years ago

Could you share the STL as well, because i'm also able to just slice an object on an Anet A6

koopie66 commented 5 years ago

360mm_15_R_Bridge_for_Marklin_24130.zip

his is the stl file

fieldOfView commented 5 years ago

step 1:load a STL file step 2: change something (ie rotate) step 3: do an export to GCODE

Between 2 and 3, do you "Slice"? The default in Cura is not to slice automatically. You can turn automatic slicing on in the general preferences.

no-response[bot] commented 4 years ago

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

jimarcher commented 4 years ago

I'm having the same issue, and have not found a workaround. I'm using Cura 4.7.1 on my MacOS Catalina 10.15.5. I load an STL file, rotate it on the build plate, select the profile and click "slice." I can then preview the slice niely and I click "save to file." A dialog opens and I select the path and filename and a file is created. But the file size is zero bytes. Opening the file in Atom confirms that the file is empty.

I'm using a FlashForge Creator Pro with this profile:

https://www.thingiverse.com/thing:3569113

Ghostkeeper commented 4 years ago

Are you saving to an X3G file? There is an issue with your symptoms in the X3GWriter: https://github.com/Ghostkeeper/X3GWriter/issues/30