-
Notifications
You must be signed in to change notification settings - Fork 16
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
First layer with almost no extrusion, second layer is normal with X3GWriter #45
Comments
The ZYYX Agile printer uses the Makerbot g-code flavour, so X3GWriter adds
The temp files are generated by X3GWriter as temporary storage locations for the g-code and the X3G file until writing is complete. What command have you been using, when you used the GPX converter yourself manually? If you remove the This is the config file I'm getting for the default XYYZ Agile printer profile, after removing that line:
|
Dear Ghostkeeper, Thank you very much for your answer.
First I sliced my .stl file, and then I exported the Gcode (using cura).
Could it be possible to have more details about where to find or how to save this .ini config file ? Indeed this could be very helpful to debug my .def.json config file.
I think the packing density is set to 1 in your script when the line Maybe I'm wrong from the beginning; my printer has a clone motherboard of a Makerbot (mightyboard) with an ATMEGA 1280 microprocessor. My understanding is the .X3G binary file is a sort of instructions in machine language for the stepper motors and extruders, and my assumption was that the steps per mm could be changed in cura, so when the gcode instructions are converted to .X3G the conversion is performed using the correct steps per mm that were set in cura (.def.json config file). Best regards, Juan090988 |
Note that no config file is created if you have the
It's my understanding that they need to match in the printer firmware with whatever you fill in with Cura though. I must say that I'm not sure what the X3G file format even contains. Perhaps it only needs the steps per mm in order to round properly and get correct timings? |
Dear Ghostkeeper, thanks for your answer, In deed, a have verified that the correct parameters are generated using my def.json config file :
The X an Y dimensions of the printing are now OK, but still i got the extruded material which becomes very irregular when using my config file... any more thoughts? |
Then something must be up with the MBot has a Marlin repository with some modifications on their Github page, but it doesn't look like they adjusted the config file. It would be a little weird anyway since Marlin can just read g-code and wouldn't need X3G. That Is it producing the wrong temperatures maybe? |
Dear Ghostkeeper,
I have an Mbot Cube dual, and I'm trying to create the .def.json configuration file for this printer. I took the "ZYYX Agile.def.json" configuration file as basis and did a few modifications (I have already removed "machine_x3g_variant": "z" line). Now the X Y Z dimensions seems to work fine but there is still one problem. I'm using the X3GWriter 1.1.12 version and when I print something, the first layer has almost no extruded material, while for the the second everything is OK.
I have checked this is not a hardware issue by using the "ZYYX Agile.def.json" as config file. When i do this everything works fine except the X Y steps per mm, which are not calibrated for my printer and therefore my printing are 5% smaller.
I have also checked that the data needed for the "X3GWriter.py" is in my .def.json file.
I set the default values for all cura parameters in order to verify this was not the issue.
I have also compared the gcodes generated using both for both "ZYYX Agile.def.json" and my config file versions and everything seems coherent.
I'm forgetting something? Do you have any suggestion? I can share with you my .def.json configuration file in case you want to look at it.
EDIT: I have converted my gcode using GPX converter and everything works fine, maybe there are some parameters that are not send/ transmitted with X3GWriter?
Best regards,
Juan090988
The text was updated successfully, but these errors were encountered: