< Back

Set-PrismSetting

Sat Jan 18, 2020 10:16 pm

NAME Set-PrismSetting



SYNOPSIS

Change printer settings





SYNTAX

Set-PrismSetting [[-ComputerName] <String>] [[-Session] <WebRequestSession>] [[-PrinterName] <String>]

[[-BurnInLayers] <Nullable`1>] [[-Acceleration] <Nullable`1>] [[-HomeSpeed] <Nullable`1>] [[-LiftSpeed]

<Nullable`1>] [[-LevelingDelaySecond] <Nullable`1>] [[-ClearDelaySecond] <Nullable`1>] [[-LedPowerPercent]

<Nullable`1>] [[-MipiFlush] <Nullable`1>] [[-ZOffset] <Nullable`1>] [<CommonParameters>]





DESCRIPTION

Change individual printer settings. Do this at your own peril! This cmdlet tries to validate

your data, but certain settings might still damage your printer, e.g. increasing the LED power to

the maximum allowed value of 140%





PARAMETERS

-ComputerName <String>

The host name or IP of your Prism



Required? false

Position? 1

Default value (Get-PrismPrinter).IPAddress

Accept pipeline input? false

Accept wildcard characters? false



-Session <WebRequestSession>

The session to your Prism, autocreated if not provided



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



-PrinterName <String>

New printer name



Required? false

Position? 3

Default value

Accept pipeline input? false

Accept wildcard characters? false



-BurnInLayers <Nullable`1>

How many layers for burn-in should be used. Maximum 10



Required? false

Position? 4

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Acceleration <Nullable`1>

Maximum 10000



Required? false

Position? 5

Default value

Accept pipeline input? false

Accept wildcard characters? false



-HomeSpeed <Nullable`1>

Maximum 12000



Required? false

Position? 6

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LiftSpeed <Nullable`1>

Maximum 15000



Required? false

Position? 7

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LevelingDelaySecond <Nullable`1>

Leveling delay in seconds



Required? false

Position? 8

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ClearDelaySecond <Nullable`1>

Clear delay in seconds



Required? false

Position? 9

Default value

Accept pipeline input? false

Accept wildcard characters? false



-LedPowerPercent <Nullable`1>

LED power, min 20%, max 140%



Required? false

Position? 10

Default value

Accept pipeline input? false

Accept wildcard characters? false



-MipiFlush <Nullable`1>

MIPI flush, max 1000



Required? false

Position? 11

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ZOffset <Nullable`1>

Z Offset in ????m



Required? false

Position? 12

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Set-PrismSetting -PrinterName replicator01 -BurnInLayers 3



Change the printer name and the number of burn-in layers











RELATED LINKS