vector76 / cnc_gcodeviewer

Octoprint GCode Viewer for CNC machines
GNU Affero General Public License v3.0
3 stars 0 forks source link

No Plot #8

Closed JocB1 closed 2 years ago

JocB1 commented 2 years ago

Hi, I installed yesterday the current version of the plugin additionally to the "better grbl support" Plugin.

Unfortunately, I do not get a plot displayed.

This is a simply example for a Gcode which I create with Laserweb:

" G21 ; Set units to mm G90 ; Absolute positioning $X ; unlock

; ; Operation: 0 ; Type: Laser Cut ; Paths: 1 ; Passes: 1 ; Cut rate: 200 mm/min ;

; Pass 0

; Pass 0 Path 0 G0 X51.84 Y51.84 M03 G1 X2.00 Y51.84 S30.12 F200 G1 X2.00 Y2.00 G1 X51.84 Y2.00 G1 X51.84 Y51.84 G1 X51.84 Y51.84 M05 M5 ; Switch tool offEnd

"

Can you help me in this case?

Best regards, Jochen

vector76 commented 2 years ago

Thank you for the bug report. I will see if I can fix this.

vector76 commented 2 years ago

Okay, I think I have a fix for this. Try 1.0.3 https://github.com/vector76/cnc_gcodeviewer/archive/refs/tags/v1.0.3.zip

You will need to disable the default built-in gcode viewer for this to work.

I think this will solve your issue. If it does, then you may close the issue.

JocB1 commented 2 years ago

Hi Jamie,

 

great, thank you now it runs great!

 

Jochen

 

Gesendet: Freitag, 08. April 2022 um 07:47 Uhr Von: "Jamie" @.> An: "vector76/cnc_gcodeviewer" @.> Cc: "JocB1" @.>, "Author" @.> Betreff: Re: [vector76/cnc_gcodeviewer] No Plot (Issue #8)

 

Okay, I think I have a fix for this. Try 1.0.3 https://github.com/vector76/cnc_gcodeviewer/archive/refs/tags/v1.0.3.zip

You will need to disable the default built-in gcode viewer for this to work.

I think this will solve your issue. If it does, then you may close the issue.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>