-
Notifications
You must be signed in to change notification settings - Fork 8
Scripting XL E 060
GitHub Action edited this page Feb 6, 2025
·
3 revisions
-
GetPosFloat()
-Reports current position in mm.
-
SetStall(bool)
-Sets the stallguard value as specified.
-
ToggleStall()
-Toggles the stallguard value.
-
WaitUntilInsideZoneMM(float, float)
-Wait until the axis reaches the requested absolute position +/- margin (mm,mm).
-
WaitUntilOutsideZoneMM(float, float)
-Wait until the axis moves away from the requested absolute position +/- margin (mm,mm).
-
Key(string)
-Simulates a keypress
-
SetA(float)
-Sets the voltage readout to a given value.
-
GetRPM()
-Reports the current RPM
-
Resume()
-Resumes a stalled fan.
-
Stall()
-Stalls the fan tachometer
-
GetRPM()
-Reports the current RPM
-
Resume()
-Resumes a stalled fan.
-
Stall()
-Stalls the fan tachometer
-
Set(int)
-Sets the hall sensor to the given value
-
Toggle()
-Toggles hall filament sensor enum state
-
Set(int)
-Sets the hall sensor to the given value
-
Toggle()
-Toggles hall filament sensor enum state
-
Set(int)
-Sets the hall sensor to the given value
-
Toggle()
-Toggles hall filament sensor enum state
-
Open()
-Sets heater as open-circuit
-
Restore()
-Restores normal (non-open or runaway) state
-
Runaway()
-Sets heater as if in thermal runaway
-
SetTemp(float)
-Sets the current temperature the heater uses to update the thermistor
-
SetPanic()
-Trips the Power Panic line
-
SetV(float)
-Sets the voltage readout to a given value.
-
Disconnect()
-Disconnects the thermistor
-
GetTemp()
-Prints the current temperature
-
Restore()
-Restores the thermistor to normal (unshorted, heater-operated) state
-
Set(float)
-Sets the temperature to a given value.
-
Short()
-Shorts the thermistor
-
Disconnect()
-Disconnects the thermistor
-
GetTemp()
-Prints the current temperature
-
Restore()
-Restores the thermistor to normal (unshorted, heater-operated) state
-
Set(float)
-Sets the temperature to a given value.
-
Short()
-Shorts the thermistor
-
Disconnect()
-Disconnects the thermistor
-
GetTemp()
-Prints the current temperature
-
Restore()
-Restores the thermistor to normal (unshorted, heater-operated) state
-
Set(float)
-Sets the temperature to a given value.
-
Short()
-Shorts the thermistor
End Scripting options