-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
All tools are heated at start regardless of how many are used. #7532
Comments
It is automatically added only if G10 commands are not specified in your custom start g-code. You can add for example: |
Thank you! |
We recently switched from M104 to G10 for RepRap firmware, should we now switch to M568? |
No no no no! RepRap version 2.05 does not support the new m568. Many users still use RRF 2 because Rrf3 is basically still beta -- "stable" release aside. I prefer 2.05.1 (last release of rrf2) The documentation for rrf says that new versions of rrf will support g10 for quite a while. It would be awkward to allow the user to choose which gcode they want to use... so I don't know how to handle this. I don't know why rrf made that change. I'm not a user of the new 3.0 firmware because I prefer the "long term stability" of 2.05.1 This is a long way of saying please don't change anything right now. There is time to make this decision. |
@bubnikv as a stop gap, until |
And while |
Yes this is true. I think it is the case, but we should confirm, that M104 is properly detected by PS when in RRF flavor. All versions of RRF understand M104. While most bleeding-edge users have moved to RRF3+, I think many OEMs prefer to deploy RRF2 for the time being. Also, the M568 command used to have a different meaning in older versions of RRF, so it is problematic to emit without knowing the version number. G10 is safe to emit to all versions. |
It does - here's a snippet from GCODE I just sliced with rc2
|
Can you please check this in 2.6.0-alpha2 and provide some feedback? Thanks. |
Version
PrusaSlicer 2.4.0-rc2+win64
Operating system type + version
Windows 10
3D printer brand / version + firmware version (if known)
Custom Toolchanger, RRF 3.4 beta 7
Behavior
When slicing for RepRap firmware a print where 2 tools are used, all 3 tools are heated up between the custom Start G-code and the custom Tool change G-code:
Project File (.3MF) where problem occurs
Christmas_Tree_Window.zip
The text was updated successfully, but these errors were encountered: