Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. RepRapFirmware on other controllers
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • jay_s_ukundefined

      Fly-SHT36 Max V3 RP2040 Based CAN-FD Toolboard

      • • jay_s_uk
      44
      4
      Votes
      44
      Posts
      1.8k
      Views

      CrazyCreatorundefined

      @CrazyCreator
      For anyone who has the same problem after me, here's how to connect or insert the ribbon cable.
      You have to flip the small black bracket upwards, then insert the cable, and then flip the bracket back down. This secures the cable.
      Of course, you should have known beforehand that there is a bracket on these mini jacks.

      IMG_0786.jpeg

    • JetClayundefined

      Solved Set Z height Max For clay Delta printer

      • • JetClay
      3
      0
      Votes
      3
      Posts
      261
      Views

      JetClayundefined

      @dc42 said in Set Z height Max For clay Delta printer:

      @JetClay one option may be to use G30 S-1 to do manual probing without setting the Z height to zero. Then run this:

      G10 L2 Z{sensors.probes[0].lastStopHeight}

      This will set the Z offset of the workplace to that height. Or you could use:

      G10 L2 Z{move.axes[2].userPosition}

      since the current Z position will be the same. Or even:

      G10 L20 Z0

      You can include

      G10 L2 Z0

      in your homedelta.g file to reset the offset to zero when you home the printer again.

      Thank you very much for your response we finally made it work! we used this code

      ; SetZHeight.g - Manual Z height calibration & M665 H update
      M291 P"Ensure the nozzle is clean. Press OK to continue." R"Z-Height Calibration" S3

      G28 ; Home all axes completely before probing
      M665 ; Print current M665 values for reference

      ; Ensure previous height offsets are cleared
      G10 L2 Z0

      M291 P"Move the nozzle down until it just touches the bed. Press OK when done." R"Manual Adjustment" S3 S2

      G30 S-1 ; Perform manual probing without setting Z=0

      M291 P"Extracting new height offset..." R"Processing" S1

      ; Ensure latest calibration data is loaded before changing M665 H
      M501 ; Load saved config-override.g (M665 H value)

      ; Capture the last probe height and set Z offset
      G10 L2 Z{sensors.probes[0].lastStopHeight}

      ; Update M665 H dynamically based on last saved value
      M665 H{move.kinematics.homedHeight - sensors.probes[0].lastStopHeight}

      ; Save new M665 H for persistence
      M500 ; Save parameters to config-override.g

      M291 P"Calibration complete! The new Z height and M665 H value have been saved." R"Success" S1
      M501 ; override config file
      G28 ; Home axes

      Hope it works for maore people!

    • Inlinebrotherundefined

      Duet 3 mini 5+/FYSETC Big Dipper on FFCP/Flashforge Creator Pro

      • • Inlinebrother
      71
      0
      Votes
      71
      Posts
      3.6k
      Views

      droftartsundefined

      @Inlinebrother said in Duet 3 mini 5+/FYSETC Big Dipper on FFCP/Flashforge Creator Pro:

      I installed the bltouch and it's working perfectly fine. Though I was concerned that it is glowing red and not violet

      My genuine BLTouch has a red LED on all the time. I think there's a blue one, but it is very dull. I think the red one goes off when the probe is triggered, so you see the blue one, but that happens very quickly, so hard to spot. So I think that's normal.

      Ian

    • miaoproundefined

      Missing file 'iapparams.h' during build

      • • miaopro
      4
      0
      Votes
      4
      Posts
      245
      Views

      miaoproundefined

      @gloomyandy
      Thank you!

    • jay_s_ukundefined

      RRF Compatible Stealthburner CAN-FD board finally released

      • • jay_s_uk
      5
      8
      Votes
      5
      Posts
      631
      Views

      Exerqtorundefined

      @Proschi78 I can't see any reason for it to be an issue👌

    • selva_tviundefined

      Temperature drop down to 1deg in Duplicate Prints (IDEX)

      • • selva_tvi
      8
      0
      Votes
      8
      Posts
      408
      Views

      Phaedruxundefined

      @Proschi78 May want to start a new thread with your specific question.

    • jay_s_ukundefined

      Fysetc StrideMax Dual - CAN-FD Expansion Board

      • • jay_s_uk
      25
      4
      Votes
      25
      Posts
      1.2k
      Views

      Exerqtorundefined

      @oliof said in Fysetc StrideMax Dual - CAN-FD Expansion Board:

      @Exerqtor seems your wish has been fulfilled

      87d9956f-a184-48d0-aa61-acc25e5e0d2a-image.png

      Oh wow! They managed to let the typo follow all the way to production though! The label on the product box i got mine in say Daul 😆

    • mohamedel81undefined

      Trouble compiling RepRapFirmware 3.4.5

      • • mohamedel81
      7
      0
      Votes
      7
      Posts
      465
      Views

      mohamedel81undefined

      @dc42 it works know
      6f85142d-73f4-4d61-9d87-2724c2f64ddd-image.png

      Thanks for your support

    • Proschi3Dundefined

      Solved Homeall.g pauses in front of the Z Home for about 15 seconds

      • • Proschi3D
      10
      0
      Votes
      10
      Posts
      390
      Views

      Proschi3Dundefined

      @Phaedrux I have extended the way thank you

    • Wolfgang.Kleinundefined

      Every Tool has its own z probe(bl-touch)

      tool changer • • Wolfgang.Klein
      7
      0
      Votes
      7
      Posts
      325
      Views

      Wolfgang.Kleinundefined

      @jay_s_uk ok, ja da haben sie recht. Mal sehen, werde mal darüber nachdenken. Vielen Dank für die Infos und Anregungen. Liebe Grüße Wolfgang

    • Proschi3Dundefined

      Ir Probe Error: M558: Missing Z probe pin name(s)

      • • Proschi3D
      6
      0
      Votes
      6
      Posts
      455
      Views

      Proschi3Dundefined

      @dc42 Thanks for the help I managed to do it

    • Dennis_kimundefined

      Can I control duet3 with arduino or windows app?

      • • Dennis_kim
      3
      0
      Votes
      3
      Posts
      416
      Views

      achrnundefined

      If your windows / arduino can generate HTTP you can use https://github.com/Duet3D/RepRapFirmware/wiki/HTTP-requests. This is quite a straightforward interface, e.g. a GET of http://11.22.33.44/rr_gcode?gcode=G28 will execute G28 (ie home all) on the duet machine at 11.22.33.44. It has file operations (upload, download, list, delete etc.), execute arbitarray gcode, and let you get any part of the object model (which lets you check almost every element of the state or status of the machine).

      If you install curl you can do this from pretty much any scripting language (even .bat files).

      If you have a Pi connected to the duet device there's also the DSF: https://github.com/Duet3D/DuetSoftwareFramework This will let you do anything the duet can do, but requires more detailed and particular programming knowledge.

    • paolozampini1973undefined

      RFF 3.42 extruder change

      • • paolozampini1973
      12
      0
      Votes
      12
      Posts
      612
      Views

      paolozampini1973undefined

      @jay_s_uk said in RFF 3.42 extruder change:

      @paolozampini1973 you have more than 1 tool defined though. you don't need to have a physical toolchange to have different tools

      So what do you think I should do delete them?

    • tecnoundefined

      Suddenly extrusion buttons Extrude/Retract are grey!

      • • tecno
      30
      0
      Votes
      30
      Posts
      1.5k
      Views

      Phaedruxundefined

      @tecno said in Suddenly extrusion buttons Extrude/Retract are grey!:

      M563 P1 H1 F0

      You don't have a motor assigned to the tool. You need a D value.

      EDIT: I see Gloomyandy got you there first.

    • selva_tviundefined

      Power Failure Resume not working - STM32 boards RRF

      • • selva_tvi
      14
      0
      Votes
      14
      Posts
      892
      Views

      jay_s_ukundefined

      @selva_tvi T1 just pauses so if you want to do more than that you'll have to use a different trigger and create a trigger file accordingly.
      See here about setting up power resume https://docs.duet3d.com/en/User_manual/Tuning/Resume

    • JacquesBlomundefined

      Z endstop switch issue

      • • JacquesBlom
      9
      0
      Votes
      9
      Posts
      505
      Views

      JacquesBlomundefined

      @jay_s_uk

      Thanks for the help...I actually got it working now. This time I only commented the M558 line out

    • selva_tviundefined

      Enabling Dual Filament Runout Sensor

      • • selva_tvi
      7
      0
      Votes
      7
      Posts
      659
      Views

      selva_tviundefined

      @selva_tvi We got the solution. Pin assignment in config.g has to be changed.

      ;Filament Runout sensor
      M591 D0 P1 C"e1stop" S1
      M591 D1 P1 C"e2stop" S1

      Accordingly it has to be connected to the board as per the given diagram

      Octopus Pro Endstop Pins.JPG

      We can consider this as solved and we can close this case. Thanks for the support

    • kolbaskinundefined

      Solved FLY RRF E3 Sapphire Pro H0 not found Error

      • • kolbaskin
      3
      0
      Votes
      3
      Posts
      277
      Views

      kolbaskinundefined

      @jay_s_uk
      Thank you
      An issue has been solved

    • danisizundefined

      Endswitches behavior

      • • danisiz
      5
      0
      Votes
      5
      Posts
      293
      Views

      Phaedruxundefined

      If you want to use your endstop as a emergency stop you can re-purpose them at the end of the homing file to act as an estop. Just be sure to set them as endstops again at the start of homing.

      https://docs.duet3d.com/en/User_manual/Reference/Gcodes#m581-configure-external-trigger

    • re_tourundefined

      Solved Am I missing something obvious here with BLTouch?

      • • re_tour
      8
      0
      Votes
      8
      Posts
      457
      Views

      re_tourundefined

      @phaedrux Ah yes thank you very much, adding g29 s1 to the cura start code seems to have solved the issue!

    Unless otherwise noted, all forum content is licensed under CC-BY-SA