Macro Button editing

Quick LB Macro question, in the use CNC Macro button I would like to add my Shapoeko setting back, $10=255, $30=1000, $31=0, $32=0 after G10 L2 P1 X0 Y0. Do I do it like that with a comma between or do I hit the "enter key between them like this:

G10 L2 P1 X0 Y0
$10=255
$30=1000
$31=0
$32=0

Luckily Carbide Motion has a complete reset in the setting window or I would have lost the original settings.

Enter / newline in between each command (your second version). And the settings you’re showing there are simply the GRBL defaults. The $30 and $31 settings are the same for LightBurn (1000, 0), so you shouldn’t need those ones.