-
Notifications
You must be signed in to change notification settings - Fork 41
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
guide covers work fields #89
Comments
Yeah, this was reported to me as well via Cura's issue list. It's a bit of a weird problem since the root cause is really that Cura doesn't deal well with setting descriptions as long as this one. The Settings Guide doesn't actually change the GUI there, it just changes the setting description. Cura itself shows the description in a tooltip when hovering the start and end g-code. I could make it not override the setting description for the start and end g-code, perhaps. But that'll also make it not show the guide in the settings list for those settings. As a workaround for now, you can click on the text box, then move the mouse cursor away from the window. That makes the tooltip go away, so you can see what you type. |
Found this issue when trying to update my printer's Start G-Code. I uninstalled SettingsGuide while making my changes, reinstalling the SettingsGuide after. |
Bumped into this issue as well. @Ghostkeeper a same sort of issue exists on the infill pattern (and maybe with other 'long' fields) Perhaps it is an option to 'not show long guides', so you always see the guides popup, except when they are huge. |
Oops, sorry for the dupe ^^ It's a tough one; I love how easily you can get the info that you need without an action. How about a dedicated slide out window pane? Maybe entering and exiting from the top or bottom where there is usually more free space. Or even the far left edge, that way the layout of the content wouldn't need to be altered. By having its own dedicated area, we as users will know exactly where it will be and can keep movable windows away. Love this plugin though, it is amazing. |
This one drives me nuts as well. It's nearly impossible to select a single line of GCODE in the editor to cut and move somewhere else. To get around this problem until a better solution is found, I went into the ./SettingsGuide2/resources/articles/machine_settings folder of the plugin (in ...AppData\Roaming\cura\5.2\plugins) and cleared out the machine_start_gcode.md and machine_end_gcode.md files. Now nothing covers those editors in the machine settings. |
when trying to edit g-code in machine settings, the guide pops up and covers the g-code field preventing from sort of editing.
The text was updated successfully, but these errors were encountered: