LaserWeb / deprecated-LaserWeb3

Open Source Laser Cutter / Engraver software. Supports gcode, svg, dxf, stl, png, jpg, bmp
265 stars 68 forks source link

Life feed and spindle/laser overrides #174

Closed cprezzi closed 7 years ago

cprezzi commented 7 years ago

I got feed and spindle/laser overrides working for Grbl (>1.1d) and Smoothie via USB. The GUI elements are only shown when a compatible board is connected via USB.

Somebody like to test?

cojarbi commented 7 years ago

I have a grbl cnc on 1.0, I can update to 1.1

Ariel Yahni

On Wed, Nov 2, 2016 at 11:29 AM -0500, "Claudio Prezzi" notifications@github.com wrote:

I got feed and spindle/laser overrides working for Grbl (>1.1d) and Smoothie via USB.

The GUI elements are only shown when a compatible board is connected via USB.

Somebody like to test?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

cprezzi commented 7 years ago

You are welcome to test this version is on branch "overrides".

cprezzi commented 7 years ago

Overrides branch got an update.

dro overrides

Long press on +/- override buttons now continously count values up/down and CTRL+button makes larger steps (10% instead of 1%). Override fields are only shown if a compatible board is connected through USB (GRBL>v1.1 or Smoothieboard).

beikeland commented 7 years ago

Seems to be working well; but I can't help to think that the % override is less interesting than the absolute value.

I would at least find it more useful to see that I'm running at F: 120 than knowing the G-code is for F100 and I'm at 120%.

So the question becomes how to display the absolute feeds and speeds and maintain the override control without cluttering the interface, maybe something like so which also adds individual zeroing for axis? image

ghost commented 7 years ago

@beikeland since F and S actual valus changes constantly during the job (especially in rasters) the override percentage makes more sense.

ghost commented 7 years ago

merged to master... closing this issue

overrides