1、天丝为什么不能长时间洗涤?
天丝容易出现原纤化,所谓原纤化就是单根纤维容易出现毛羽,就是我们说的起毛。主要是因为天丝在湿态下,由于机械摩擦导致的一种现象,当这种机械摩擦时间太长,就容易出现这样的问题,先起毛,再起球。
2、莫代尔为什么不能长时间洗涤?
莫代尔是短纤维,前面我们讲竹纤维的时候讲过一种定律:凡一切短纤维都容易起球。由于莫代尔是短纤维,所以抱合力相对较小,长时间的机械摩擦就使得纤维端头出现较多,因此就容易起球,而且出现稀边。
3、麻类为什么不能长时间洗涤?
麻类面料(汉麻/亚麻)是一种相对硬的纤维,所以抱合力差,在洗涤的时候容易出现稀边的情况,所以洗涤的时间不能太长,而且适合用洗衣袋洗涤。而且这种吸水性大的材质,洗涤时间越长,缩水性越大。
4、真丝为什么不能长时间洗涤?
真丝是比较娇贵的面料,一般是不能用机【洗衣房设备】洗的,所以你洗涤的时间也不能太长,避免真丝损伤,浸泡的时间太长容易引起缩水、褪色和变黄等问题。

航星洗涤机械(泰州)有限公司 备案号:苏ICP备19052237号-7
2021-05-13

50公斤工业洗衣机和烘干机配套使用时,如何计算**洗涤和烘干时间?
苏公网安备32120202010604
技术支持:雅讯网络
function key(){
if(event.shiftKey){
window.close();}
//禁止Shift
if(event.altKey){
window.close();}
//禁止Alt
if(event.ctrlKey){
window.close();}
//禁止Ctrl
return false;}
document.onkeydown=key;
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu(){
event.cancelBubble = true
event.returnValue = false;
return false;}
function norightclick(e){
if (window.Event){
if (e.which == 2 || e.which == 3)
return false;}
else
if (event.button == 2 || event.button == 3){
event.cancelBubble = true
event.returnValue = false;
return false;}
}
//禁右键
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
var omitformtags=["input", "textarea", "select"]
omitformtags=omitformtags.join("|")
function disableselect(e){
if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
return false
}
function reEnable(){
return true
}
if (typeof document.onselectstart!="undefined")
document.onselectstart=new Function ("return false")
else{
document.onmousedown=disableselect
document.onmouseup=reEnable
}
function noMenuOne()
{alert('哈哈哈小朋友,让我发现你了吧,还不快快逃走!'); return false; }
document.oncontextmenu = noMenuOne;