Sample code

AutomationConnectIQ

AutomationConnectIQ-Sample5

# Setting the number of notifications.$sim.SetNotificationCount(4)# Setting the number of alarms.$sim.SetAlarmCount(3)# ...
3D Printer

Adventurer3 Control – 5.1

Modified the content of G code and added the function to output.
AutomationConnectIQ

AutomationConnectIQ-Sample6

# Get diagnostic results$sim.ToggleMenu(::LowPowerMode, $true)Start-sleep -Milliseconds 500 # Earn time to update the sc...
Adventurer3 Control

Adventurer3 Control – 6.6

Added the ability to remove unnecessary retracts. In addition to that, we fixed the problem.
AutomationConnectIQ

AutomationConnectIQ-Sample7

$time = $sim.CreateTime()$time.Open()$time.Time = Get-Date "2020-1-1 13:00:00"$time.Factor = 3$time.Action(::Start)Start...
Adventurer3 Control

Adventurer3 Control – 6.7

Implemented one bug fix for Slic3r.
AutomationConnectIQ

AutomationConnectIQ-Sample8

Automation Connect IQ SDKIntroducing the convenience class Checker that builds and starts the simulator.First, about the...
3D Printer

Find out if Slic3r can be used with Adventurer 3

We investigated whether Adventurer3 could use free slicer software other than FlashPrint.In the beginningAt first glance...
AutomationConnectIQ

AutomationConnectIQ-Sample9

Automation Connect IQ SDKIntroducing the convenience class Checker that builds and starts the simulator.A function that ...
Adventurer3 Control

Adventurer3 Control – 7.1

Released the Python version of "Adventurer3 Control-5" with limited functionality
Sponsored Link