DM-4590 is a double miter saw with one servo driven movable saw assembly riding on linear rail to accommodate cut lengths from 14 to 144 inches at 90°. Both saw heads cutting angles can be adjusted from 45° to 90°. The cut length is set by downloadable files or at the operator PC. The material is cut between saw blades ensuring length accuracy.
Our mission is simple: To understand your unique requirements, and then engineer, build and install a lineal processing line that meets and exceeds them.
// Copy the below lines under window.fcWidget.init inside fw_chat_widget function in the above snippet
// To set unique user id in your system when it is available
window.fcWidget.setExternalId("john.doe1987");
// To set user name
window.fcWidget.user.setFirstName("John");
// To set user email
window.fcWidget.user.setEmail("john.doe@gmail.com");
// To set user properties
// Note that any other fields passed as properties which are not in the CRM Contact properties already, they will be ignored.
window.fcWidget.user.setProperties({
cf_plan: "Pro", // meta property 1
cf_status: "Active" // meta property 2
});