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

    Topics created by Btj

    • Btjundefined

      Machine Movement

      Tuning and tweaking
      • • • Btj
      5
      0
      Votes
      5
      Posts
      201
      Views

      Phaedruxundefined

      Having 0,0 in the back right corner is ok. It's the same as it being in the front left corner, just rotated 180 degrees. All you must keep in mind is that negative moves must move towards 0,0 and to keep that orientation in mind when setting your offsets.

      Alternatively, you can change it to have 0,0 be in the front left corner, but then you must change your endstop definition to be high end of travel M574 X2 Y2 and you must change your homing files movement direction to move to the positive instead of negative. This will home to Xmax and Ymax instead of min.

      The 0,0 point and the homing position don't have to match. In fact 0,0 can be anywhere, even the center of the bed.

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

      I really don't understand why creality did this for the Ender 5, but such as it is.

    • Btjundefined

      Set Mesh Parameters

      Tuning and tweaking
      • • • Btj
      3
      0
      Votes
      3
      Posts
      110
      Views

      Phaedruxundefined

      @btj said in Set Mesh Parameters:

      It only measures part of the bed

      Keep in mind that it can only measure the parts of the bed that the probe itself can actually reach.

    • Btjundefined

      Leveling

      Firmware installation
      • • • Btj
      8
      0
      Votes
      8
      Posts
      284
      Views

      Phaedruxundefined

      Please only create a single thread for each issue. This thread is now locked.

    • Btjundefined

      Leveling issue

      Firmware installation
      • • • Btj
      12
      0
      Votes
      12
      Posts
      350
      Views

      fcwiltundefined

      @phaedrux said in Leveling issue:

      @fcwilt Fair enough. Again, low priority. An overhaul of the config tool is coming at some point.

      It certainly doesn't get much lower in priority than that.

      😉

      Frederick

    • Btjundefined

      Duet 2 Wifi Firmware Ender5 Plus

      Firmware installation
      • • • Btj
      3
      0
      Votes
      3
      Posts
      148
      Views

      Phaedruxundefined

      Please only create a single thread for your issue. Spamming multiple threads won't get you help any faster and in fact will only slow things down. Also please describe what you're actually trying to do and what isn't working. This thread is now locked.

    • Btjundefined

      Duet 2 Wifi + Bltouch

      Firmware installation
      • • • Btj
      15
      0
      Votes
      15
      Posts
      398
      Views

      droftartsundefined

      @btj said in Duet 2 Wifi + Bltouch:

      ; Endstops
      M574 X1 S1 P"xstop" ; X min active high endstop switch
      M574 Y1 S1 P"ystop" ; Y min active high endstop switch
      M574 Z1 S1 P"zstop" ; Z min active high endstop switch
      M574 U2 S1 P"e0stop" ; U max active high endstop switch
      M558 P9 C"^zprobe.in" H5 F100 T2000
      G31 X0 Y0 Z 0 P25
      Z-Probe
      M307 H3 A-1 C-1 D-1
      M558 P9 C"^zprobe.in" H5 F100 T2000
      M950 S0 C"exp.heater3"
      G31 X-50 Y-11.02 Z 0 P25
      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
      M140 H0 ; map heated bed to heater 0

      Remove:

      M574 Z1 S1 P"zstop" ; Z min active high endstop switch
      M574 U2 S1 P"e0stop" ; U max active high endstop switch
      M558 P9 C"^zprobe.in" H5 F100 T2000
      G31 X0 Y0 Z 0 P25
      ...
      M307 H3 A-1 C-1 D-1
      ...
      M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.

      Ian