This tiny plugins package will be useful for those, who prepare files for kiss-cut and die-cut postpress operations. Stickers, shaped cards, boxes etc. But in first place - it's about sheet printing. Main features are:
- creating and optimizing table-view layouts (rectangular stickers without gap);
- zig-zag style imposition of shapes for minimizing plotter movements;
- optimizing complex shapes for best knife performance.
- CorelDraw >= 2020
- Download files from
dist
folder. - Open your CorelDraw application.
- Open
Scripts
docker panel:- from menus:
Window > Dockers > Scripts
; - or by keyboard shortcut:
Ctrl + Shift + F11
- from menus:
- In scripts list select tab
Visual Basic for Applications
. - On top of the docker press
Load...
button. - In file open dialog navigate to
PlotterTools.gms
file fromdist
folder. Choose open. - Now time for command panel. Open
Windows > Workspace > Import
from top menus. - In file open dialog navigate to
PlotterTools.cdws
file fromdist
folder. Choose open. - Leave all checkboxes enabled. But select to import into
Current workspace
(recommended).
Sometimes CorelDraw doesn't allow to store workspace or script in system Program Files
folder due to insufficient user rights.
If you can't install script/workspace or CorelDraw crashes try to manually move script and workspace to Common app folder:
GMS file to
%AppData%\Corel\{Your CorelDraw version}\Draw\GMS\
CDWS file to
%AppData%\Corel\{Your CorelDraw version}\Draw\Workspace\
Restart your CorelDraw and find PlotterTools workspace in Windows > Workspace
menus.
- Correct table for cut
- Create table for cut
- Multiply objects for cut
- Prepare curves for cut
- ReDefine frame and reference points
- Calculate curves length
Simple plugin that takes your selected Table object
or similar set of horizontal and vertical lines and reorganize them in zigzag style for minimize knife idle time and overall cutting time.
Usage:
- create table by
Table tool
with desired parameters / or create set of horizontal and vertical lines forming a table / or call Create table for cut and it will create and correct table automatically; - define frame guide and reference points by ReDefine frame and reference points plugin or skip this and plugin will use your documents bounds as ones;
- select your table;
- click
Correct table for cut
icon onPlotter tools
toolbar.
There no settings for this plugin.
Plugin creates new table with parameters. It will be automatically optimized for cut.
Usage:
- select shape for reference as frame (Note: will be removed after execution) / or define frame guide and reference points by ReDefine frame and reference points plugin or skip this and plugin will use your documents bounds as ones;
- click
Create table for cut
icon onPlotter tools
toolbar.
Settings:
- Cell width: cell width in mm.
- Cell height: cell height in mm.
- Columns: expected columns count (calculates automatically to fit frame, can be adjusted to smaller value >= 1).
- Rows: expected rows count (calculates automatically to fit frame, can be adjusted to smaller value >= 1).
- Overcut: lines offset value in mm (0 - 10).
If cell doesn't fit into frame you will not be able to proceed. Check you frame size and adjust settings.
After operation complete you will get the message with calculated total cut length that can be copied.
Result:
Plugin dublicates selected shape(s) with parameters. It fills frame in zigzag style starting fron bottom right corner.
Usage:
- define frame guide and reference points by ReDefine frame and reference points plugin or skip this and plugin will use your documents bounds as ones;
- select shape(s) to dublicate;
- click
Multiply objects for cut
icon onPlotter tools
toolbar.
Settings:
- Horizontal offset: positive number of offset on x-axis in mm. Recommended to set in to:
cut contour width
+gap between contours
. - Vertical offset: positive number of offset on y-axis in mm. Recommended to set in to:
cut contour height
+gap between contours
. - Columns: expected columns count (calculates automatically to fit frame, can be adjusted to both smaller and bigger values).
- Rows: expected rows count (calculates automatically to fit frame, can be adjusted to both smaller and bigger values).
- Align to frame center (new): align generated contours group to frame center, otherwise leave at same position.
Result bounds can be larger than frame, keep it in mind.
Result:
Plugin optimize selected shape(s) with parameters. It process all selected shapes one by one, adding smoothness, reducing nodes and rounding corners.
Usage:
- select shape(s) to optimize;
- click
Prepare curves for cut
icon onPlotter tools
toolbar.
Settings:
-
Curve smoothness level: can be one of:
- None - no smoothing at all
- Low - minimum level (by default)
- Medium - average level
- High - maximum level
These parameters have been tuned experimentally based on practice.
-
Maximum corners radius: can be one of:
- None - no corners fillet radius at all
- 0,5 mm (by default)
- 0,75 mm
- 1 mm
These parameters have been chosen based on practice.
-
Number of iterations: can be one of:
- 1 (by default)
- 2
- 3
-
Advanced optimization: if switched ON (by default) works with every segment of curve. Can achive better results but takes longer. Also can cause artifacts in some cases, so it recommended to inspect all curves after processing. Also this parameter will automatically close all curves.
Feel free to experiment with parameters to achive best results.
Result:
You can see the difference between original (magenta) and optimized (green) curves.
Simple plugin that takes your selected shape and creates frame guide with reference points. Useful when you have template file with cutting marks for your cutter device. Just create rectangular shape inside available cutting area and plugin adds necessary guides.
Original shape will be removed after completed. Previous frame and reference points will be replaced.
Usage:
- create rectangular shape inside available cutting area;
- click
ReDefine frame and reference points
icon onPlotter tools
toolbar.
There no settings for this plugin.
Simple plugin that takes your selected shape(s) and calculate total curves length. If object can't be converted to a curve it will throw an error.
Usage:
- select all shapes you want to measure (avoid images and complex shapes);
- click
Calculate curves length
icon onPlotter tools
toolbar.
There no settings for this plugin.