Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. mwwhited
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 52
    • Best 7
    • Controversial 0
    • Groups 0

    Topics created by mwwhited

    • mwwhitedundefined

      Script to measure printer volume (max/min stops required)

      General Discussion
      • • • mwwhited
      1
      0
      Votes
      1
      Posts
      100
      Views

      No one has replied

    • mwwhitedundefined

      3.01-RC10 Gcode G2/G3 R# param issue.

      Beta Firmware
      • • • mwwhited
      7
      0
      Votes
      7
      Posts
      470
      Views

      mwwhitedundefined

      Yeah, I was wanting to write a script that would do something more complex than just straight lines for testing and totally didn't think about the fact the curves must be tangents between the current position and the projected position... so if the current position is inside or outside of an intersection to the radius there is no way to get to the new position... which is what the error was telling me.

    • mwwhitedundefined

      Allow tool change scripts or issue warning on Non homed device

      Firmware wishlist
      • • • mwwhited
      12
      0
      Votes
      12
      Posts
      490
      Views

      Ray11undefined

      I am running an IDEX printer. I am not so familiar with condition statements. Can someone give me an example of checking if all axis is homed?

      Here is my tfree0.g. How can I modify it such that it checks if all axis is homed?

      ;M106 S0 ; turn off our print cooling fan G91 ; relative axis movement G1 Z3 F500 ; up 3mm G90 ; absolute axis movement G1 H2 X-30 F6000 ; park the X carriage at -30mm
    • mwwhitedundefined

      SBC Temperature

      Firmware wishlist
      • • • mwwhited
      11
      1
      Votes
      11
      Posts
      619
      Views

      fractalengineerundefined

      Yeah I mounted enclosure fans on my setup which I leave on at low speed all the time but I was thinking having it thermostatically controlled would be nice.

      In Octoprint I was able to have the SBC core temp displayed on the interface

    • mwwhitedundefined

      Conditional Output status or Tool deselect script?

      Gcode meta commands
      • • • mwwhited
      8
      0
      Votes
      8
      Posts
      466
      Views

      mwwhitedundefined

      works great...

      daemon.g

      M98 P"0:/macros/Special Scripts/Check Relays"

      Special Scripts/Check Relays

      if state.currentTool = -1 if state.gpOut[0].pwm > 0 || state.gpOut[1].pwm > 0 || state.gpOut[2].pwm > 0 M98 P"0:/macros/Special Scripts/All Relays Off"

      Special Scripts/All Relays Off

      M18 E ;ensure steppers are off before changing relays G4 P100 M42 P0 S0 M42 P1 S0 M42 P2 S0 G4 P100
    • mwwhitedundefined

      Solved Thermostatic Fan trigger

      Tuning and tweaking
      • • • mwwhited
      16
      0
      Votes
      16
      Posts
      726
      Views

      A Former User?

      I might be cursing in church here; maybe cross post to the use case thread, or link it here or something to increase odds of others finding it?

    • mwwhitedundefined

      echo output not showing in console

      General Discussion
      • • • mwwhited
      4
      0
      Votes
      4
      Posts
      290
      Views

      mwwhitedundefined

      Okay, three different update processes and now its all back together. Thanks.

      Had to follow these instructions here to update DSF https://duet3d.dozuki.com/Wiki/Getting_Started_With_Duet_3#Section_Updates
      Then manually upload the DWC.zip file.

      It looks like I'm now really on the latest code.

      Duet Web Control 2.1.2
      Board: Duet 3 MB6HC (MB6HC)
      DSF Version: 1.3.2.0
      RepRapFirmware for Duet 3 MB6HC version 3.01-RC7 running on Duet 3 MB6HC v0.6 or 1.0