Open yvaha opened 2 years ago
Hi @yvaha thanks for the feedback!
Just so I understand the issue with the homming after print completes: you sliced the print with the printer settings into Octoprint or using Cura plugin?
When I print using USB flash drive, slicing with Cura on my PC, the end g-code takes care of the proper homing for both the print bed and the tool head.
Since I am interested into setting up octo print so I can record my print timelapses, I would love to support whenever method you got to have Octoprint working.
Hi @yvaha thanks for the feedback!
Just so I understand the issue with the homming after print completes: you sliced the print with the printer settings into Octoprint or using Cura plugin?
When I print using USB flash drive, slicing with Cura on my PC, the end g-code takes care of the proper homing for both the print bed and the tool head.
Since I am interested into setting up octo print so I can record my print timelapses, I would love to support whenever method you got to have Octoprint working.
Hi
I'm using Ultimaker Cura on raspberry pi with the plugin. Meantime, I did a little bit of research. The generated code contains a "G28 X Y" code which only homes the print head. Without the "X Y" the printer can also home the platform. It would be nice to have an option to choose between the two possibilities.
Sorry for the late reply. The code is provided from the printer definition. From Cura, after you use the plugin, you can change your printer end gcode to meet your needs until we fix the plugin.
Anyway, based on your research, I'll test the G28 without X Y and if that works, I'll update the plugin on Marketplace with that change. Already added printers will not be affected, but removing and adding the printer in Cura again should do the trick.
@ronoaldo not sure how to pull my request to here? i have merged latest changes in my main.
@ronoaldo not sure how to pull my request to here? i have merged latest changes in my main.
Hi @eskeyaar - from your repository you should see at the home page a mention that "your fork is XX commits ahead, YY commit behind ...". This info should have links for you to be able to submit a PR.
Hope that helps!
Great work: Extension makes it possible to print using Cura on Raspberry Pi 4.
Only remark: after printing the printhead is brought to the home position and platform does not go back to home position.
For protection of the print nozzle, the platform should first go back to the home position. After that print head can go back to home position.