Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. brian
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 29
    • Posts 197
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by brian

    • brianundefined

      AI script

      General Discussion
      • • • brian
      2
      0
      Votes
      2
      Posts
      89
      Views

      Phaedruxundefined

      What do you want it to do that it isn't doing now? It looks like a passable start to tweak.

    • brianundefined

      WiFi stopped working

      General Discussion
      • • • brian
      5
      0
      Votes
      5
      Posts
      165
      Views

      droftartsundefined

      @brian It's possible you deleted it accidentally, or the SD card is failing.

      I'd see if you can recover the files from the SD card. There was a thread about that recently, with a recommendation for software to try: https://forum.duet3d.com/post/340947

      Ian

    • brianundefined

      Bambu or Orca slicer

      General Discussion
      • • • brian
      5
      0
      Votes
      5
      Posts
      392
      Views

      Inlinebrotherundefined

      I have been using Orca for several months now
      But today is the first day I tried to use second extruder and found out that you have to write some gcode to support it

      The first thing you need to do to use Orca is to configure your Printer settings. And especially the start gcode

      For my FFCP this gcode works for now. Though it might not be ideal.
      Also there is a ready preset for duet based printers, check it out

      My start gcode if it helps

      But be careful if you use bed mesh compensation, this code disables it

      M83 ; extruder relative mode M140 S[first_layer_bed_temperature] ; set bed temp {if is_extruder_used[0]}M109 T0 S{nozzle_temperature_initial_layer[0] - 30}{else}{endif} ; preheat right extruder {if is_extruder_used[1]}M109 T1 S{nozzle_temperature_initial_layer[1] - 30}{else}{endif} ; preheat left extruder M190 S[first_layer_bed_temperature] ; wait for bed temp M561 G28 ;G32 ; Levels Z Tilt and probes Z=0 ;G29 S1 ; load mesh bed map G1 X0 Y0 Z2 F2000 {if is_extruder_used[0]} ; quote if right extruder is used for printing and if so beginn to with purging T0 ; activate right extruder M109 T0 S{nozzle_temperature_initial_layer[0]} ; wait for right extruder temp G1 X-10 Y5 Z0.3 F1000.0 ; go outside print area G92 E0.0 G1 Z0.2 E8 ; Purge Bubble G1 X60.0 E5.0 F1000.0 ; intro line G1 X100.0 E8 F1000.0 ; intro line G92 E0.0 {else}{endif} {if is_extruder_used[1]} ; quote if left extruder is used for printing and if so beginn to with purging T1 ; activate right extruder M109 T1 S{nozzle_temperature_initial_layer[1]} ; wait for extruder one temp G1 X-10 Y5 Z0.3 F1000.0 ; go outside print area G92 E0.0 G1 Z0.2 E8 ; Purge Bubble G1 X60.0 E5.0 F1000.0 ; intro line G1 X100.0 E8 F1000.0 ; intro line G92 E0.0 {else}{endif}

      Parts of this gcode are based on these posts https://forum.raise3d.com/viewtopic.php?t=23727

    • brianundefined

      Is there a way to run a 24v heater on a 12v duet2?

      General Discussion
      • • • brian
      11
      0
      Votes
      11
      Posts
      396
      Views

      Phaedruxundefined

      https://docs.duet3d.com/en/User_manual/Connecting_hardware/Fans_connecting#duet-2-using-12v-fans-when-vin-is-24v

      https://docs.duet3d.com/en/User_manual/Connecting_hardware/Power_choosing

    • brianundefined

      Heater Faults

      General Discussion
      • • • brian
      17
      0
      Votes
      17
      Posts
      645
      Views

      brianundefined

      @ziggymanpopo I am using the pt100 daughter board, dont recall having to code anything. I am using the hemera revo, thermister/heater combo. And now the revo high flow, they dont make a 60w 12v version, just 24v, so im stuck with 12v 40w, so slower prints eg 40mm/s with 1.0 nozzle.

      After doing the PID, after the fourth try, it started to perform correctly. So as of now all is well, no need to persue it further, and the supplier is sending me a replacement heater, so should be ok for a while, a long while i hope.

      Thx for your help.

    • brianundefined

      Fans not working

      Duet Hardware and wiring
      • • • brian
      5
      0
      Votes
      5
      Posts
      155
      Views

      brianundefined

      @jay_s_uk Ok swell, i'll check that out, thx.

    • brianundefined

      Cant extrude or retract

      General Discussion
      • • • brian
      6
      0
      Votes
      6
      Posts
      359
      Views

      brianundefined

      @rushmere3d Thank you.

    • brianundefined

      Failed to upgrade firmware

      General Discussion
      • • • brian
      14
      0
      Votes
      14
      Posts
      602
      Views

      brianundefined

      @phaedrux Thank you, i will do that.

    • brianundefined

      Adding a Pause, continue prob

      General Discussion
      • • • brian
      4
      0
      Votes
      4
      Posts
      317
      Views

      Phaedruxundefined

      @brian said in Adding a Pause, continue prob:

      Prusa is now producing better quality prints than S3D, thankfully.

      Time to move on. 😉

      If you're doing the pause for filament swaps checkout M600. I believe Prusa slicer should be able to insert those and you have complete control over the process using filament-change.g

      https://docs.duet3d.com/User_manual/Reference/Gcodes#m600-filament-change-pause

    • brianundefined

      Replaced old with new duet2 wifi, cant get nozzle heater working

      Duet Hardware and wiring
      • • • brian
      16
      0
      Votes
      16
      Posts
      502
      Views

      brianundefined

      @brian thanks for everyone's help

    • brianundefined

      DWC displaying text only

      General Discussion
      • • • brian
      26
      0
      Votes
      26
      Posts
      807
      Views

      brianundefined

      @phaedrux ok, thanks for all your help

    • brianundefined

      Network changed, how to connect to internet

      Using Duet Controllers
      • • • brian
      3
      0
      Votes
      3
      Posts
      176
      Views

      Phaedruxundefined

      There's also this official guide

      https://duet3d.dozuki.com/Wiki/Setting_up_networking_on_Duet

    • brianundefined

      IR Sensor problem

      IR Height Sensor
      • • • brian
      7
      0
      Votes
      7
      Posts
      454
      Views

      brianundefined

      @dc42 ok i changed the distance from 4 mm to 1.5 mm and that worked. Thanks. Dont know why it worked so long before.

    • brianundefined

      Deleting Gcode files on micro sd card

      General Discussion
      • • • brian
      7
      0
      Votes
      7
      Posts
      676
      Views

      zaptaundefined

      Considering that gcode files are typically used as temporary local copies for the printing process, would be nice to be able to enable a global time to leave. E.g. delete gcode files that have not been used for 3 days.

    • brianundefined

      Duet suddenly not reading micro sd card

      General Discussion
      • • • brian
      5
      0
      Votes
      5
      Posts
      370
      Views

      brianundefined

      I can read the card on a pc, and tried 4 other cards. When sending commands M20, there is no feedback at all, the message area stays blank.

      There is no reaction when trying to move the nozzle. The nozzle temp reads 0, it will allow me set the temp but there is no reaction after doing so.

      I have been trying to connect to the board on my pc, but Windows 10 no longer shows com ports, they are now usb ports. So Yat shows no com ports available. If switched to usb ports in Yat it lists all my usb ports and whats connected to them, except it doesnt show the Duet when its plugged in.

      I should mention that before it stopped working, the nozzle was at 190 deg and i was extruding some filament, then it suddenly shut down as it would with a heater fault except there was no message, it hasnt worked since.

    • brianundefined

      PT 100 not working

      Duet Hardware and wiring
      • • • brian
      19
      0
      Votes
      19
      Posts
      944
      Views

      brianundefined

      ok thanks

    • brianundefined

      Calibrating independent Z axis

      My Duet controlled machine
      • • • brian
      2
      0
      Votes
      2
      Posts
      560
      Views

      dc42undefined

      The two outputs labelled Za and Zb are connected in series to a single motor driver. So to use them you don't need to create an additional axis.

      It's also possible to connect one Z motor to Za and the other to the E1 motor output. In this case you would use the M584 command to tell the firmware you have done this:

      M584 X0 Y1 Z2:4 E3

      You can use motors connected in this way to do bed leveling if you have a Z probe. You don't need to create an extra axis unless you want each Z motor to have its own endstop switch.

    • brianundefined

      Connecting Wifi

      Duet Hardware and wiring
      • • • brian
      8
      0
      Votes
      8
      Posts
      952
      Views

      dc42undefined

      It's step 7 at https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7?lang=en.

    • brianundefined

      Changing steps for z axis in config

      My Duet controlled machine
      • • • brian
      2
      0
      Votes
      2
      Posts
      408
      Views

      dc42undefined

      Set the Z and U axes to the same steps/mm and microstepping to ensure that they move at the same speed.

    • brianundefined

      Z axis will not move close enough to nozzle to print.

      General Discussion
      • • • brian
      13
      0
      Votes
      13
      Posts
      2.5k
      Views

      T3P3Tonyundefined

      @brian good spot. I have added another step in the documentation. Thanks!