585,875 active members*
4,033 visitors online*
Register for free
Login

Search:

Type: Posts; User: gnurph69

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    236

    Re: IF statement returns unexpected value

    Thank you!
  2. Replies
    7
    Views
    236

    Re: IF statement returns unexpected value

    This will be in next version, correct?
  3. Replies
    7
    Views
    236

    Re: IF statement returns unexpected value

    Yes - if you fix it, can we also add the ELSE option?

    if [#<_L2R>] then (txt,L2Rtxt,Yes) else (txt,L2Rtxt,No)
  4. Replies
    3
    Views
    83

    Re: Question re: print / debug

    Okay - thank you. Is there a reference that explains the use of the digits after the parameter (example: #<hh,0>)?

    Thank you.
  5. Replies
    7
    Views
    236

    IF statement returns unexpected value

    I have a parameter _L2R, set to either 1 or 0.


    (txt,L2Rtxt,Neither)
    (print,$<L2Rtxt>)
    (print,#<_L2R>)
    if [#<_L2R> EQ 1] then (txt,L2Rtxt,Yes)
    if [#<_L2R> EQ 0] then (txt,L2Rtxt,No)...
  6. Replies
    3
    Views
    83

    Question re: print / debug

    Is there a way to do either of the following:

    a) have a print or debug force a certain number of digits to be used? I have a series of print statements running that give me a status in the output...
  7. Suppressing expression responses in utility window

    I've added expressions as (expr, "whatever") in my gcode - and the utility window is reporting back a line for every expression that executes. Is there a way to suppress that? Do I need to somehow...
  8. Replies
    10
    Views
    1,172

    Re: Turning on an Axis motor via gcode

    Positioning is not required, so no hardware change or script required, I believe. If I understand correctly, I need to identify the spindle speed pin and determine how to turn it on / off / control...
  9. Replies
    10
    Views
    1,172

    Re: Turning on an Axis motor via gcode

    Positioning is not required, so no hardware change or script required, I believe. If I understand correctly, I need to identify the spindle speed pin and determine how to turn it on / off / control...
  10. Replies
    10
    Views
    1,172

    Re: Turning on an Axis motor via gcode

    Easily - it already turns in 360 degree increments. I just want it to continue turning that direction until I tell it to stop. It can be done by putting a driver attached to the wiring to go one...
  11. Replies
    10
    Views
    1,172

    Turning on an Axis motor via gcode

    I want to experiment with treating my 4th axis as a rough lathe. I realize that the stepper motor is not designed to do this, but I read that it is possible (although there won't be a lot of RPMs or...
  12. Re: I'm missing something somewhere...debugging and sound?

    I saw that. It doesn't seem to do anything and that applies to a specific piece of equipment, I think.

    I have a series of (print, blah blah) commands and I only wanted to show them if the debug...
  13. I'm missing something somewhere...debugging and sound?

    My Google-fu is either lacking, or I'm missing something somewhere. I need help finding 2 things:

    a) how do I turn debug mode on? In other words, rather than using (print, blah blah)...I want to...
  14. Laurel, Maryland - like to learn, but just a hobby

    Am I alone out here in the wilderness between DC and Baltimore? No classes I can find, darn few people that aren't doing this professionally on high-end machines - I just want to learn what it can...
Results 1 to 14 of 14