-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Please support the T? G-code #888
Comments
Hi, could you please provide a simple example gcode file using command "T?" so we can play around with it? Thanks |
Sure. Here is an example, generated with the Slic3r Prusa Edition for the "Original Prusa i3 MK2 MM Single Mode" Printer profile. Thanks for your attention. |
Hey, this was a two line change, I implemented it in both master and the 2.x (py3/wxp4) branch. @bubnikv, can you verify this works for you? |
@kliment I tested it on our multi-printer printer and everything went well. Thanks for your implementation. |
Awesome. If you're in a position to do so, testing of the 2.x branch would be greatly appreciated (not just for this issue, but also in general). I'm closing this issue as resolved. |
@kliment Thanks, we will do a through testing before putting the current
version into our drivers package.
…On Tue, Mar 20, 2018 at 12:10 PM, kliment ***@***.***> wrote:
Closed #888 <#888>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#888 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AFj5I_V8GkRX7pA0Qy0DOz-45g_bCCc4ks5tgOOdgaJpZM4SDkzv>
.
|
@klimenti Would it be possible to provide a compiled last version of pronterface for win? Thanks |
Only after the 2.0 release is done. I need to redo the windows build/packaging process. |
OK, Thank you |
I made the slic3r integration in printrun detect and handle slic3rPE config files (for whatever reason they're in a separate location from normal slic3r configs, and I was testing how slic3r integration deals with missing config files, and noticed this). I have a binary build setup now for Windows and OSX, so I'll probably have something for you to test within the next couple weeks. |
So do you have any build for windows and OSX that you could send me? |
Oh, sorry, I did not find it. Thank you |
I tested prints on win Pronterface build on MK2, MK3, MK2MM and MK2MM Single mode and all are ok. Error with command T in MM Single mode gcode did not reappear. |
Do you have any estimate of when you release final version? If you want, I can help with testing because I'm going to test Pronterface for us anyway. |
I suppose when no new bug will be opened for a ~week. Also #913 is open. |
|
Well here the traffic isn't that high. I suppose when no new regressions are reported was what I intended to say. |
Hello.
Our Prusa i3 MK2 Multi-Material firmware based on the Marlin firmware understands a new G-code: T? instructs the firmware to ask user to select the spool to print from. We have an error report, that pronterface does not understand the T? G-code and it refuses to print.
prusa3d/PrusaSlicer#680
Would you please add a support for the new T? G-code?
Thank you.
The text was updated successfully, but these errors were encountered: