mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 20:36:02 +08:00
Update XS.xsp
Removed references to prusa-specific SLIC3R_FORK_NAME
This commit is contained in:
parent
1e37195af1
commit
b28069fe5f
@ -16,18 +16,6 @@ VERSION()
|
|||||||
RETVAL = newSVpv(SLIC3R_VERSION, 0);
|
RETVAL = newSVpv(SLIC3R_VERSION, 0);
|
||||||
OUTPUT: RETVAL
|
OUTPUT: RETVAL
|
||||||
|
|
||||||
SV*
|
|
||||||
DEBUG_OUT_PATH_PREFIX()
|
|
||||||
CODE:
|
|
||||||
RETVAL = newSVpv(SLIC3R_DEBUG_OUT_PATH_PREFIX, 0);
|
|
||||||
OUTPUT: RETVAL
|
|
||||||
|
|
||||||
SV*
|
|
||||||
FORK_NAME()
|
|
||||||
CODE:
|
|
||||||
RETVAL = newSVpv(SLIC3R_FORK_NAME, 0);
|
|
||||||
OUTPUT: RETVAL
|
|
||||||
|
|
||||||
void
|
void
|
||||||
xspp_test_croak_hangs_on_strawberry()
|
xspp_test_croak_hangs_on_strawberry()
|
||||||
CODE:
|
CODE:
|
||||||
@ -36,4 +24,4 @@ xspp_test_croak_hangs_on_strawberry()
|
|||||||
} catch (...) {
|
} catch (...) {
|
||||||
croak("xspp_test_croak_hangs_on_strawberry: exception catched\n");
|
croak("xspp_test_croak_hangs_on_strawberry: exception catched\n");
|
||||||
}
|
}
|
||||||
%}
|
%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user