latest :)

This commit is contained in:
babayaga 2025-12-26 13:23:19 +01:00
parent e66fb86111
commit 73aceac9eb
18 changed files with 2426 additions and 2426 deletions

View File

@ -1,257 +1,257 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -306,8 +306,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<p>en</p> <p>en</p>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1173,8 +1173,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1281,7 +1281,7 @@
<td><a href="https://git.polymech.io/">Github</a></td> <td><a href="https://git.polymech.io/">Github</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Files</a></td> <td><a href="https://files.polymech.info/files/">Files</a></td>
<td><a href="mailto:sales@plastic-hub.com">EMail</a></td> <td><a href="mailto:sales@plastic-hub.com">EMail</a></td>
</tr> </tr>
<tr> <tr>
@ -1304,4 +1304,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -41,13 +41,13 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "0034691952287", "PHONE": "0034691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html",
"TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg" "TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg"
} }

View File

@ -1,258 +1,258 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -350,8 +350,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1073,8 +1073,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1173,7 +1173,7 @@
</style> </style>
<table class="link_table"> <table class="link_table">
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Archivos</a></td> <td><a href="https://files.polymech.info/files/">Archivos</a></td>
<td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td> <td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td>
</tr> </tr>
<tr> <tr>
@ -1196,4 +1196,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -41,14 +41,14 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "+34691952287", "PHONE": "+34691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"SHOP": "https://shop.osr-plastic.org/", "SHOP": "https://shop.osr-plastic.org/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html",
"TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg" "TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg"
} }

File diff suppressed because one or more lines are too long

View File

@ -41,14 +41,14 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "+34691952287", "PHONE": "+34691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"SHOP": "https://shop.osr-plastic.org/", "SHOP": "https://shop.osr-plastic.org/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html",
"TRACKING_IMAGE": "https://osr-plastic.org/yourls/mail2024carpenters" "TRACKING_IMAGE": "https://osr-plastic.org/yourls/mail2024carpenters"
} }

File diff suppressed because one or more lines are too long

View File

@ -41,14 +41,14 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "+34691952287", "PHONE": "+34691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"SHOP": "https://shop.osr-plastic.org/", "SHOP": "https://shop.osr-plastic.org/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html",
"TRACKING_IMAGE": "https://osr-plastic.org/yourls/m2024carpenterssouth" "TRACKING_IMAGE": "https://osr-plastic.org/yourls/m2024carpenterssouth"
} }

File diff suppressed because one or more lines are too long

View File

@ -38,13 +38,13 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "0034691952287", "PHONE": "0034691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/mail/mail_2024_09_en.html",
"TRACKING_IMAGE": "https://osr-plastic.org/yourls/mail2024customers" "TRACKING_IMAGE": "https://osr-plastic.org/yourls/mail2024customers"
} }

View File

@ -1,259 +1,259 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1097,12 +1097,12 @@
</div> </div>
<h4 id="resources">Resources</h4> <h4 id="resources">Resources</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li> <li><a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2</a> | <a href="https://files.polymech.io/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li> <li><a href="https://files.polymech.info/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2</a> | <a href="https://files.polymech.info/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/">Source: Injection Components</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/">Source: Injection Components</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li>
<li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li> <li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li>
<li><a href="https://files.polymech.io/files/machines/moulds">Source: Injection & Extruder Moulds</a></li> <li><a href="https://files.polymech.info/files/machines/moulds">Source: Injection & Extruder Moulds</a></li>
</ul></p> </ul></p>
</td> </td>
</tr> </tr>
@ -1432,8 +1432,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1532,7 +1532,7 @@
</style> </style>
<table class="link_table"> <table class="link_table">
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Files</a></td> <td><a href="https://files.polymech.info/files/">Files</a></td>
<td><a href="mailto:sales@plastic-hub.com">EMail</a></td> <td><a href="mailto:sales@plastic-hub.com">EMail</a></td>
</tr> </tr>
<tr> <tr>
@ -1555,4 +1555,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -1,259 +1,259 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1097,12 +1097,12 @@
</div> </div>
<h4 id="recursos">Recursos</h4> <h4 id="recursos">Recursos</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/">Fuente: Katbot</a> | <a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li> <li><a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/">Fuente: Katbot</a> | <a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/elena-zmax-rc1/">Fuente: Elena-RC2</a> | <a href="https://files.polymech.io/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li> <li><a href="https://files.polymech.info/files/machines/injection/elena-zmax-rc1/">Fuente: Elena-RC2</a> | <a href="https://files.polymech.info/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/">Fuente: Componentes de Inyección</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/">Fuente: Componentes de Inyección</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Fuente: Toggle Clamp</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Fuente: Toggle Clamp</a></li>
<li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Foro: Diseños de Máquinas de Inyección</a></li> <li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Foro: Diseños de Máquinas de Inyección</a></li>
<li><a href="https://files.polymech.io/files/machines/moulds">Fuente: Moldes de Inyección y Extrusión</a></li> <li><a href="https://files.polymech.info/files/machines/moulds">Fuente: Moldes de Inyección y Extrusión</a></li>
</ul></p> </ul></p>
</td> </td>
</tr> </tr>
@ -1432,8 +1432,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1532,7 +1532,7 @@
</style> </style>
<table class="link_table"> <table class="link_table">
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Archivos</a></td> <td><a href="https://files.polymech.info/files/">Archivos</a></td>
<td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td> <td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td>
</tr> </tr>
<tr> <tr>
@ -1555,4 +1555,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -46,14 +46,14 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "+34691952287", "PHONE": "+34691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"SHOP": "https://shop.osr-plastic.org/", "SHOP": "https://shop.osr-plastic.org/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/newsletter/mail/mail_2024_09_public_es.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/newsletter/mail/mail_2024_09_public_es.html",
"TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg" "TRACKING_IMAGE": "https://assets.osr-plastic.org/assets/newsletter/common/products/extruders/extruders-intro-mail.jpg"
} }

View File

@ -1,259 +1,259 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1097,12 +1097,12 @@
</div> </div>
<h4 id="resources">Resources</h4> <h4 id="resources">Resources</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li> <li><a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2</a> | <a href="https://files.polymech.io/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li> <li><a href="https://files.polymech.info/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2</a> | <a href="https://files.polymech.info/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/">Source: Injection Components</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/">Source: Injection Components</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li>
<li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li> <li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li>
<li><a href="https://files.polymech.io/files/machines/moulds">Source: Injection & Extruder Moulds</a></li> <li><a href="https://files.polymech.info/files/machines/moulds">Source: Injection & Extruder Moulds</a></li>
</ul></p> </ul></p>
</td> </td>
</tr> </tr>
@ -1432,8 +1432,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1532,7 +1532,7 @@
</style> </style>
<table class="link_table"> <table class="link_table">
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Files</a></td> <td><a href="https://files.polymech.info/files/">Files</a></td>
<td><a href="mailto:sales@plastic-hub.com">EMail</a></td> <td><a href="mailto:sales@plastic-hub.com">EMail</a></td>
</tr> </tr>
<tr> <tr>
@ -1555,4 +1555,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -1,259 +1,259 @@
<hr /> <hr />
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -351,8 +351,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" border="0" cellspacing="0" bgcolor="#bfbfbf"
id="ko_singleArticleBlock_1" style="background-color: #bfbfbf"> id="ko_singleArticleBlock_1" style="background-color: #bfbfbf">
@ -1097,12 +1097,12 @@
</div> </div>
<h4 id="recursos">Recursos</h4> <h4 id="recursos">Recursos</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/">Fuente: Katbot</a> | <a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li> <li><a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/">Fuente: Katbot</a> | <a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/elena-zmax-rc1/">Fuente: Elena-RC2</a> | <a href="https://files.polymech.io/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li> <li><a href="https://files.polymech.info/files/machines/injection/elena-zmax-rc1/">Fuente: Elena-RC2</a> | <a href="https://files.polymech.info/files/machines/injection/elena-zmax-motor-mod3/media/tests/VID_20231009_174355.mp4">Video: Elena-ZMAX-Motor (600g)</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/">Fuente: Componentes de Inyección</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/">Fuente: Componentes de Inyección</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Fuente: Toggle Clamp</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Fuente: Toggle Clamp</a></li>
<li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Foro: Diseños de Máquinas de Inyección</a></li> <li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Foro: Diseños de Máquinas de Inyección</a></li>
<li><a href="https://files.polymech.io/files/machines/moulds">Fuente: Moldes de Inyección y Extrusión</a></li> <li><a href="https://files.polymech.info/files/machines/moulds">Fuente: Moldes de Inyección y Extrusión</a></li>
</ul></p> </ul></p>
</td> </td>
</tr> </tr>
@ -1432,8 +1432,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1532,7 +1532,7 @@
</style> </style>
<table class="link_table"> <table class="link_table">
<tr> <tr>
<td><a href="https://files.polymech.io/files/">Archivos</a></td> <td><a href="https://files.polymech.info/files/">Archivos</a></td>
<td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td> <td><a href="mailto:sales@plastic-hub.com">Correo electrónico</a></td>
</tr> </tr>
<tr> <tr>
@ -1555,4 +1555,4 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -51,14 +51,14 @@
"_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "_OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "OSR_MACHINES_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/", "PRODUCTS_ASSETS_URL": "https://assets.osr-plastic.org/machines/",
"OSR_FILES_WEB": "https://files.polymech.io/files/machines", "OSR_FILES_WEB": "https://files.polymech.info/files/machines",
"PRODUCTS_FILES_URL": "https://files.polymech.io/files/machines/", "PRODUCTS_FILES_URL": "https://files.polymech.info/files/machines/",
"DISCORD": "https://discord.gg/Yrgp9svQKw", "DISCORD": "https://discord.gg/Yrgp9svQKw",
"EMAIL": "sales@plastic-hub.com", "EMAIL": "sales@plastic-hub.com",
"PHONE": "+34691952287", "PHONE": "+34691952287",
"GITHUB": "https://git.polymech.io/", "GITHUB": "https://git.polymech.io/",
"SHOP": "https://shop.osr-plastic.org/", "SHOP": "https://shop.osr-plastic.org/",
"FILES": "https://files.polymech.io/files/", "FILES": "https://files.polymech.info/files/",
"VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/newsletter/mail/mail_2024_09_public_es.html", "VIEW_IN_BROWSER": "https://assets.osr-plastic.org/machines/assets/newsletter/mail/mail_2024_09_public_es.html",
"TRACKING_IMAGE": "https://osr-plastic.org/yourls/m2024carpenterssouth" "TRACKING_IMAGE": "https://osr-plastic.org/yourls/m2024carpenterssouth"
} }

View File

@ -1,382 +1,382 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:o="urn:schemas-microsoft-com:office:office" lang="en" dir="ltr" xmlns:o="urn:schemas-microsoft-com:office:office" lang="en" dir="ltr"
class> class>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0"> <meta name="viewport" content="initial-scale=1.0">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<title></title> <title></title>
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #fffef6! important; background-color: #fffef6! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fff8f8! important; background-color: #fff8f8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table { .widget-table table {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
width: 100% width: 100%
} }
.widget-table table tr { .widget-table table tr {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
} }
.widget-table table tbody td { .widget-table table tbody td {
border: 1px solid #dfdfdf !important; border: 1px solid #dfdfdf !important;
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
border: 1px solid #dfdfdf !important; border: 1px solid #dfdfdf !important;
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
</head> </head>
<!--[if !(gte mso 15)]--> <!--[if !(gte mso 15)]-->
<body bgcolor="#3f3f3f" text="#919191" alink="#cccccc" vlink="#cccccc" <body bgcolor="#3f3f3f" text="#919191" alink="#cccccc" vlink="#cccccc"
style="margin: 0; padding: 0; background-color: #1f1f1f; color: #919191;"><!--<![endif]--> style="margin: 0; padding: 0; background-color: #1f1f1f; color: #919191;"><!--<![endif]-->
<center> <center>
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
bgcolor="#bfbfbf" id="ko_sideImageBlock_1" style="background-color: #bfbfbf"> bgcolor="#bfbfbf" id="ko_sideImageBlock_1" style="background-color: #bfbfbf">
<tbody> <tbody>
<tr> <tr>
<td class="vb-outer" align="center" valign="top" <td class="vb-outer" align="center" valign="top"
style="padding-left: 9px; padding-right: 9px; font-size: 0"> style="padding-left: 9px; padding-right: 9px; font-size: 0">
<!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><td align="center" valign="top"><![endif]--><!-- <!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><td align="center" valign="top"><![endif]--><!--
--> -->
<div style="margin: 0 auto; max-width: 570px; -mru-width: 0px"> <div style="margin: 0 auto; max-width: 570px; -mru-width: 0px">
<table role="presentation" class="vb-row" border="0" cellpadding="0" <table role="presentation" class="vb-row" border="0" cellpadding="0"
cellspacing="0" bgcolor="#ffffff" cellspacing="0" bgcolor="#ffffff"
width="570" width="570"
style="border-collapse: collapse; width: 100%; background-color: #ffffff; max-width: 570px; -mru-width: 0px"> style="border-collapse: collapse; width: 100%; background-color: #ffffff; max-width: 570px; -mru-width: 0px">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" style="font-size: 0"> <td align="center" valign="top" style="font-size: 0">
<table dir role="presentation" border="0" cellspacing="0" <table dir role="presentation" border="0" cellspacing="0"
cellpadding="0" width="100%"> cellpadding="0" width="100%">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" dir="ltr" <td align="center" valign="top" dir="ltr"
style="direction: ltr; border-collapse: collapse"> style="direction: ltr; border-collapse: collapse">
<div <div
style="width: 100%; max-width: 570px; -mru-width: 0px"> style="width: 100%; max-width: 570px; -mru-width: 0px">
<!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><![endif]--><!-- <!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><![endif]--><!--
--><!-- --><!--
--><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!-- --><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!--
--> -->
<div class="mobile-full" <div class="mobile-full"
style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!-- style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="0" cellpadding="0" width="285" cellspacing="0" cellpadding="0" width="285"
dir="ltr" align="left" dir="ltr" align="left"
style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)"> style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)">
<tbody> <tbody>
<tr> <tr>
<td width="100%" valign="top" align="center" <td width="100%" valign="top" align="center"
class="links-color"> class="links-color">
<!--[if (lte ie 8)]><div style="display: inline-block; width: 285px; -mru-width: 0px"><![endif]--><img <!--[if (lte ie 8)]><div style="display: inline-block; width: 285px; -mru-width: 0px"><![endif]--><img
border="0" hspace="0" border="0" hspace="0"
align="left" align="left"
vspace="0" width="285" vspace="0" width="285"
style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; width: 100%; max-width: 285px; height: auto;" style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; width: 100%; max-width: 285px; height: auto;"
class="imgSmall logo" class="imgSmall logo"
src="https://assets.osr-plastic.org//assets/plastichub-looka/logo/web/png/logo_white.png"><!--[if (lte ie 8)]></div><![endif]--> src="https://assets.osr-plastic.org//assets/plastichub-looka/logo/web/png/logo_white.png"><!--[if (lte ie 8)]></div><![endif]-->
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table><!-- </table><!--
--> -->
</div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!-- </div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!--
--><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!-- --><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!--
--> -->
<div class="mobile-full" <div class="mobile-full"
style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!-- style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="9" cellpadding="0" width="285" cellspacing="9" cellpadding="0" width="285"
dir="ltr" align="left" dir="ltr" align="left"
style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)"> style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" <td align="center" valign="top"
style="font-size: 0; padding: 0 9px; padding-top: 13px; padding-bottom: 13px"> style="font-size: 0; padding: 0 9px; padding-top: 13px; padding-bottom: 13px">
<div <div
style="vertical-align: top; width: 100%; max-width: 552px; -mru-width: 0px"><!-- style="vertical-align: top; width: 100%; max-width: 552px; -mru-width: 0px"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="9" cellpadding="0" cellspacing="9" cellpadding="0"
style="border-collapse: collapse; width: 100%" style="border-collapse: collapse; width: 100%"
width="552"> width="552">
<tbody> <tbody>
<tr> <tr>
<td width="100%" valign="top" <td width="100%" valign="top"
align="left" align="left"
style="font-weight: normal; color: #3f3f3f; font-size: 18px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left"> style="font-weight: normal; color: #3f3f3f; font-size: 18px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left">
<span <span
style="font-weight: normal">Newsletter</span></td> style="font-weight: normal">Newsletter</span></td>
</tr> </tr>
<tr> <tr>
<td class="long-text links-color" <td class="long-text links-color"
width="100%" valign="top" width="100%" valign="top"
align="left" align="left"
style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal"> style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal">
<p <p
style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;"> style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;">
<h4 id="headerbody">header body</h4></p> <h4 id="headerbody">header body</h4></p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table><!-- </table><!--
--> -->
</div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!-- </div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!--
--><!-- --><!--
--><!--[if (gte mso 9)|(lte ie 8)]></tr></table><![endif]--> --><!--[if (gte mso 9)|(lte ie 8)]></tr></table><![endif]-->
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div><!-- </div><!--
--><!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--> --><!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]-->
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -428,8 +428,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_imageBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_imageBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1204,7 +1204,7 @@
style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 13px; font-family: Helvetica, sans-serif; width: 100%; max-width: 320px; height: auto;" style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 13px; font-family: Helvetica, sans-serif; width: 100%; max-width: 320px; height: auto;"
src="https://assets.osr-plastic.org//assets/newsletter/common/products/sheetpresses/edc-450-mould-45.jpg"> src="https://assets.osr-plastic.org//assets/newsletter/common/products/sheetpresses/edc-450-mould-45.jpg">
</a></p> </a></p>
<p><a href="https://assets.osr-plastic.org//sheetpress/components/900_Moulds/450-15mm/Mould-450-15.html">3D Preview</a> | <a href="https://files.polymech.io/files/machines/sheetpress/components/900_Moulds/450-15mm/">Download</a></p> <p><a href="https://assets.osr-plastic.org//sheetpress/components/900_Moulds/450-15mm/Mould-450-15.html">3D Preview</a> | <a href="https://files.polymech.info/files/machines/sheetpress/components/900_Moulds/450-15mm/">Download</a></p>
<hr /> <hr />
<h4 id="comingupnext">Coming up next</h4> <h4 id="comingupnext">Coming up next</h4>
<ul> <ul>
@ -1832,12 +1832,12 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Upcoming projects/Announcements --> <!-- Upcoming projects/Announcements -->
<!-- Closing Remarks --> <!-- Closing Remarks -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1933,8 +1933,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</center><!--[if !(gte mso 15)]--> </center><!--[if !(gte mso 15)]-->
</body><!--<![endif]--> </body><!--<![endif]-->
</html> </html>

View File

@ -1,395 +1,395 @@
<!DOCTYPE html> <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:o="urn:schemas-microsoft-com:office:office" lang="en" dir="ltr" xmlns:o="urn:schemas-microsoft-com:office:office" lang="en" dir="ltr"
class> class>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="initial-scale=1.0"> <meta name="viewport" content="initial-scale=1.0">
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<title></title> <title></title>
<style type="text/css"> <style type="text/css">
u li { u li {
list-style-type: disc; list-style-type: disc;
padding: 3px; padding: 3px;
} }
li { li {
padding: 3px; padding: 3px;
padding-top: 3px; padding-top: 3px;
text-align: left; text-align: left;
} }
a { a {
color: #3f3f3f !important; color: #3f3f3f !important;
text-decoration-color: #007fa970 !important; text-decoration-color: #007fa970 !important;
text-decoration: underline; text-decoration: underline;
} }
a:hover, a:hover,
a:focus { a:focus {
text-decoration: none; text-decoration: none;
color: inherit; color: inherit;
} }
.bgExtruders { .bgExtruders {
background-color: #f7f6f1! important; background-color: #f7f6f1! important;
} }
.bgInjectors { .bgInjectors {
background-color: #fffdfd! important; background-color: #fffdfd! important;
} }
.bgSheetpress { .bgSheetpress {
background-color: #f6fcf8! important; background-color: #f6fcf8! important;
} }
.hrClass{ .hrClass{
background-color: #dbdbdb !important; background-color: #dbdbdb !important;
} }
HR { HR {
color: #dbdbdb; color: #dbdbdb;
border-top: 1px solid rgb(211, 112, 0); border-top: 1px solid rgb(211, 112, 0);
} }
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
img { img {
border: 0px; border: 0px;
display: block; display: block;
} }
.imgSmall { .imgSmall {
width: 150px !important; width: 150px !important;
} }
.imgThumb { .imgThumb {
margin: 8px !important; margin: 8px !important;
} }
.logo { .logo {
margin-top: 12px !important; margin-top: 12px !important;
margin-left: 12px !important; margin-left: 12px !important;
float: left; float: left;
} }
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
.long-text p { .long-text p {
margin: 1em 0px; margin: 1em 0px;
} }
.long-text p:last-child { .long-text p:last-child {
margin-bottom: 0px; margin-bottom: 0px;
} }
.long-text p:first-child { .long-text p:first-child {
margin-top: 0px; margin-top: 0px;
} }
</style> </style>
<style type="text/css"> <style type="text/css">
/* yahoo, hotmail */ /* yahoo, hotmail */
.ExternalClass, .ExternalClass,
.ExternalClass p, .ExternalClass p,
.ExternalClass span, .ExternalClass span,
.ExternalClass font, .ExternalClass font,
.ExternalClass td, .ExternalClass td,
.ExternalClass div { .ExternalClass div {
line-height: 100%; line-height: 100%;
} }
.widget-table { .widget-table {
width: 100% width: 100%
} }
.widget-table table > tbody > tr > td:nth-of-type(1) { .widget-table table > tbody > tr > td:nth-of-type(1) {
background: #f1f1f1; background: #f1f1f1;
font-weight: bold; font-weight: bold;
} }
.widget-table tbody tr:nth-child(even) { .widget-table tbody tr:nth-child(even) {
background-color: #00c3ff17; background-color: #00c3ff17;
} }
.widget-table table { .widget-table table {
width: 100% width: 100%
} }
.widget-table table td { .widget-table table td {
border: 0px solid #dfdfdf; border: 0px solid #dfdfdf;
color: #808080; color: #808080;
line-height: 1.4; line-height: 1.4;
position: relative; position: relative;
} }
.widget-table table tbody td { .widget-table table tbody td {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.widget-table table thead tr th { .widget-table table thead tr th {
padding: 4px; padding: 4px;
text-align: center; text-align: center;
} }
.yshortcuts a { .yshortcuts a {
border-bottom: none !important; border-bottom: none !important;
} }
.vb-outer { .vb-outer {
min-width: 0 !important; min-width: 0 !important;
background-color: #ffffff; background-color: #ffffff;
} }
.RMsgBdy, .RMsgBdy,
.ExternalClass { .ExternalClass {
width: 100%; width: 100%;
background-color: #3f3f3f; background-color: #3f3f3f;
background-color: #3f3f3f background-color: #3f3f3f
} }
/* outlook/office365 add buttons outside not-linked images and safari have 2px margin */ /* outlook/office365 add buttons outside not-linked images and safari have 2px margin */
[o365] button { [o365] button {
margin: 0 !important; margin: 0 !important;
} }
/* outlook */ /* outlook */
table { table {
mso-table-rspace: 0pt; mso-table-rspace: 0pt;
mso-table-lspace: 0pt; mso-table-lspace: 0pt;
} }
#outlook a { #outlook a {
padding: 0; padding: 0;
} }
img { img {
outline: none; outline: none;
text-decoration: none; text-decoration: none;
border: none; border: none;
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
a img { a img {
border: none; border: none;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.contentRow{ .contentRow{
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
table.vb-row { table.vb-row {
width: 95% !important; width: 95% !important;
} }
.mobile-hide { .mobile-hide {
display: none !important; display: none !important;
} }
.mobile-textcenter { .mobile-textcenter {
text-align: center !important; text-align: center !important;
} }
.mobile-full { .mobile-full {
width: 100% !important; width: 100% !important;
max-width: none !important; max-width: none !important;
} }
} }
/* samsung email workaround */ /* samsung email workaround */
@media screen and (max-width: 384px) { @media screen and (max-width: 384px) {
.mail-message-content { .mail-message-content {
width: 414px !important; width: 414px !important;
} }
} }
</style> </style>
<style type="text/css"> <style type="text/css">
.socialLinks { .socialLinks {
font-size: 6px; font-size: 6px;
} }
.socialLinks a { .socialLinks a {
display: inline-block; display: inline-block;
} }
#ko_socialBlock_1 .links-color a, #ko_socialBlock_1 .links-color a,
#ko_socialBlock_1 .links-color a:link, #ko_socialBlock_1 .links-color a:link,
#ko_socialBlock_1 .links-color a:visited, #ko_socialBlock_1 .links-color a:visited,
#ko_socialBlock_1 .links-color a:hover { #ko_socialBlock_1 .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
# .links-color a, # .links-color a,
# .links-color a:link, # .links-color a:link,
# .links-color a:visited, # .links-color a:visited,
# .links-color a:hover { # .links-color a:hover {
color: #cccccc; color: #cccccc;
color: #cccccc; color: #cccccc;
text-decoration: underline text-decoration: underline
} }
</style> </style>
</head> </head>
<!--[if !(gte mso 15)]--> <!--[if !(gte mso 15)]-->
<body bgcolor="#3f3f3f" text="#919191" alink="#cccccc" vlink="#cccccc" <body bgcolor="#3f3f3f" text="#919191" alink="#cccccc" vlink="#cccccc"
style="margin: 0; padding: 0; background-color: #1f1f1f; color: #919191;"><!--<![endif]--> style="margin: 0; padding: 0; background-color: #1f1f1f; color: #919191;"><!--<![endif]-->
<center> <center>
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
bgcolor="#bfbfbf" id="ko_sideImageBlock_1" style="background-color: #bfbfbf"> bgcolor="#bfbfbf" id="ko_sideImageBlock_1" style="background-color: #bfbfbf">
<tbody> <tbody>
<tr> <tr>
<td class="vb-outer" align="center" valign="top" <td class="vb-outer" align="center" valign="top"
style="padding-left: 9px; padding-right: 9px; font-size: 0"> style="padding-left: 9px; padding-right: 9px; font-size: 0">
<!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><td align="center" valign="top"><![endif]--><!-- <!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><td align="center" valign="top"><![endif]--><!--
--> -->
<div style="margin: 0 auto; max-width: 570px; -mru-width: 0px"> <div style="margin: 0 auto; max-width: 570px; -mru-width: 0px">
<table role="presentation" class="vb-row" border="0" cellpadding="0" <table role="presentation" class="vb-row" border="0" cellpadding="0"
cellspacing="0" bgcolor="#ffffff" cellspacing="0" bgcolor="#ffffff"
width="570" width="570"
style="border-collapse: collapse; width: 100%; background-color: #ffffff; max-width: 570px; -mru-width: 0px"> style="border-collapse: collapse; width: 100%; background-color: #ffffff; max-width: 570px; -mru-width: 0px">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" style="font-size: 0"> <td align="center" valign="top" style="font-size: 0">
<table dir role="presentation" border="0" cellspacing="0" <table dir role="presentation" border="0" cellspacing="0"
cellpadding="0" width="100%"> cellpadding="0" width="100%">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" dir="ltr" <td align="center" valign="top" dir="ltr"
style="direction: ltr; border-collapse: collapse"> style="direction: ltr; border-collapse: collapse">
<div <div
style="width: 100%; max-width: 570px; -mru-width: 0px"> style="width: 100%; max-width: 570px; -mru-width: 0px">
<!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><![endif]--><!-- <!--[if (gte mso 9)|(lte ie 8)]><table role="presentation" align="center" border="0" cellspacing="0" cellpadding="0" width="570"><tr><![endif]--><!--
--><!-- --><!--
--><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!-- --><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!--
--> -->
<div class="mobile-full" <div class="mobile-full"
style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!-- style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="0" cellpadding="0" width="285" cellspacing="0" cellpadding="0" width="285"
dir="ltr" align="left" dir="ltr" align="left"
style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)"> style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)">
<tbody> <tbody>
<tr> <tr>
<td width="100%" valign="top" align="center" <td width="100%" valign="top" align="center"
class="links-color"> class="links-color">
<!--[if (lte ie 8)]><div style="display: inline-block; width: 285px; -mru-width: 0px"><![endif]--><img <!--[if (lte ie 8)]><div style="display: inline-block; width: 285px; -mru-width: 0px"><![endif]--><img
border="0" hspace="0" border="0" hspace="0"
align="left" align="left"
vspace="0" width="285" vspace="0" width="285"
style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; width: 100%; max-width: 285px; height: auto;" style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; width: 100%; max-width: 285px; height: auto;"
class="imgSmall logo" class="imgSmall logo"
src="https://assets.osr-plastic.org/machines//assets/plastichub-looka/logo/web/png/logo_white.png"><!--[if (lte ie 8)]></div><![endif]--> src="https://assets.osr-plastic.org/machines//assets/plastichub-looka/logo/web/png/logo_white.png"><!--[if (lte ie 8)]></div><![endif]-->
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table><!-- </table><!--
--> -->
</div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!-- </div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!--
--><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!-- --><!--[if (gte mso 9)|(lte ie 8)]><td align="left" valign="top" width="285"><![endif]--><!--
--> -->
<div class="mobile-full" <div class="mobile-full"
style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!-- style="display: inline-block; vertical-align: top; width: 100%; max-width: 285px; -mru-width: 0px; min-width: calc(50%); max-width: calc(100%); width: calc(324900px - 57000%)"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="9" cellpadding="0" width="285" cellspacing="9" cellpadding="0" width="285"
dir="ltr" align="left" dir="ltr" align="left"
style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)"> style="border-collapse: collapse; width: 100%; direction: ltr; -yandex-p: calc(2px - 3%)">
<tbody> <tbody>
<tr> <tr>
<td align="center" valign="top" <td align="center" valign="top"
style="font-size: 0; padding: 0 9px; padding-top: 13px; padding-bottom: 13px"> style="font-size: 0; padding: 0 9px; padding-top: 13px; padding-bottom: 13px">
<div <div
style="vertical-align: top; width: 100%; max-width: 552px; -mru-width: 0px"><!-- style="vertical-align: top; width: 100%; max-width: 552px; -mru-width: 0px"><!--
--> -->
<table role="presentation" border="0" <table role="presentation" border="0"
cellspacing="9" cellpadding="0" cellspacing="9" cellpadding="0"
style="border-collapse: collapse; width: 100%" style="border-collapse: collapse; width: 100%"
width="552"> width="552">
<tbody> <tbody>
<tr> <tr>
<td width="100%" valign="top" <td width="100%" valign="top"
align="left" align="left"
style="font-weight: normal; color: #3f3f3f; font-size: 18px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left"> style="font-weight: normal; color: #3f3f3f; font-size: 18px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left">
<span <span
style="font-weight: normal">Newsletter</span></td> style="font-weight: normal">Newsletter</span></td>
</tr> </tr>
<tr> <tr>
<td class="long-text links-color" <td class="long-text links-color"
width="100%" valign="top" width="100%" valign="top"
align="left" align="left"
style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal"> style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal">
<p <p
style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;"> style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;">
<h4 id="headerbody">header body</h4></p> <h4 id="headerbody">header body</h4></p>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table><!-- </table><!--
--> -->
</div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!-- </div><!--[if (gte mso 9)|(lte ie 8)]></td><![endif]--><!--
--><!-- --><!--
--><!--[if (gte mso 9)|(lte ie 8)]></tr></table><![endif]--> --><!--[if (gte mso 9)|(lte ie 8)]></tr></table><![endif]-->
</div> </div>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div><!-- </div><!--
--><!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]--> --><!--[if (gte mso 9)|(lte ie 8)]></td></tr></table><![endif]-->
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Intro Message --> <!-- Intro Message -->
<table role="presentation" class="vb-outer text-block" width="100%" <table role="presentation" class="vb-outer text-block" width="100%"
cellpadding="0" cellpadding="0"
border="0" cellspacing="0" border="0" cellspacing="0"
@ -441,8 +441,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Highlighted Updates on Machine Designs --> <!-- Highlighted Updates on Machine Designs -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_imageBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_imageBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -610,13 +610,13 @@
</ul> </ul>
<h5 id="designscomponents">Designs &amp; Components</h5> <h5 id="designscomponents">Designs &amp; Components</h5>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/extrusion/lydia-v3.5/">Source: Lydia-v3.5</a></li> <li><a href="https://files.polymech.info/files/machines/extrusion/lydia-v3.5/">Source: Lydia-v3.5</a></li>
<li><a href="https://files.polymech.io/files/machines/extrusion/lydia-v3.4/">Source: Lydia-v4.5 (Updated for better barrel)</a></li> <li><a href="https://files.polymech.info/files/machines/extrusion/lydia-v3.4/">Source: Lydia-v4.5 (Updated for better barrel)</a></li>
<li><a href="https://files.polymech.io/files/machines/extrusion/components/">Source: Extruder Components</a></li> <li><a href="https://files.polymech.info/files/machines/extrusion/components/">Source: Extruder Components</a></li>
<li><a href="https://files.polymech.io/files/machines/extrusion/components/1100_Moulds">Source: Universal Extruder Block Mould</a></li> <li><a href="https://files.polymech.info/files/machines/extrusion/components/1100_Moulds">Source: Universal Extruder Block Mould</a></li>
<li><a href="https://files.polymech.io/files/machines/extrusion/components/1100_Moulds/">Source: Extruder Moulds (Universal Master Mould)</a></li> <li><a href="https://files.polymech.info/files/machines/extrusion/components/1100_Moulds/">Source: Extruder Moulds (Universal Master Mould)</a></li>
<li><a href="https://git.polymech.io/osr-plastic/osr-firmware">Source: Plastichub Firmware</a></li> <li><a href="https://git.polymech.io/osr-plastic/osr-firmware">Source: Plastichub Firmware</a></li>
<li><a href="https://files.polymech.io/files/machines/products/poly-mech/resources/material/">PolyMech Material Testing</a></li> <li><a href="https://files.polymech.info/files/machines/products/poly-mech/resources/material/">PolyMech Material Testing</a></li>
<li><a href="https://docs.plastic-hub.com/printhead/">Firmware documentation - Lydia-Printhead for ABB & Kuga Robots</a></li> <li><a href="https://docs.plastic-hub.com/printhead/">Firmware documentation - Lydia-Printhead for ABB & Kuga Robots</a></li>
</ul> </ul>
<h5 id="relatedprojects">Related Projects</h5> <h5 id="relatedprojects">Related Projects</h5>
@ -802,12 +802,12 @@
<p><strong><a href="https://shop.osr-plastic.org/injection/injection-fully-built/elena-zmax/">Elena</a></strong> - Elena became now a platform of design building blocks enabling reuse of existing components, such as sheet presses and extruders. Additionally, all known issues have been resolved, introducing a toggle clamp and a shutoff valve, enabling a predictable, repeatable and clean process. The designs made finally their way into the workshops of small enterprises.</p> <p><strong><a href="https://shop.osr-plastic.org/injection/injection-fully-built/elena-zmax/">Elena</a></strong> - Elena became now a platform of design building blocks enabling reuse of existing components, such as sheet presses and extruders. Additionally, all known issues have been resolved, introducing a toggle clamp and a shutoff valve, enabling a predictable, repeatable and clean process. The designs made finally their way into the workshops of small enterprises.</p>
<h4 id="resources">Resources</h4> <h4 id="resources">Resources</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.io/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li> <li><a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/">Source: Katbot</a> | <a href="https://files.polymech.info/files/machines/injection/katbot-pro-mega-beta/media/rc1/KatBot-Pro-Augenschmauss.mp4">Video</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2 (Manual & Motorized)</a></li> <li><a href="https://files.polymech.info/files/machines/injection/elena-zmax-rc1/">Source: Elena-RC2 (Manual & Motorized)</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/">Source: Injection Components</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/">Source: Injection Components</a></li>
<li><a href="https://files.polymech.io/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li> <li><a href="https://files.polymech.info/files/machines/injection/components/2000_Clamps/OSR-300-40-30-25-80/">Source: Toggle Clamp</a></li>
<li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li> <li><a href="https://forum.osr-plastic.org/t/injection-machine-designs-wip/8567">Forum: Injection Machine Designs</a></li>
<li><a href="https://files.polymech.io/files/machines/moulds">Source: Injection & Extruder Moulds</a></li> <li><a href="https://files.polymech.info/files/machines/moulds">Source: Injection & Extruder Moulds</a></li>
</ul> </ul>
</p> </p>
</td> </td>
@ -1178,9 +1178,9 @@
style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal"> style="font-weight: normal; color: #3f3f3f; font-size: 16px; font-family: Helvetica, sans-serif; padding: 9px; padding-top: 5px; padding-bottom: 5px; padding: 9px; padding-top: 5px; padding-bottom: 5px; text-align: left; line-height: normal">
<p <p
style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;"><p>We are happy to share with you the latest sheetpress designs, addressing structural &amp; quality issues. We've enhanced safety, flexibility, compactness, modularity, and accessibility, ensuring a smooth and clean process for small enterprises and educational settings.</p> style="margin: 1em 0px; margin-bottom: 0px; margin-top: 0px;"><p>We are happy to share with you the latest sheetpress designs, addressing structural &amp; quality issues. We've enhanced safety, flexibility, compactness, modularity, and accessibility, ensuring a smooth and clean process for small enterprises and educational settings.</p>
<h4 id="cassandra45cmhttpsfilespolymechiofilesmachinessheetpresscassandraedc450rc13dpreviewhttpsassetsosrplasticorgmachinessheetpresscassandraedc450rc1cadglobalspc450defaultrc2html"><a href="https://files.polymech.io/files/machines/sheetpress/cassandra-edc-450-rc1/">Cassandra - 45 cm</a> (<a href="https://assets.osr-plastic.org/machines/sheetpress/cassandra-edc-450-rc1/cad/Global-SPC-450-Default-RC2.html">3D Preview</a>)</h4> <h4 id="cassandra45cmhttpsfilespolymechiofilesmachinessheetpresscassandraedc450rc13dpreviewhttpsassetsosrplasticorgmachinessheetpresscassandraedc450rc1cadglobalspc450defaultrc2html"><a href="https://files.polymech.info/files/machines/sheetpress/cassandra-edc-450-rc1/">Cassandra - 45 cm</a> (<a href="https://assets.osr-plastic.org/machines/sheetpress/cassandra-edc-450-rc1/cad/Global-SPC-450-Default-RC2.html">3D Preview</a>)</h4>
<p>We recommend this version for Fablabs, schools and research institutions for its maximized safety. As all variants, the press can be configured for up to 4 individual heat and/or cooling zones. A fully maxed out mould weights up to 18kg.</p> <p>We recommend this version for Fablabs, schools and research institutions for its maximized safety. As all variants, the press can be configured for up to 4 individual heat and/or cooling zones. A fully maxed out mould weights up to 18kg.</p>
<h4 id="cassandra65cmhttpsfilespolymechiofilesmachinessheetpresscassandraedczmaxrc23dpreviewhttpsassetsosrplasticorgmachinessheetpresscassandraedczmaxrc2cadglobalspc650defaultrc2html"><a href="https://files.polymech.io/files/machines/sheetpress/cassandra-edczmax-rc2/">Cassandra - 65 cm</a> (<a href="https://assets.osr-plastic.org/machines/sheetpress/cassandra-edczmax-rc2/cad/Global-SPC-650-Default-RC2.html">3D Preview</a>)</h4> <h4 id="cassandra65cmhttpsfilespolymechiofilesmachinessheetpresscassandraedczmaxrc23dpreviewhttpsassetsosrplasticorgmachinessheetpresscassandraedczmaxrc2cadglobalspc650defaultrc2html"><a href="https://files.polymech.info/files/machines/sheetpress/cassandra-edczmax-rc2/">Cassandra - 65 cm</a> (<a href="https://assets.osr-plastic.org/machines/sheetpress/cassandra-edczmax-rc2/cad/Global-SPC-650-Default-RC2.html">3D Preview</a>)</h4>
<p>This variant is optimized for production scenarios, enabling an interlocked setup for 1.2m x 60cm sheets.</p> <p>This variant is optimized for production scenarios, enabling an interlocked setup for 1.2m x 60cm sheets.</p>
<hr /> <hr />
<h4 id="moulds">Moulds</h4> <h4 id="moulds">Moulds</h4>
@ -1197,7 +1197,7 @@
style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 13px; font-family: Helvetica, sans-serif; width: 100%; max-width: 320px; height: auto;" style="border: 0px; display: block; vertical-align: top; height: auto; margin: 0 auto; color: #3f3f3f; font-size: 13px; font-family: Helvetica, sans-serif; width: 100%; max-width: 320px; height: auto;"
src="https://assets.osr-plastic.org/machines//assets/newsletter/common/products/sheetpresses/edc-450-mould-45.jpg"> src="https://assets.osr-plastic.org/machines//assets/newsletter/common/products/sheetpresses/edc-450-mould-45.jpg">
</a></p> </a></p>
<p><a href="https://assets.osr-plastic.org/machines//sheetpress/components/900_Moulds/450-15mm/Mould-450-15.html">3D Preview</a> | <a href="https://files.polymech.io/files/machines/sheetpress/components/900_Moulds/450-15mm/">Download</a></p> <p><a href="https://assets.osr-plastic.org/machines//sheetpress/components/900_Moulds/450-15mm/Mould-450-15.html">3D Preview</a> | <a href="https://files.polymech.info/files/machines/sheetpress/components/900_Moulds/450-15mm/">Download</a></p>
<hr /> <hr />
<h4 id="comingupnext">Coming up next</h4> <h4 id="comingupnext">Coming up next</h4>
<ul> <ul>
@ -1210,7 +1210,7 @@
<hr /> <hr />
<h4 id="resources">Resources</h4> <h4 id="resources">Resources</h4>
<ul> <ul>
<li><a href="https://files.polymech.io/files/machines/products/poly-mech/resources/material/">PolyMech Material Testing</a></li> <li><a href="https://files.polymech.info/files/machines/products/poly-mech/resources/material/">PolyMech Material Testing</a></li>
<li><a href="https://www.instagram.com/mandin.earth/">Contact: Jason Knight - Developer of the first sheetpress designs</a></li> <li><a href="https://www.instagram.com/mandin.earth/">Contact: Jason Knight - Developer of the first sheetpress designs</a></li>
</ul> </ul>
<p><a href="https://assets.osr-plastic.org/machines//assets/newsletter/common/products/sheetpresses/katbotfreezone.jpg" target="_blank"> <p><a href="https://assets.osr-plastic.org/machines//assets/newsletter/common/products/sheetpresses/katbotfreezone.jpg" target="_blank">
@ -1456,8 +1456,8 @@
<h4 id="resources">Resources</h4> <h4 id="resources">Resources</h4>
<h5 id="designscomponents">Designs &amp; Components</h5> <h5 id="designscomponents">Designs &amp; Components</h5>
<ul> <ul>
<li><a href="https://git.polymech.io/polycraft/poly-mech">Source Repository</a> | <a href="https://files.polymech.io/files/machines/products/poly-mech/">Download</a></li> <li><a href="https://git.polymech.io/polycraft/poly-mech">Source Repository</a> | <a href="https://files.polymech.info/files/machines/products/poly-mech/">Download</a></li>
<li><a href="https://files.polymech.io/files/machines/products/poly-mech/resources/material/">Source: PolyMech Material Testing</a></li> <li><a href="https://files.polymech.info/files/machines/products/poly-mech/resources/material/">Source: PolyMech Material Testing</a></li>
</ul> </ul>
</p> </p>
</td> </td>
@ -1812,7 +1812,7 @@
<li><p><a href="https://shop.osr-plastic.org/">Marketplace</a></p></li> <li><p><a href="https://shop.osr-plastic.org/">Marketplace</a></p></li>
<li><p><a href="https://forum.osr-plastic.org/c/wiki/howtos/72">Howtos</a></p></li> <li><p><a href="https://forum.osr-plastic.org/c/wiki/howtos/72">Howtos</a></p></li>
<li><p><a href="https://forum.osr-plastic.org/c/machines/49">Machine & Components Library</a></p></li> <li><p><a href="https://forum.osr-plastic.org/c/machines/49">Machine & Components Library</a></p></li>
<li><p><a href="https://files.polymech.io/files/machines/moulds/">Moulds - Library</a></p></li> <li><p><a href="https://files.polymech.info/files/machines/moulds/">Moulds - Library</a></p></li>
<li><p><a href="https://git.polymech.io/osr-plastic/osr-machines">Git Repository Machines</a></p></li> <li><p><a href="https://git.polymech.io/osr-plastic/osr-machines">Git Repository Machines</a></p></li>
<li><p><a href="https://git.polymech.io/osr-plastic/osr-mono">Git Repository Code-Base</a></p></li> <li><p><a href="https://git.polymech.io/osr-plastic/osr-mono">Git Repository Code-Base</a></p></li>
<li><p><a href="https://git.polymech.io/osr-plastic/osr-firmware">Firmware</a></p></li> <li><p><a href="https://git.polymech.io/osr-plastic/osr-firmware">Firmware</a></p></li>
@ -1912,11 +1912,11 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
<!-- Upcoming projects/Announcements --> <!-- Upcoming projects/Announcements -->
<table role="presentation" class="vb-outer" width="100%" cellpadding="0" <table role="presentation" class="vb-outer" width="100%" cellpadding="0"
border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1" border="0" cellspacing="0" bgcolor="#bfbfbf" id="ko_textBlock_1"
style="background-color: #bfbfbf"> style="background-color: #bfbfbf">
@ -1997,8 +1997,8 @@
</td> </td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</center><!--[if !(gte mso 15)]--> </center><!--[if !(gte mso 15)]-->
</body><!--<![endif]--> </body><!--<![endif]-->
</html> </html>