By using scripts, it is possible to keep platform warm for a defined period after print job completion. This will save time for preheating the machine for the next job.
Inserting the Script
User need to insert the script to "Print End" section at the script interface of the main setting of print configuration interface.
Copy and paste (PC-control C / V ; Mac-command C/V) into the field of Print End section and save.
SET 142 100
SET 10 0
SET 11 0
SET 28 0
SET 20 0
SET 21 0
SET 22 3600 ;platform heating time, 3600=3600seconds=60 min=1 hour, 3600 can be changed
SET 23 0
SET 17 0
J 150 A-30
DWELL 100
TO 20 Z0
TO 100 X10 Y-10
SET 201 6
OUT 4 1
DWELL 100
OUT 4 0
DWELL 300
ADD 201 -1
IF 201 < 1 -6
SET 16 6
DWELL 100
SET 142 -1
SET 76 0
END
Tips***
1. Setting up the script in the Main configuration instead of model configuration.
This will make sure the script will be applied to all print jobs added under the main configuration. If the script is applied to model, then when printing another model the script will need to be added again.
2. the "Set 22 3600" line is for defining the time for heating the platform. the value 3600 represent 3600 seconds, so user can customize the the time needed by changing this value.
Comments
0 comments
Please sign in to leave a comment.