Tab.cpp Machine + Material: Linking Wiki update (#11548)

* Fix tooltip + URL

* Full Material wiki redirection maping

* Machine wiki + append_option_line wiki linking

* Machine wiki 2

* Update README with improved wiki links and clarity

* Bring back Print statistics options

* Move num_extruders config to OtherSlicingStatesConfigDef

The num_extruders configuration option was relocated from OtherPresetsConfigDef to OtherSlicingStatesConfigDef for better organization and relevance. This change ensures that the number of extruders is defined in the context of slicing states rather than presets.

* Unifi adaptative bed mesh
This commit is contained in:
Ian Bassi
2025-12-09 12:57:03 -03:00
committed by GitHub
parent bb537f97f2
commit 25bc45c8f5
5 changed files with 185 additions and 176 deletions

View File

@@ -931,7 +931,7 @@ wxCoord OG_CustomCtrl::CtrlLine::draw_text(wxDC &dc, wxPoint pos, const wxString
} else {
pos.y = pos.y + lround((height - size.y) / 2);
}
if (width > 0)
if (width > 0 && is_main)
rect_label = wxRect(pos, wxSize(size.x, size.y));
wxColour old_clr = dc.GetTextForeground();