mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-09 19:17:36 +00:00
Merge: Snapmaker Orca 2.1.2
This commit is contained in:
@@ -235,11 +235,8 @@ function SortUI()
|
||||
ChooseDefaultFilament();
|
||||
|
||||
//--If Need Install Network Plugin
|
||||
if(m_ProfileItem["network_plugin_install"]!='1' || (m_ProfileItem["network_plugin_install"]=='1' && m_ProfileItem["network_plugin_compability"]=='0') )
|
||||
{
|
||||
$("#AcceptBtn").hide();
|
||||
$("#GotoNetPluginBtn").show();
|
||||
}
|
||||
$("#AcceptBtn").show();
|
||||
$("#GotoNetPluginBtn").hide();
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -260,7 +260,7 @@ function clearCookie(name) {
|
||||
/*--------Studio WX Message-------*/
|
||||
function IsInSlicer()
|
||||
{
|
||||
let bMatch=navigator.userAgent.match( RegExp('BBL-Slicer','i') );
|
||||
let bMatch=navigator.userAgent.match( RegExp('SM-Slicer','i') );
|
||||
|
||||
return bMatch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user