nraynaud / webgcode

Online G-Code simulator, controller code for STM32F4-Discovery and google chrome extension to send the code to it.
http://nraynaud.github.io/webgcode/webapp/visucamTest.html#/
Other
373 stars 162 forks source link

WebGcode simulator #5

Closed pauljay closed 8 years ago

pauljay commented 8 years ago

Hi, I have tried out webgcode simulator. But I can't paste my gcode onto the left window since there is no left window to put the gcode.

How can I make it show the left window to put my g code ?

I am making my own CNC board. My firmware is in between GRBL and Smoothie also something like a mashup of them. Though I have a g code viewer on Windows OS, I need to make a some G code community site where popular milling operations G code are exchanged like Thingiverse.

Regards,

Paul J

nraynaud commented 8 years ago

Hi Paul, I'm sorry an SVG API has been removed from Chrome, and you are right, it broke the left hand side panel. I'll try to fix it soon. In the mean time, you can try with firefox.

Thanks for trying my software.

Nicolas.

pauljay commented 8 years ago

Thank you for your reply.

2016년 6월 29일 수요일, Nicolas Raynaudnotifications@github.com님이 작성한 메시지:

Hi Paul, I'm sorry an SVG API has been removed from Chrome, and you are right, it broke the left hand side panel. I'll try to fix it soon. In the mean time, you can try with firefox.

Thanks for trying my software.

Nicolas.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nraynaud/webgcode/issues/5#issuecomment-229305460, or mute the thread https://github.com/notifications/unsubscribe/ABA-b-4cLe5-g-FFapDhZX0FXmZIx4HSks5qQjrcgaJpZM4I-udn .

nraynaud commented 8 years ago

Hello Paul, that seems to be fixed, albeit the thing is now quite slow.

pauljay commented 8 years ago

Yes, it works now on Chrome albeit it's some slow to load. However, it works very flawlessly on FireFox. Do you use WebGL on FireFox ?

On Sun, Jul 3, 2016 at 8:17 PM, Nicolas Raynaud notifications@github.com wrote:

Closed #5 https://github.com/nraynaud/webgcode/issues/5.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nraynaud/webgcode/issues/5#event-711376382, or mute the thread https://github.com/notifications/unsubscribe/ABA-bzvzKnoT7Oj0im2VBedGFeZF4Aeoks5qR5o2gaJpZM4I-udn .

nraynaud commented 8 years ago

I use webgl on both of them. It's the SVG system that as now become slow on Chrome, since they removed a native API, it is simulated in javascript.