Close



Dig deeper, search our News website




Search:

Type: Posts; User: Roxy

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    40,607

    Go into Marlin_main.cpp and search for...

    Go into Marlin_main.cpp and search for marlin_debug_flags That will show you where it is set and referenced.
  2. Replies
    20
    Views
    40,607

    Check out the Debug System and the Debug Flags. ...

    Check out the Debug System and the Debug Flags. And specifically, the M111 command. You may have what you need by turning on that option in the newer releases.
  3. Replies
    20
    Views
    40,607

    The M114 unconditionally prints "X:" and the...

    The M114 unconditionally prints "X:" and the number. M119 has this code:


    case 119: // M119
    SERIAL_PROTOCOLLN(MSG_M119_REPORT);
    #if defined(X_MIN_PIN) && X_MIN_PIN > -1
    ...
  4. Replies
    20
    Views
    40,607

    M114 Should always be there. The fact it isn't...

    M114 Should always be there. The fact it isn't responding is not good! I think I would search Marlin_main.cpp and verify that the code is present. It should look like:

    ...
  5. Replies
    20
    Views
    40,607

    Actually.... You don't need a '12 volt out'. ...

    Actually.... You don't need a '12 volt out'. That circuit has a MOS-FET that switches the power. You just need a 12 volt power supply. That MOS-FET is handling all the power switching for you....
  6. Replies
    20
    Views
    40,607

    This circuit does have a reverse biased diode...

    This circuit does have a reverse biased diode across its solenoid! If you follow its directions you will not cook your electronics.
  7. Replies
    20
    Views
    40,607

    Do you have a reverse biased diode across the...

    Do you have a reverse biased diode across the solenoid? If this question doesn't make sense to you, please say so! It is very possible to fry your electronics doing this kind of stuff if you don't...
  8. Replies
    20
    Views
    40,607

    Well... I don't know off the top of my head. ...

    Well... I don't know off the top of my head. I would have to have schematics and more details from you. But here is what I can tell you off the top of my head. Most (if not all???) of the...
  9. Replies
    20
    Views
    40,607

    OK... Do you understand why I was questioning if...

    OK... Do you understand why I was questioning if PWM (Pulse Width Modulation) made sense? That kind of feels like a bad thing to do with a solenoid.
  10. Replies
    20
    Views
    40,607

    Can you post some pictures of the probe engaged...

    Can you post some pictures of the probe engaged and retracted? Did you do anything to handle the inductive kick when the power cycles off to the solenoid? And... If it is a solenoid, why do you...
Results 1 to 10 of 10