Set the Lift mode
PowerScript
This code can be used when operating in Lift mode.
main
0 files
Set the Lift …..js
Set the Lift …..js
629 bytes
var p = spm.scan.liftMode; // Get Lift mode configuration
p.use = true; // Enabled
p.liftHeight = 50; // Tip-Sample Distance
// '2nd Pass' Opions
p.useTipBias2nd = true; // Enable the 'Tip Bias'
p.tipBias2nd = 3.0; // Tip Bias (unit: V) value
p.useNcmDrive2nd = true; // Enable the 'NCM Drive'
p.ncmDrive2nd = 5; // NCM Drive (unit: %) value
p.darkLiftType = 2; // 0: Turn On, 1: Turn Off Forward and Backward, 2:Forward Only
p.useSemiLift = true; //Enable the 'Follow Slope Line'
p.useLineSync = true; //Enable the "Toggle 'Line Sync' when 'Lift' State Changes"
spm.scan.liftMode = p; // Set Lift mode configuration
Comments (0)
No comments yet. Be the first to comment!
Snippet Information
Author:
Jioh.Kwon
Language: PowerScript
Created:
Jan 12, 2026
Updated:
0 minutes ago
Views: 11
Stars: 2