Height Map Padding
-
No change after changing the web page scaling.
My native resolution is 3440x1440, but I tried setting to 1920x1080 and the padding is still there.
I cleared any cookies and local storage for the DWC page. no change.
-
-
By changing this character to a 0, it collapses the text. This seems to show that the text is just trying to fill an over-sized pane:
-
Okay, I think I figured out what is going on:
- The statistics pane wants to scale vertically to match the height of the tallest pane
- The middle heightmap pane is set to a fixed aspect ratio, so when the window is in a very wide aspect ratio, the middle pane gets very tall and forces the statistics pane too tall
- The left pane which lists your saved height maps also auto scales height taller when the list gets long, so it can also force the statistics pane to be too tall
Screen recording that shows the issue dynamically:
2022-08-04-11-07-59.mp4I'm not sure what the cleanest solution is here. Maybe DWC could lookup the current monitor aspect ratio to decide which aspect ratio the height map pane should be.
It would also be nice if the height map list pane was scrollable itself, instead of autosizing and forcing the other panes to be too tall to fit.
-
@ccs86
if so then it's a case for @chrishamm who programmed the DWC, if I'm not mistaken. -
@norder it's an issue for @Sindarius as I mentioned previously as he programmed the height map plugin
-
@jay_s_uk I rewrote the 3D component of the heightmap plugin which replaced ThreeJS to BabylonJS which is used for the G-Code Viewer. It does come down to adjusting how the controls layout and resize in code.
-
@sindarius said in Height Map Padding:
@jay_s_uk I rewrote the 3D component of the heightmap plugin which replaced ThreeJS to BabylonJS which is used for the G-Code Viewer. It does come down to adjusting how the controls layout and resize in code.
Is that something you are able to change, or is it in the DWC code?
-
@ccs86 It has to be changed in the plugin which is bundled with DWC.
-
@sindarius said in Height Map Padding:
@ccs86 It has to be changed in the plugin which is bundled with DWC.
Is it something user editable, like a config file?
If not, would you be willing to push an update?
-
@ccs86 Not user editable unless you download DWC and make the modifications yourself and make your own build of DWC. It's something I can look at but it won't be today.
-
@sindarius said in Height Map Padding:
@ccs86 Not user editable unless you download DWC and make the modifications yourself and make your own build of DWC. It's something I can look at but it won't be today.
Just checking to see if the change made it into the new DWC release.
-
@ccs86 I have not had time to make any changes to the heightmap at this point.
-
@sindarius said in Height Map Padding:
@ccs86 I have not had time to make any changes to the heightmap at this point.
Just checking in.
-
@Sindarius said in Height Map Padding:
@ccs86 I have not had time to make any changes to the heightmap at this point.
Do you think you might have time for this soon?
-
@CCS86 I made some changes to the control that will likely be in 3.5
-
@Sindarius said in Height Map Padding:
@CCS86 I made some changes to the control that will likely be in 3.5
Thank you!
-
@Sindarius said in Height Map Padding:
@CCS86 I made some changes to the control that will likely be in 3.5
Did this change make it into 3.5 beta 1?
-
-