Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. audryhome
    3. Topics
    • Profile
    • Following 0
    • Followers 1
    • Topics 17
    • Posts 51
    • Best 3
    • Controversial 0
    • Groups 0

    Topics created by audryhome

    • audryhomeundefined

      Solved Object model data resolution M409....

      General Discussion
      • • • audryhome
      5
      0
      Votes
      5
      Posts
      240
      Views

      audryhomeundefined

      @dc42 Installed the beta, everything is fine!

      M409 k"move.axes[]" f"f"
      {
      "key": "move.axes[]",
      "flags": "f",
      "result": [
      {
      "machinePosition": 2.652,
      "userPosition": 0.102
      },
      {
      "machinePosition": 5.511,
      "userPosition": 0.102
      },
      {
      "machinePosition": 180.17,
      "userPosition": -0.03
      }
      ],
      "next": 0
      }

      Many Thanks!

    • audryhomeundefined

      Solved Error: M260.4: Command is not supported

      Beta Firmware
      • • • audryhome
      9
      0
      Votes
      9
      Posts
      241
      Views

      audryhomeundefined

      @dc42 I did change the power to 5V and this is OK now.
      Many thanks

    • audryhomeundefined

      DUET 6 HC serial performance through USB.

      Duet Hardware and wiring
      • • • audryhome
      5
      0
      Votes
      5
      Posts
      164
      Views

      audryhomeundefined

      @droftarts

      Thanks again for your answer.

      In fact I misunderstood the doc, since I use for years DUET2 & Octoprint and I thought the status messages seen on Octoprint were just a normal DUET output.

      My mistake.

      I understand M116 & M117 are just what I need for

    • audryhomeundefined

      DUET3 6HC with NEMA17

      Duet Hardware and wiring
      • • • audryhome
      6
      0
      Votes
      6
      Posts
      276
      Views

      audryhomeundefined

      @dc42 Many thanks for advice, will keep u posted when done.

    • audryhomeundefined

      Modifying a global variable while running

      Gcode meta commands
      • • • audryhome
      10
      0
      Votes
      10
      Posts
      445
      Views

      OwenDundefined

      @audryhome said in Modifying a global variable while running:

      Regarding daemon.g, I think user should have control on the 10 sec delay. I understand the reason why this is done that way, but this greatly limit the usability of this interesing functionality.

      Actually you have failed to understand the advice you were given.

      If you put an infinite loop in your daemon.g, it does not run every 10 seconds.

      ; daemon.g while true echo state.time G4 S1

      Would do everything in that loop once a second (plus the time to carry out the commands within the loop)

      As the macro remains open, RRF won't open it again.
      The reason it was changed to 10 seconds was because every time it's opened it must be read from the SD card, which impacts on other processes.

    • audryhomeundefined

      +state.time behavior

      Gcode meta commands
      • • • audryhome
      2
      0
      Votes
      2
      Posts
      170
      Views

      dc42undefined

      @audryhome which firmware version are you using? Please try firmware 3.4 if you are not already using it.

    • audryhomeundefined

      G29 S1 doesn't set move.compensation.meshDeviation.deviation

      General Discussion
      • • • audryhome
      3
      0
      Votes
      3
      Posts
      209
      Views

      audryhomeundefined

      @dc42 Many thanks David

    • audryhomeundefined

      Heater "pumping" when in standby

      Using Duet Controllers
      • • • audryhome
      8
      0
      Votes
      8
      Posts
      343
      Views

      dc42undefined

      @audryhome if the temperature is oscillating, the usual fix is to increase the D parameter in the M307 command for the heater concerned. Try increasing it by 30%, and if that doesn't stop it, by 60%. You can send M307 with just the H and D parameters from the console while watching the temperature graph; then when you have established what value you need, edit the corresponding M307 command in config.g.

    • audryhomeundefined

      Expose heightmap in Object model

      Firmware wishlist
      • • • audryhome
      1
      0
      Votes
      1
      Posts
      100
      Views

      No one has replied

    • audryhomeundefined

      Heater fault, including one unused

      Duet Hardware and wiring
      • • • audryhome
      1
      0
      Votes
      1
      Posts
      96
      Views

      No one has replied

    • audryhomeundefined

      Heater fault

      Using Duet Controllers
      • • • audryhome
      3
      0
      Votes
      3
      Posts
      173
      Views

      audryhomeundefined

      @dc42 Heater fault happens at power on only.
      So far, my best remedy is to put a 30 Sec delay at the end of config.g and this cures the symptom.
      Will investigate further. Possibly a config mismatch or a wiring problem, but since bed heater is also in the game, I doubt cabling is an issue since they are not running the same way on a bigbox.

    • audryhomeundefined

      Writing text and expressions to SD Card

      Gcode meta commands
      • • • audryhome
      3
      0
      Votes
      3
      Posts
      196
      Views

      audryhomeundefined

      @o_lampe Many thanks, as always the evidence is just in front of your eye!

    • audryhomeundefined

      Dual orbiter

      Smart effector for delta printers
      • • • audryhome
      1
      0
      Votes
      1
      Posts
      188
      Views

      No one has replied

    • audryhomeundefined

      Using 2 extruder with a single stepper

      Tuning and tweaking
      • • • audryhome
      7
      0
      Votes
      7
      Posts
      350
      Views

      zaptaundefined

      @theruttmeister said in Using 2 extruder with a single stepper:

      ... using a single motor for two extruders is still covered

      Looking at the claims of this patent, it also require that each of the two will work on a reversed motor direction, so if you find a different way, it will be a valid workaround. (not that it matter for makers and hobbyists).

      Anybody knows if this design actually works and used in a product? Sometimes companies file patents just to be on the safe side.

    • audryhomeundefined

      Persistent variable stored on the SD Card

      Firmware wishlist
      • anet et5 • • audryhome
      8
      0
      Votes
      8
      Posts
      399
      Views

      audryhomeundefined

      @fcwilt Yes, I print tiny parts ( custom gears and connectors), and I need minimal entry points on my objects to allow best external mechanical interface possible.

      Therefore I need to purge my nozzle between each part to ensure identical start conditions.

      And since I need many parts, I stuff my printing bed with as much as possible parts.

    • audryhomeundefined

      Thermostatic heater fan and Simplify3D

      Tuning and tweaking
      • • • audryhome
      4
      0
      Votes
      4
      Posts
      714
      Views

      dragonnundefined

      Or you can go into the Firmware configuration in S3D and enter P1 into Fan Speed Control:
      0_1525278035187_12b69e31-590b-4b8c-a05c-c5ff62fe2e24-image.png

    • audryhomeundefined

      Fabtotum revival

      My Duet controlled machine
      • • • audryhome
      1
      1
      Votes
      1
      Posts
      576
      Views

      No one has replied