Been watching the progress but been of modifying (eternally) my K40 and building an

Been watching the progress but been of modifying (eternally) my K40 and building an OX.

2 questions:

1.) Is the web version still legit :https://laserweb.github.io/LaserWeb4/dist/

This site https://cncpro.yurl.ch/ says that it can be used without communications. Does this mean there is no version that will run an active device anymore?

I ask this because I cannot seem to load a gcode file. I drag it into the Gcode document box and it leaves LW and opens a page with the Gcode but it is no longer in LW? Perhaps I need to be retrained :).

2.) Can I run LW with a tiny G on an OX? Is anyone doing such?
This site https://cncpro.yurl.ch/documentation/initial-configuration/62-tinyg has a placeholder.

Thanks

@donkjr I dont think to much testing was done actually for tiny G.

@donkjr about #1, that url is not updated often (I’ve updated that just now). Instead binaries are.
LW4 does not have drag and drop load, instead use load document button.

@donkjr TinyG is basically supported, but not much tested. If you have any problems, just ping me :wink:

The git hosted dist version never supported connecting to a machine. It’s only for testing the frontend (CAM).

@Jorge_Robles
I am trying to use the web version to check my CNC files that I use for my OX to see how LW will handle them…

In LW:
I load a small gcode file using the “Load Gcode from file” in the green “Gcode” dialog and:
…It loads the file onto the palate
…There is no gcode visible anywhere
If I “generate gcode”: the objects on the palate disappear
…The “simulator” slider is not active.
If I “view generated Gcode” it opens a blank “untitled” browser tab.
If I “export Gcode to file” it saves a file but with just a small section of the original contents.

I tried some other test files that used to work with LW and although some will simulate before I “generate Gcode”, most behave this way. I definitely cannot see the loaded Gcode.

LW Exported contents:
G21 ; Set units to mm
G90 ; Absolute positioning
M2 ; End

Original Contents:
( Made using CamBam - http://www.cambam.co.uk )
( 1x1square 9/27/2017 7:18:06 AM )
( T3 : 0.125 )
( T8 : 0.125 )
G20 G90 G64 G40
G0 Z0.0
( T8 : 0.125 )
T8 M6
( Inside Cut )
G17
M3 S1000
G0 X0.0625 Y0.0625
G1 F30.0 Y0.9375 Z-0.0275
G1 X0.9375 Z-0.055
G1 Y0.0625 Z-0.0825
G1 X0.0625 Z-0.11
G1 Y0.9375 Z-0.1375
G1 X0.9375 Z-0.165
G1 Y0.0625 Z-0.1925
G1 X0.0625 Z-0.22
G1 Y0.9375
G1 X0.9375
G1 Y0.0625
G1 X0.0625
( Peck Drill 1/8" )
G0 Z0.125
( T3 : 0.125 )
T3 M6
M3 S1000
G0 X1.375 Y0.6875
G99
G83 X1.375 Y0.6875 Z-0.22 Q0.11 R0.125 F10.0
G80
G0 Z0.125
M5
M30

As first glance, Parenthesis are not supported by LW, try other postprocessor on cambam to export with semicolons or replace them. You don’t need to generate gcode, as is what is loaded.

@Jorge_Robles what about the display problem ie: does not show me what Gcode is loaded.
If LW finds an unsupported Gcode/format what does it do?

If lw cannot parse it then cannot show it :slight_smile: . It should alert non recognizable code, will check later. In the meantime, try adding semicolon before the parentheses