Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Shanian79
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 36
    • Best 6
    • Controversial 0
    • Groups 0

    Topics created by Shanian79

    • Shanian79undefined

      G32 TRUE BED LEVEL SCRIPT

      General Discussion
      • • • Shanian79
      5
      0
      Votes
      5
      Posts
      260
      Views

      dc42undefined

      @Shanian79 said in G32 TRUE BED LEVEL SCRIPT:

      When using G32, Does G32 need to be added to the staring scripts on the slicer or does the Duet2Wifi save the compensation until its manually run again?

      The compensation is not saved because the leadscrew positions will jump when you power off and on again. Therefore you should run it after powering up before you do the first print.

    • Shanian79undefined

      Help to configure I/0 pins for M7 control

      General Discussion
      • • • Shanian79
      7
      0
      Votes
      7
      Posts
      363
      Views

      dc42undefined

      To be clear: if you want to implement the M7 command, create a macro file in /sys on the SD card called:

      M7.g

      That file will be executed whenever the M7 command is executed. In RRF 3.3 and later you can also pick up parameters that were given with the M7 command.

    • Shanian79undefined

      CNC Solenoid Control for Air and Cooling Fluid

      CNC
      • • • Shanian79
      13
      0
      Votes
      13
      Posts
      838
      Views

      T3P3Tonyundefined

      @shanian79 first allocate the IO pin to be a gpio output using M950, in config.g e.g:

      M950 P0 C"out2"

      That creates an output on P0.

      Then assuming F360 can send the M7, M9 commands for controlling coolant you can use the RRF ability to have a macro that matches a gcode to create M7.g and M9.g for example. in your /sys directory

      ;M7.g M42 P0 S1 ; turn on coolant ;M9.g M42 P0 S0: turn off coolant

      M42 is used to control the state of the output pin https://duet3d.dozuki.com/Wiki/M42

      If F360 can't do that because it can't generate the commands to control the coolant then you could add them to the start and stop macros:
      https://duet3d.dozuki.com/Wiki/Macros#Section_Start_pause_stop_and_power_fail

    • Shanian79undefined

      Z-Probe Constantly Triggered - Help!

      General Discussion
      • • • Shanian79
      3
      0
      Votes
      3
      Posts
      744
      Views

      Phaedruxundefined

      @shanian79 said in Z-Probe Constantly Triggered - Help!:

      M558 P9 C"zprobe.in+zprobe.mod"

      Remove the +zprobe.mod part.

      Add the pull up as @engikeneer says.

    • Shanian79undefined

      Need Insight! Y Axis Jumping - Cannot Find Cause

      General Discussion
      • • • Shanian79
      2
      0
      Votes
      2
      Posts
      136
      Views

      Vetiundefined

      @Shanian79 said in Need Insight! Y Axis Jumping - Cannot Find Cause:

      M584 X0 Y1 Z2 E3 ; set drive mapping

      next thing to rule out is a bad driver.

      change to
      M584 X0 Y4 Z2 E3 ; set drive mapping

      and move the y connector to e1

    • Shanian79undefined

      M280 Invalid Servo Index 0 in M280 Command

      General Discussion
      • • • Shanian79
      5
      0
      Votes
      5
      Posts
      349
      Views

      Shanian79undefined

      Disregard. I figured it out. I was testing the Workbee CNC DWC on this machine yesterday before I installed it on the actual CNC machine. It installed RepRap2 on the board. When I put RR3 back on it the issue went away.

    • Shanian79undefined

      Duet3 Mainboard CNC Mill

      General Discussion
      • • • Shanian79
      21
      0
      Votes
      21
      Posts
      1.4k
      Views

      A Former User?

      @tenaja said in Duet3 Mainboard CNC Mill:

      Can it work on duet2 wifi?

      yes

      Can it work without needing the fake printer things, like extruders?

      thats just a RRF thing, not DWC, see https://duet3d.dozuki.com/Wiki/Gcode#Section_M453_Select_CNC_Device_Mode

    • Shanian79undefined

      Help! Uploaded CRC is different (25e2595f vs. expected 2080b701)

      General Discussion
      • • • Shanian79
      23
      0
      Votes
      23
      Posts
      1.3k
      Views

      Hugsyundefined

      @droftarts Here it is:

      CRC3.JPG

      It's this bad when uploading but when downloading it's fine.