0.2mm Nozzle - Fixing the "exceeds maximum extrusion (0.577mm^2 vs 0.160mm^2)" error

Fixed, sort off…

See Machine G-Code below (following the instructions on the video posted earlier)… Would be good if the start up G-Codes are modified by Sovol rather than reverse engineering the issue…

M140 S[bed_temperature_initial_layer_single] ;set bed temp
M190 S[bed_temperature_initial_layer_single] ;wait for bed temp
START_PRINT
G90
G1 X0 F6000
G1 Y20
G1 Z0.400 F600
G1 Y-4 F6000
M400
M104 S[nozzle_temperature_initial_layer] ;set extruder temp
M109 S[nozzle_temperature_initial_layer];wait for extruder temp
G91
M83
; G1 E-0.200 Z5 F600
; G1 X{print_bed_max[1] / 3} F6000
; G1 Z-4.800 F600
; G1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000
; G1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000
; G1 Y1 E0.16 F3000
; G1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000
; G1 X-{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000
; G1 Y1 E0.24 F3000
; G1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.24} F3000
; G1 X{print_bed_max[1] / 6} E{print_bed_max[1] / 6 * 0.16} F3000
; G1 E-0.200 Z1 F600
M400