Muevo el laser pero no comienza a grabar

LaserWeb information

On the About page, I see that I have:

  • Frontend version: _____________
  • Backend version: _____________

My settings are:

<go to Settings / Tools and save your LaserWeb Settings to a json file, 
then open that file with a text editor and copy/paste the content here>

“settings”: {
“__version”: “4.0.998”,
“__selectedProfile”: “*gen_grbl”,
latestRelease": “2019-11-26T10:42:57Z”,
“showMachine”: true,
“machineWidth”: 400,
“machineHeight”: 500,
“machineBeamDiameter”: 0.2,
“machineBottomLeftX”: 0,
“machineBottomLeftY”: 0,
“machineFeedRange”: {
“XY”: {“min”: 1, “max”: 50000},
“Z”: {“min”: 1, “max”: 50000},
“A”: {“min”: 1, “max”: 50000},
“S”: {“min”: 0, “max”: 30000}
},
“machineXYProbeOffset”: 0,
“machineZEnabled”: false,
“machineZMatThickness”: 0,
“machineZToolOffset”: 0,
“machineZStartHeight”: “”,
“machineZProbeOffset”: 0,
“machineAEnabled”: false,
“machineBlowerEnabled”: false,
“machineBlowerGcodeOn”: “”,
“machineBlowerGcodeOff”: “”,
“pxPerInch”: 96,
“forcePxPerInch”: false,
“dpiBitmap”: 300,
“toolGridWidth”: 400,
“toolGridHeight”: 300,
“toolGridMinorSpacing”: 10,
“toolGridMajorSpacing”: 50,
“toolSafetyLockDisabled”: false,
“toolCncMode”: false,
“toolImagePosition”: “BL”,
“toolUseNumpad”: false,
“toolDisplayCache”: false,
“toolUseGamepad”: true,
“toolCreateEmptyOps”: true,
“toolVideoDevice”: null,
“toolVideoPerspective”: {“enabled”: false},
“toolVideoLens”: {“a”: 1, “b”: 1, “F”: 1, “scale”: 1},
“toolVideoFov”: {“x”: 1, “y”: 1},
“toolVideoResolution”: “1080p(FHD)”,
“toolVideoOMR”: false,
“toolVideoOMROffsetX”: 0,
“toolVideoOMROffsetY”: 0,
“toolVideoOMRMarkerSize”: 20,
“toolWebcamUrl”: “”,
“toolFeedUnits”: “mm/min”,
“toolTestSValue”: 1,
“toolTestDuration”: 0,
“gcodeStart”: “G21 ; Set units to mm\r\nG90 ; Absolute positioning\r\nM4 S0 ; Enable Laser/Spindle (0 power)\r\n”,
“gcodeEnd”: “M5 ; Disable Laser/Spindle\r\n”,
“gcodeHoming”: “$H”,
“gcodeGenerator”: “default”,
“gcodeToolOn”: “”,
“gcodeToolOff”: “”,
“gcodeLaserIntensity”: “S”,
“gcodeLaserIntensitySeparateLine”: false,
“gcodeSMinValue”: 0,
“gcodeSMaxValue”: 1000,
“gcodeCheckSizePower”: 0,
“gcodeToolTestPower”: 0,
“gcodeToolTestDuration”: 0,
“gcodeConcurrency”: 2,
“gcodeCurvePrecision”: 0.1,
“comServerVersion”: “4.0.136”,
“comServerIP”: “localhost:8000”,
“comServerConnect”: false,
“comInterfaces”: [“USB”, “ESP8266”, “Telnet”],
“comPorts”: [
{
“comName”: “COM5”,
“manufacturer”: “wch.cn”,
“serialNumber”: “5&1fd1ce84&0&1”,
“pnpId”: “USB\VID_1A86&PID_7523\5&1FD1CE84&0&1”,
“locationId”: "Port
#0001.Hub
#0003”,
“vendorId”: “1A86”,
“productId”: “7523”
}
],
“comAccumulatedJobTime”: 474,
“connectVia”: “USB”,
“connectPort”: “COM5”,
“connectBaud”: “115200”,
“connectIP”: “”,
“jogStepsize”: 10,
“jogFeedXY”: 1800,
“jogFeedZ”: 300,
“macros”: {
“*GotoXY0”: {
“label”: “Goto XY zero”,
“gcode”: “G0 X0Y0”,
“keybinding”: “ctrl+f1”,
“_locked”: false
},
“*LaserOff”: {
“label”: “LASER OFF”,
“gcode”: “M5”,
“keybinding”: “ctrl+f2”,
“_locked”: false
}
},
“uiFcDrag”: {“x”: -2017.3447983184178, “y”: 720.0998949024203},
“toolUseVideo”: false
}
}

Problem description

When I _____, I expect _____, but instead _____ happens.

This problem is new since _______ | has always happened.

Here is sample gcode that demonstrates the problem

<paste the contents of the gcode segment here>

System description

  • My machine is a diode laser

  • I have a NAME_OF_CONTROLLER_BOARD

  • It has NAME_OF_FIRMWARE version VERSION_OF_FIRMWARE installed

  • I connect via USB |

  • My computer(s) on which I run LaserWeb run(s) | Windows version ________

Here is my configuration:

<paste the contents of your machine configuration file or $$ output here>
GCODE START

G21         ; Set units to mm
G90         ; Absolute positioning
M4 S0       ; Enable Laser/Spindle (0 power)

GCODE END

M5          ; Disable Laser/Spindle

GCODE HOMING

$H
TOOL ON

TOOL OFF

Ya he conseguido que grabe!!! no se exactamente porque no me grababa pero seria algun parametro antes de generar el gcode. Ahora estoy entendiendo las diferencias entre (laser cut) y el (laser raster merge). El archivo que he importado es un dxf de autocad. Para el texto no consigo hacerlo bien algun consejo? seguire probando.

Please write in english on this board. Google translator is fine.
And please provide the asked information like controller board, firmware and firmware settings.