winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.9k stars 765 forks source link

Nightly Build Visualizer Not warking #1120

Closed Baybeyya closed 6 years ago

Baybeyya commented 6 years ago

My old UGS stopped showing visualizer. I removed old one and downloaded new nightly build UGS but still the visualizer is not working. I am on Windows 10. Appreciate suggestions. Thanks.

winder commented 6 years ago

Could you share the log file? You can find its location here: http://winder.github.io/ugs_website/guide/troubleshooting/#property-files

Baybeyya commented 6 years ago

I sorry I am not very familiar but trying hard. I cannot find UGS logs in the location. Here is screen shot. c:\user\AppData\Roaming Thanks

On Mon, Sep 10, 2018 at 7:18 PM Will Winder notifications@github.com wrote:

Could you share the log file? You can find it's location here: http://winder.github.io/ugs_website/guide/troubleshooting/#property-files

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1120#issuecomment-419929182, or mute the thread https://github.com/notifications/unsubscribe-auth/ApGC24PqMH0z7X9M3rfSdeCx_FBoAxwGks5uZnS5gaJpZM4WgnIz .

winder commented 6 years ago

The directory is also listed in the about page while UGS is running.

Baybeyya commented 6 years ago

Sorry. I could not find. will there be help guide for windows 10?

winder commented 6 years ago

No, my guess is that it's the same as in Windows 7

Baybeyya commented 6 years ago

{ "Name": "GRBL", "Version": 4, "Controller": { "name": "GRBL" }, "GcodeProcessors": { "Front": [ { "name": "CommentProcessor", "enabled": true, "optional": false }, { "name": "FeedOverrideProcessor", "enabled": false, "optional": true, "args": { "speedOverridePercent": 60 } }, { "name": "M30Processor", "enabled": true, "optional": false }, { "name": "ArcExpander", "enabled": false, "optional": true, "args": { "segmentLengthMM": 1.3 } } ], "Custom": [], "End": [ { "name": "DecimalProcessor", "enabled": true, "optional": true, "args": { "decimals": 4 } }, { "name": "WhitespaceProcessor", "enabled": true, "optional": true }, { "name": "M3Dweller", "enabled": false, "optional": tr

Baybeyya commented 6 years ago

Now I get it. I am using classic version so I have to give Jason file. { "firmwareVersion": "GRBL", "fileName": "C:\Users\user\Desktop\Test2.nc", "port": "COM3", "portRate": "115200", "manualModeEnabled": false, "manualModeStepSize": 1.0, "useZStepSize": true, "zJogStepSize": 1.0, "jogFeedRate": 51.0, "scrollWindowEnabled": true, "verboseOutputEnabled": false, "commandTableEnabled": true, "mainWindowSettings": { "xLocation": -17, "yLocation": 12, "width": 1382, "height": 754 }, "visualizerWindowSettings": { "xLocation": -32000, "yLocation": -32000, "width": 160, "height": 39 }, "singleStepMode": false, "statusUpdatesEnabled": true, "statusUpdateRate": 200, "displayStateColor": true, "defaultUnits": "mm", "probeAxis": "Z", "probeFeed": 5.0, "probeDistance": -10.0, "probeOffset": 0.0, "showNightlyWarning": true, "showSerialPortWarning": true, "autoConnect": false, "autoReconnect": false, "toolbarIconSize": 0, "autoLevelSettings": { "autoLevelProbeZeroHeight": 0.0, "autoLevelProbeOffset": { "units": "UNKNOWN", "x": 0.0, "y": 0.0, "z": 0.0 }, "autoLevelArcSliceLength": 0.01, "stepResolution": 10.0, "probeSpeed": 10.0, "zSurface": 0.0 }, "fileStats": { "minCoordinate": { "units": "MM", "x": 0.0, "y": 0.0, "z": -1.0 }, "maxCoordinate": { "units": "MM", "x": 59.60659898477157, "y": 58.91878172588832, "z": 15.0 }, "numCommands": 34 }, "macros": { "1": { "gcode": "G91 X0 Y0;" } }, "language": "en_US", "pendantConfig": { "stepSizeList": [ { "value": ".1", "label": ".1", "selected": false }, { "value": "1", "label": "1", "selected": false }, { "value": "5", "label": "5", "selected": false }, { "value": "10", "label": "10", "selected": true }, { "value": "50", "label": "50", "selected": false } ], "shortCutButtonList": [ { "label": "Return to Workpiece 0", "gCodeCommandList": [ "G90 G0 X0 Y0 Z0" ] }, { "label": "Start Spindle", "gCodeCommandList": [ "M3" ] }, { "label": "Stop Spindle", "gCodeCommandList": [ "M5" ] }, { "label": "Coolant On", "gCodeCommandList": [ "M7" ] }, { "label": "Coolant Off", "gCodeCommandList": [ "M9" ] } ] } }

winder commented 6 years ago

@Baybeyya you'll have to run from the command line to get the error log in that case

winder commented 6 years ago

Maybe this will help you with that: https://www.youtube.com/watch?v=MhwX8_ohOD8

Baybeyya commented 6 years ago

Here is screen shot from cmd prompt

On Mon, Sep 10, 2018 at 11:00 PM Will Winder notifications@github.com wrote:

Maybe this will help you with that: https://www.youtube.com/watch?v=MhwX8_ohOD8

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/winder/Universal-G-Code-Sender/issues/1120#issuecomment-420004716, or mute the thread https://github.com/notifications/unsubscribe-auth/ApGC27hGZOc_y1FC-tW2XeE10YhCpV2Dks5uZqjPgaJpZM4WgnIz .

winder commented 6 years ago

You'll have to share from github, your screenshots aren't showing up.

Baybeyya commented 6 years ago

image

Baybeyya commented 6 years ago

image

Baybeyya commented 6 years ago

if it may be a clue. I just tried to run UGS Platform from bin directry. an error occured it says Cannot Find Java 8.1 or higher.

winder commented 6 years ago

I don't see any errors, maybe try updating your graphics drivers. Does the UGS Platform visualizer work?

Baybeyya commented 6 years ago

UGS Platform could not run because Cannot Find Java 8.1 or higher

Baybeyya commented 6 years ago

image

Baybeyya commented 6 years ago

image

Baybeyya commented 6 years ago

image

Baybeyya commented 6 years ago

Unsupported command

winder commented 6 years ago

Java 8 is required, I'm not sure how you're able to run the classic UGS without it. Make sure you have the right version and you can also try the latest UGS platform.