Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-Release v0.928 #113

Open
baxerus opened this issue Mar 18, 2020 · 11 comments
Open

Pre-Release v0.928 #113

baxerus opened this issue Mar 18, 2020 · 11 comments

Comments

@baxerus
Copy link

baxerus commented Mar 18, 2020

Cutting path isn't shown anymore after file is loaded.

I tried several reloads of gcode files. Also one that were shown in the past. Changed view to perspective and back (btw otho is cool. At least I think, because no path shown 😉), tried enabling and disabling board view. Nothing worked.

Rolling back to v0.925. Now the path is shown again.

@madgrizzle
Copy link
Collaborator

I'm wondering if the problem is that the JavaScript is still cached in the browser.. I might have forgotten to force a reload.

@madgrizzle
Copy link
Collaborator

For anyone experiencing this, try to force refresh. I think Ctrl-F5

@baxerus
Copy link
Author

baxerus commented Mar 18, 2020

I tried hard refresh of the browser (developer console > holding reload button > Hard reload). Problem was still existing.

BTW same on mobile safari, no path shown. Even after (multiple) reload(s).

@madgrizzle
Copy link
Collaborator

Odd.. i wonder if there something I didn't account for that's in you gcode. Can you email it to me at madgrizzlemaslow at gmail dot com?

@baxerus
Copy link
Author

baxerus commented Mar 18, 2020

Exactly the same gcode is working in v0.925 (adding it in here, because its less than 50 lines. And it is than linked to this issue):

(1001)
(T12  D=3.175 CR=0 - ZMIN=-19.5 - FLAT END MILL)
(USEACTIVESPINDLE AND STOPSPINDLEFORG0 OPTIONS ACTIVATED)
G0 G40 G90 G17
G21

(DRILL HOLDER SCREWS)
T12 M6
G0 Z3
G0 X267.412 Y14
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5
G0 X198.588
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5
G0 X51.5 Y107.412
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5
G0 Y138.588
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5
G0 Y207.412
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5
G0 Y238.588
M3 S15000
G1 Z-19.5 F500.
G1 Z3
M5

G0 Z3
M5
M30

@madgrizzle
Copy link
Collaborator

Thanks for the gcode. I'm sure it's a parsing issue.

@madgrizzle
Copy link
Collaborator

Yes, definitely a parsing issue (I used improperly made gcode to develop it). So I need a little rework. I pulled the release. Sorry for the inconvenience.

@baxerus
Copy link
Author

baxerus commented Mar 18, 2020

No inconvenience. Instead thank you for your great work! 👍

@madgrizzle
Copy link
Collaborator

try the new version (0.929)

kick the tires well if you would :)

@baxerus
Copy link
Author

baxerus commented Mar 18, 2020

Gcode path are shown now (with v0.929).

Actually not tested anything else, because have to work and just put the software on there in 5min or so between to calls, to not let you hang here.

@madgrizzle
Copy link
Collaborator

Ok, let's leave this open until you get a chance to try it out more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants