-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Add support for textured cool plate #6860
Conversation
def = this->add("textured_cool_plate_temp", coInts); | ||
def->label = L("Other layers"); | ||
def->tooltip = L("Bed temperature for layers except the initial one. " | ||
"Value 0 means the filament does not support to print on the Textured Cool Plate"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SoftFever Just copy the tooltip from the other plates because "the filament does not support to print on the Textured Cool Plate" is pretty bad English, maybe have a native speaker review PRs where English is added to the UI.
I don’t think that’s quite right, the behavior follows a pattern and what plate you end up with depends on the plate saved in the project. Regardless of the bed type selected when a project is opened, the bed type changes to the one prior to the bed saved in the project. For example, if you open a project using “smooth PEI” bed type, “engineering” will always be selected. Also, if you repeatedly hit the “New Project” button you’ll see the “bed type” dropdown step backwards through the list. |
haha, it decreases bed type idx by one every time. |
Awesome 🎉🙏🏻🥳 |
Nice feature, I use multiple plates on my Vorons to quickly set z offset, would be nice to rename (or give nickname) or add more plates |
+1 i have varius special plates. |
Where should you specify the Z-offset per plate? |
Ideally in your printer's start gcode. https://github.com/SoftFever/OrcaSlicer/wiki/bed-types here is how i used my plates on my V0
|
Thank you, also for the reference to the Wiki.
Op vr 1 nov 2024 18:02 schreef clstr ***@***.***>:
… This allows users to adjust z offset for textured plates.
Where should you specify the Z-offset per plate?
Ideally in your printer's start gcode.
https://github.com/SoftFever/OrcaSlicer/wiki/bed-types
—
Reply to this email directly, view it on GitHub
<#6860 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGKQRT6CTW5UR22IQMSOHD3Z6OX2JAVCNFSM6AAAAABOTYOTFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJSGIZTGMJVG4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
So the new plate would be "Textured Cool Plate"? |
Yes, |
Description
Support textured cool plates like BigTree's CryoGrip Textured Coating Steel Sheet.
This allows users to adjust z offset for textured plates.