Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. niocio01
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 27
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by niocio01

    • niocio01undefined

      Neopixels on toolboard not working correctly

      General Discussion
      • • • niocio01
      4
      0
      Votes
      4
      Posts
      120
      Views

      jay_s_ukundefined

      @niocio01 I've not heard anything at the moment. Most work has been going into the new input shaping for 3.6 on both mainboards and expansion boards

    • niocio01undefined

      [3.5.0-rc.1] Variable occasionally not found

      Beta Firmware
      • • • niocio01
      14
      1
      Votes
      14
      Posts
      625
      Views

      dc42undefined

      @timschneider thanks for pointing out the bug in RRF when you try to set a variable to that very large value. I will fix it in the 3.5 source code.

      I suggest you use

      var testVar1 = null

      instead.

    • niocio01undefined

      Allow subfolders for config files

      General Discussion
      • • • niocio01
      13
      0
      Votes
      13
      Posts
      517
      Views

      deckingmanundefined

      @niocio01 said in Allow subfolders for config files:

      Is this also true for the "TriggerN.g" Files?

      DC said no, so what do your your trigger files look like? Could you use conditional gcode to make one "universal" triggerN.g?

    • niocio01undefined

      Configure GPIO input on Toolboard

      Gcode meta commands
      • object model gpio toolboard • • niocio01
      4
      0
      Votes
      4
      Posts
      450
      Views

      niocio01undefined

      Allright, bridging the Top Pin (NC on the PCB) to the bottom one (io3.in) did the trick.

      I had to invert the signal but other than that no changes were necessary on my firmware configuration.

      For future reference and anyone who is trying to do something similar:

      M950 J1 C"!^100.io3.in" ; Tool1 docking detection GPIO setup

      Is the command I use now.

    • niocio01undefined

      Start Address for Led Set Command

      Firmware wishlist
      • leds neopixel • • niocio01
      2
      0
      Votes
      2
      Posts
      345
      Views

      dc42undefined

      @niocio01 unfortunately, Neopixel strings don't support setting just some colours. So you need to send the commands for all the LEDs that you want to change. You can either write a macro that computes and writes the correct colours for all 4 tools and call that every time the status of a tool changes, or you could use global variables to record the correct colour for each tool so that you don't need to recompute it each time.

    • niocio01undefined

      Ignore undervoltage condition, while PSU off

      Duet Web Control
      • pson voltage warning ignore • • niocio01
      4
      0
      Votes
      4
      Posts
      308
      Views

      niocio01undefined

      @gloomyandy Yes. I get it only once, when I turn the PSU off, which I expected.
      It's not a big deal, just a minor annoyance.
      I just wish to keep my logs clean. 😉

    • niocio01undefined

      Conditional g-code

      Tuning and tweaking
      • • • niocio01
      6
      0
      Votes
      6
      Posts
      2.0k
      Views

      cgcaferundefined

      Conditional g code can be useful especially for config.g. For example you can configure it depends on 3d printer, laser or cnc mode.

    • niocio01undefined

      Deinstall WifiServer

      Firmware installation
      • • • niocio01
      9
      0
      Votes
      9
      Posts
      1.2k
      Views

      dc42undefined

      Yes, that should have been picked up by visual inspection. I believe the batch that has just started shipping was tested with firmware 1.21, so in future that would be picked up during testing.

    • niocio01undefined

      Delta XY calibration

      Tuning and tweaking
      • • • niocio01
      3
      0
      Votes
      3
      Posts
      766
      Views

      niocio01undefined

      this is an abolute offset right?

      my offset seem to be scaling with the size of the printed object, so I dont think this is the right solution.

      maybe this helps.. https://drive.google.com/open?id=1dmRbzW0ga1oKkvR33TSz4iv_SgwE46os