mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
c10bf6cef3
* (Add) cws: Allow change layer PWM value * (Update) Dependency ImageSharp from 1.0.0-rc0002 to 1.0.0-rc0003 (It fix a error on resize function) * (Fix) cws: GCode 0 before G29 * (Fix) Phrozen Sonic Mini: Display Height from 66.04 to 68.04 * (Fix) Zortrax Inkspire: Display and Volume to 74.67x132.88 * (Fix) Layer repair tool allow operation when every repair checkbox is deselected
14 lines
424 B
XML
14 lines
424 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
|
<Fragment>
|
|
<UI Id="UI">
|
|
|
|
<!-- See http://wix.sourceforge.net/manual-wix3/WixUI_index.htm for more information-->
|
|
<UIRef Id="WixUI_FeatureTree"/>
|
|
|
|
<!--Uncomment to inject a custom dialog into the install wizard loop -->
|
|
<!--<UIRef Id="CustomDlg"/>-->
|
|
|
|
</UI>
|
|
</Fragment>
|
|
</Wix> |