Jump to content

callum-burns

Dormant
  • Posts

    31
  • Joined

  • Last visited

    Never

Posts posted by callum-burns

  1. If i remove all voltage regulators and discard the switch and power jack could I put 24V into the UM shield? I know that for the hotend and HBP I would possibly need to take off the MOSFETs and put them onto a daughter board due to current issues and the tracks?

     

  2. This i what I wa planning to do:

    Remove the Bead MOSFET from the UM board

    Take a wire off the gate pin on the UM board.

    Solder the FET you have taken off of the UM board onto a small bit of strip board.

    Take the wire that you have put onto the gate pin on the UM board onto the gate pin of the MOSFET on the external board.

    Tie your 24V PSU and the 19V side GROUNDS (Drain on the MOSFET) together.

    Put HB in between the Source of the MOSFET and your 24V PSU.

    Cost: Nothing if you have a bit of strip board lying about.

    There is no need for another MOSFET or SSR. Uses parts that you have already too.

    Will upload a diagram soon.

     

  3. Im doing the same thing:

    - 24V 15A Industrial PSU: LINK

    - MK3 Alu heatbed: LINK

    - Voltage adjuster/Buck (down to 19V for the UM): LINK

    - DC/DC Solid state relay: LINK

    Plan is to adjust the 24V down to 19V for the UM board using the buck

    Have the UM board control the SSR via the heated bed port, SSR is connected to heated bed and directly to the 24V PSU

     

    You can take off the MOSFET put it on a remote PCB feed 24v into that take a wire off the gate pin onto the UM board were the FET came from. No extra cost apart from a tiny bit of strip board. :) simples.

  4. I am looking at adding neopixels to my ultimaker. They will be used for status LEDS, general ooh ah kind of things and work lighting. I am trying to get how to go about adding this kind of thing to Marlin! IMO is just a mess of code and cant get my head about how it all works!

     

  5. I am working on one just now. I can post it if that's ok with the mods. It's probably not perfect and it has parts that I have changed. But the general idea is there.

    DFRobot have a lot of the stuff, Ultimaker themselves, eBay, World of CNC (uk) for lead screws and smooth rod. That's some of the places I am goon to use or have used.

  6. It's not that MacOS really helps in this area. Can you try "Show package contents" on the Cura app goto, "Contents/MacOS" and start Cura from there. It should popup a black terminal window which might show a better error message.

    This is what comes up:

    Callums-MacBook-Pro:~ callum$ /Applications/Cura/Cura.app/Contents/MacOS/Cura ; exit;

    Traceback (most recent call last):

    File "/Applications/Cura/Cura.app/Contents/Resources/__boot__.py", line 316, in <module>

    _run()

    File "/Applications/Cura/Cura.app/Contents/Resources/__boot__.py", line 311, in _run

    exec(compile(source, path, 'exec'), globals(), globals())

    File "/Applications/Cura/Cura.app/Contents/Resources/cura.py", line 83, in <module>

    main()

    File "/Applications/Cura/Cura.app/Contents/Resources/cura.py", line 40, in main

    print "load preferences from " + profile.getPreferencePath()

    File "Cura/util/profile.pyo", line 701, in getPreferencePath

    File "Cura/util/profile.pyo", line 486, in getBasePath

    File "os.pyo", line 150, in makedirs

    File "os.pyo", line 157, in makedirs

    OSError: [Errno 1] Operation not permitted: '/Users/callum/.cura'

    2014-02-19 19:13:09.738 Cura[40307:507] Cura Error

    logout

     

  7. I bought myself a DC-DC Solid State Relay which should be able to switch on-off every 10 ms. or so... So no ticking... and I guess at those switching speeds PWM is still an option?

     

    I bought myself a DC-DC Solid State Relay which should be able to switch on-off every 10 ms. or so... So no ticking... and I guess at those switching speeds PWM is still an option?

     

    My understanding of pwm is that it is pulses of 10s of thousands per second. Varying the number per second to create a output of a certain value. Meaning that your 10ms May be too slow for true pwm. Could be totally wrong though. :D

×
×
  • Create New...