SourceRabbit / gcode-sender

Cross platform 3-Axis CNC Machines control software
https://www.sourcerabbit.com
GNU General Public License v3.0
77 stars 21 forks source link

Requests #11

Closed 3dPrintingMD closed 3 years ago

3dPrintingMD commented 6 years ago

1) Ability to Maximize the Window, currently grayed out 2) Step Sizes - Would be great if you could have the ability to select step size from a few choices. 3) Probing - When that is running I do not see any gcode displayed, I feel that would be helpful.

Thanks - Going to run it on my cnc and see how it runs.

skendrot commented 5 years ago

Would be great to get separate step sizes for X/Y and Z

nsiatras commented 4 years ago

@3dPrintingMD

  1. You can maximize the control window in the latest version of the software.

  2. We can certainly do that but we have to think about a useful way to implement that in the UI

  3. The only reason we do not display the live position of the machine during a touch probe operation is because we do not want to use more of the Arduino's CPU in order to maintain precision

klembaris commented 4 years ago

Hello, would be nice to have edge finder (probing) XYZ in the future releases.

nsiatras commented 4 years ago

@3dPrintingMD

Your request about the step sizes is now implemented on our latest release You can select step sizes of 0.001, 0.01, 0.1, 1, 10 and 100

justin-hubbard commented 4 years ago

I'd like the ability to set zero points for each axis individually, so i can use different methods of setting my zero points. Currently there is one button for setting the current (x,y,z) zero points all at once, I would appreciate an additional button for each axis to set them one at a time. Thanks for taking requests!

nsiatras commented 4 years ago

Double click on the X,Y and Z under Work Position. It will ask you if you want to zero each axis individually

On Mon, May 25, 2020 at 10:28 AM justin-hubbard notifications@github.com wrote:

I'd like the ability to set zero points for each axis individually, so i can use different methods of setting my zero points. Currently there is one button for setting the current (x,y,z) zero points all at once, I would appreciate an additional button for each axis to set them one at a time. Thanks for taking requests!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/nsiatras/sourcerabbit-gcode-sender/issues/11#issuecomment-633423617, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABN6V3R2XFGUKSP35UFRZ3LRTIMZZANCNFSM4F6GE4YQ .

justin-hubbard commented 4 years ago

Oh gotcha. Just checked and I see how to do it. For a future version, some buttons for that functionality would be nice, and easier to find. I never would have found those functions without asking.