mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Implemented wipe tower print path preview.
This commit is contained in:
parent
7d64c465c0
commit
e000b22578
19 changed files with 615 additions and 190 deletions
|
@ -19,6 +19,7 @@ _constant()
|
|||
STEP_SUPPORTMATERIAL = posSupportMaterial
|
||||
STEP_SKIRT = psSkirt
|
||||
STEP_BRIM = psBrim
|
||||
STEP_WIPE_TOWER = psWipeTower
|
||||
PROTOTYPE:
|
||||
CODE:
|
||||
RETVAL = ix;
|
||||
|
@ -238,6 +239,11 @@ _constant()
|
|||
Clone<Flow> skirt_flow();
|
||||
|
||||
void _make_skirt();
|
||||
|
||||
bool has_wipe_tower();
|
||||
void _clear_wipe_tower();
|
||||
void _make_wipe_tower();
|
||||
|
||||
%{
|
||||
|
||||
double
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue