Page 1 of 1

Ender 3 V3 Plus Error Code 2110

Posted: Sat Sep 13, 2025 7:01 pm
by Flashsolutions
I wrote support about an issue I was having with the Ender 3 V3 Plus using Simplify 3D Version 5. Support sent me a printer profile which installed but did not fix the issue.

At issue was an error code 2110 when attempting to start a print.

It seems that the Ender 3 V3 Plus expects a comment at the begin and end or else it won't work.

I added ;EXECUTABLE_BLOCK_START in the Starting Script and ;EXECUTABLE_BLOCK_END in the ending script as follows:

STARTING SCRIPT
;EXECUTABLE_BLOCK_START
M190 S[platform0_temperature]
M104 S[extruder0_temperature]
START_PRINT EXTRUDER_TEMP=[extruder0_temperature] BED_TEMP=[platform0_temperature]

ENDING SCRIPT
; layer end
G1 X0 Y300 F1200 ; move build plate to front for easy removal
M106 S0 ; turn off cooling fan
M106 S0 P2 ; turn off side fan
M104 S0 ; turn off extruder
M140 S0 ; turn off build platform
M84 ; disable motors
; EXECUTABLE_BLOCK_END