Update Log-4 - 4PRO
Update Log-4 - 4PRO
14
Update Date: July 5, 2024
Compatible with Motherboard Firmware Version: V1.1.3.1
1. The Neptune 4 series screen firmware is mutually compatible.
2. Added error page prompt for failed homing.
3. For Neptune 4 & 4 Pro, added a prompt page for firmware rollback.
4. Added an emergency stop button on the waiting screen when the print is paused.
Using the emergency stop button and restarting can avoid prolonged heating waiting
time.
Tip:Using the fix pack will automatically delete the contents in the task list
If you are used to uploading print files on the web side for printing, please note:
To ensure that the system has enough memory to update the fix pack, this update
will automatically delete the contents of the task list in the local memory.
If necessary, please back up in advance.
6.(Applicable to main control board K1 V1.1) Added support for controlling soc gpio
sled1 and sled2 via the web interface.
Simply add the macros in the printer.cfg file, as shown below: (Note: the macros
have been added to the printer.cfg file, uncomment to use)
[gcode_macro FLASHLIGHT_SWITCH]
description: Switch Hotend LEDs
gcode:
RUN_SHELL_COMMAND CMD=FLASHLIGHT
[gcode_shell_command FLASHLIGHT]
command: sh /home/mks/sled2.sh
timeout: 5.
[gcode_macro MODLELIGHT_SWITCH]
description: Switch Logo LEDs
gcode:
RUN_SHELL_COMMAND CMD=MODLELIGHT
[gcode_shell_command MODLELIGHT]
command: sh /home/mks/sled1.sh
timeout: 5.