Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order
    1. Home
    2. Dizzwold
    • Profile
    • Following 1
    • Followers 0
    • Topics 30
    • Posts 225
    • Best 15
    • Controversial 0
    • Groups 0

    Dizzwold

    @Dizzwold

    18
    Reputation
    13
    Profile views
    225
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Dizzwold Unfollow Follow

    Best posts made by Dizzwold

    • RE: Possible corrupt sd card, G29 Network Error

      @jay_s_uk

      Thank you.

      I've also just noticed something in my config.g that I thick, with looking in the dictionary ,is causing conflict. In M950 shouldn't my bed heater be H0 (H zero), rather than T0 (T zero), and my nozzle be T0 (T zero) instead of T1?

      ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      
      ; General preferences
      M575 P1 S1 B57600                                  ; enable support for PanelDue
      G90                                                ; send absolute coordinates...
      M83                                                ; ...but relative extruder moves
      M550 P"Duet 3"                                     ; set printer name
      M669 K1                                            ; select CoreXY mode
      
      ; Network
      M552 P
      
      ; Bed Leadscrew Positions
      M671 X5:278 Y146:146 P2.0						; middle left, middle right
      
      G4 S1												;wait for expansion boards to start
      
      ; Drives
      M569 P0.0 S0                                       ; physical drive 0.0 goes backwards
      M569 P0.1 S0                                       ; physical drive 0.1 goes backwards
      M569 P0.2 S1                                       ; physical drive 0.2 goes forwards
      M569 P0.3 S1
      M569 P121.0 S0                                       ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2:0.3 E121.0                           ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E333.40                  ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00                ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00            ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                ; set accelerations (mm/s^2)
      M906 X900 Y900 Z900 E800 I30                       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                            ; Set idle timeout
      
      ; Axis Limits
      M208 X-2 Y-8 Z0 S1                                 ; set axis minima
      M208 X330 Y330 Z400 S0                             ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!121.io1.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !io1.in
      M574 Y1 S1 P"!io2.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io2.in
      
      
      ; Z-Probe
      M574 Z1 Z1 S2									   ; set endstops controlled be probe
      M558 P8 C"^!121.io0.in" H5 F120 T6000                 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X-46 Y-19 Z2.45                            ; set Z probe trigger value, offset and trigger height
      M557 X19:244 Y-2:304 P9                           ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138       ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                                 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.187 K0.192:0.000 D1.89 E1.35 S1.00 B0   ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
      M308 S1 P"121.temp0" Y"thermistor" T100000 B4138       ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"121.out0" T1                                 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R2.498 K0.275:0.349 D6.79 E1.35 S1.00 B0 V24.0  ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"121.out1" Q500                               ; create fan 0 on pin out4 and set its frequency
      M106 P0 C"Print Cooler" S0 H-1                     ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500                               ; create fan 1 on pin out5 and set its frequency
      M106 P1 C"Extruder Cooling" S1 H1 T45              ; set fan 1 name and value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Hemera" D0 H1 F0                         ; define tool 0
      G10 P0 X0 Y0 Z0                                    ; set tool 0 axis offsets
      G10 P0 R0 S0                                       ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      ; Emergency Stop
      M950 J1 C"io4.in"
      M851 P1 T0 S0 R0
      
      
      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      T0
      
      M501
      

      Screen Shot 2022-11-09 at 15.51.43.png

      So far so good with using the ethernet, and without fully commissioning I ran a G32 once with no problems, no running a second scan for unknown reasons and no network error.
      Without further testing I can't say if this was linked to the previous board, found to have an sd card issue or not.

      Sorry "I thick" , * I think.

      posted in General Discussion
      Dizzwold
      Dizzwold
    • RE: NPN Inductive Z Probe

      @norder

      Thank you for your detailed guidance. I've tinkered with your example code, but not had a good chance to test it (I've got a lot on at the minuet).
      I have had to omit the G92 Z0 in the homez as this resets the the settings previously entered for the trigger height in config.g.
      I appreciate you have different z probes, and what you've sent above is an example. Thank you, It does help a lot.

      I'll try and get time to test/tinker/play tomorrow, but it may be at the weekend until I get good chance to do so.

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: Hotend 100˚ less on ToolBoard?

      @Dizzwold

      Yep, a clone Toolboard and clone Hemera.

      I'm disabled, and on UK benefits due to health, so after purchasing the original and authentic Duet3 6HC, I couldn't afford the authentic Toolboard or Hemera, so please don't hold that against me. I will over time manage to afford these as original products.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: Max distance for control board from machine?

      @mandragora @Norder @jay_s_uk @deckingman ,

      Thank you guy's, these are all very informative and valued information. This give me a lot to consider, and decide upon which way to go with this.

      I've added a photo below. Sorry, I should have done this in first post so you all had a better understanding.

      @Norder I already have a second floor/partition, but this directly above the "built-in" soundproof chamber. I was planning on using this as my filament storage. When I say built-in, it's breeze blocks and plaster. I've already had to strap one side with an addition joist in the loft to take the extra weight of the TecSound soundproofing and soundproof plasterboard as this was unsupported and above a stair case (it did have small notched joist, but not enough for the addition weight).
      wNMNvJxHR8ygYCm57W++ng.jpg
      I'll have to take some temperature reading in the partition above. I suppose I could have it in an enclosure (in the above partition), and have a fan and duct in the timber above the door if needed. Then run cables to the paneldue, that will hopefully sit to the right of the door on the cable trunking.

      Thank you again guy's for your time and advice.

      posted in General Discussion
      Dizzwold
      Dizzwold
    • RE: Flashing firmware on Mac OS X

      @droftarts

      Hi Ian,

      Thank you again for your help and input.

      I figured the above out in the end (or I hope I have).

      Here is my example from the terminal. Maybe this will help others.

      Mrxxxx's-imac:~ $ bossac -e -w -v -b -R -p /dev/tty.usbmodemFD131 /Users/Mrxxxx/Downloads/PanelDueFirmware-logo-3.4.1-v3-7.0.bin 
      Erase flash
      
      Done in 1.302 seconds
      Write 218036 bytes to flash (426 pages)
      [==============================] 100% (426/426 pages)
      Done in 7.088 seconds
      Verify 218036 bytes of flash
      [==============================] 100% (426/426 pages)
      Verify successful
      Done in 5.581 seconds
      Set boot flash true
      Mrxxxx-imac:~ $ 
      

      Thank you for your help.

      One happy smily bunny.

      posted in Firmware installation
      Dizzwold
      Dizzwold
    • RE: NPN Inductive Z Probe

      @norder

      Thank you again for your help, I'm very grateful.

      I'll have a look at the home all and homez files.

      @norder said in NPN Inductive Z Probe:

      This is not necessary because the G29 command that does the MeshBedLeveling has already calculated this offset.

      I'd been advised in a previous thread that this wasn't calculated and had to allow for this myself, but was also told that the probe would just report "Unreachable", and continue.

      I'll go and look at the files and see what I can do.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: Possible corrupt sd card, G29 Network Error

      @jay_s_uk

      Seriously, a big Thank you for your help @jay_s_uk .

      I'm really grateful for your time and guidance.

      posted in General Discussion
      Dizzwold
      Dizzwold
    • RE: Considering Duet3, New to RPi

      Hi All,

      So it looks like I'm swaying toward the Duet 3 Mini 5 as few have commented on. This way I can also upgrade ‘if and when’ needed.

      It looks like I'll have to wait a few weeks before any more Duet 3 Mini 5's are ready, No Pressure David. LOL

      I am most grateful for everyone's input and advice.

      No doubt I'll be back again with yet more questions, but for now I think I have a bit of reading to do, to familiarise myself better with the Duet system.

      Also any more comments and / or suggestions are very welcome.

      Thank you,

      Dizzwold.

      posted in Using Duet Controllers
      Dizzwold
      Dizzwold
    • RE: Twin Z axis Motors and MBLA

      @jay_s_uk @Phaedrux

      Hi Guys,

      I had just written a reply stating that I still hadn't quite figured it out, but I think I've kind-of grasp both your ideas, although they need tidying up they both work;
      Screen Shot 2022-11-10 at 14.05.08.png

      Bed.g

      ; bed.g
      ; called to perform automatic bed compensation via G32
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      ;M561 ; clear any bed transform
      ;G29  ; probe the bed and enable compensation
      M671  X5:278 Y146:146 P2.0
      G28			; home
      G30 P0 X5 Y146 Z-9999				; probe front left
      G30 P1 X278 Y146 Z-9999	S2		; probe front right
      G1  X0 Y0 F12000
      ;G28
      M671 X5:278:278:5 Y5:5:302:302 P0.5
      G28
      G30 P0 X5 Y5 Z-9999				; probe front left
      G30 P1 X278 Y5 Z-9999			; probe front right
      G30 P2 X278 Y302 Z-9999			; probe rear right
      G30 P3 X5 Y302 Z-9999 S4  		 ;probe rear left
      G1  X0 Y0 F12000
      

      Config.g

      ; Configuration file for Duet 3 MB 6HC (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.13 on Mon Sep 19 2022 16:04:20 GMT+0100 (British Summer Time)
      
      ; General preferences
      M575 P1 S1 B57600                                  ; enable support for PanelDue
      G90                                                ; send absolute coordinates...
      M83                                                ; ...but relative extruder moves
      M550 P"Duet 3"                                     ; set printer name
      M669 K1                                            ; select CoreXY mode
      
      ; Network
      M552 Pxxx.xxx.xxx.xxx
      
      ; Bed Leadscrew Positions
      M671 X5:278 Y146:146 P2.0						; middle left, middle right
      M671 X5:278:278:5 Y5:5:302:302 P0.5
      
      G4 S1												;wait for expansion boards to start
      
      ; Drives
      M569 P0.0 S0                                       ; physical drive 0.0 goes backwards
      M569 P0.1 S0                                       ; physical drive 0.1 goes backwards
      M569 P0.2 S1                                       ; physical drive 0.2 goes forwards
      M569 P0.3 S1
      M569 P121.0 S0                                       ; physical drive 0.3 goes forwards
      M584 X0.0 Y0.1 Z0.2:0.3 E121.0                           ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                            ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E333.40                  ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00                ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00            ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                ; set accelerations (mm/s^2)
      M906 X900 Y900 Z900 E800 I30                       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                            ; Set idle timeout
      
      ; Axis Limits
      M208 X-2 Y-8 Z0 S1                                 ; set axis minima
      M208 X330 Y330 Z400 S0                             ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"!121.io1.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !io1.in
      M574 Y1 S1 P"!io2.in"                              ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !io2.in
      
      
      ; Z-Probe
      M574 Z1 Z1 S2									   ; set endstops controlled be probe
      M558 P8 C"^!121.io0.in" H5 F120 T6000                 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X-46 Y-19 Z2.45                            ; set Z probe trigger value, offset and trigger height
      M557 X19:244 Y-2:304 P9                           ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B4138       ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                                 ; create bed heater output on out0 and map it to sensor 0
      M307 H0 R0.187 K0.192:0.000 D1.89 E1.35 S1.00 B0   ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                            ; map heated bed to heater 0
      M143 H0 S120                                       ; set temperature limit for heater 0 to 120C
      M308 S1 P"121.temp0" Y"thermistor" T100000 B4138       ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"121.out0" T1                                 ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 R2.498 K0.275:0.349 D6.79 E1.35 S1.00 B0 V24.0  ; disable bang-bang mode for heater  and set PWM limit
      M143 H1 S280                                       ; set temperature limit for heater 1 to 280C
      
      ; Fans
      M950 F0 C"121.out1" Q500                               ; create fan 0 on pin out4 and set its frequency
      M106 P0 C"Print Cooler" S0 H-1                     ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"121.out2" Q500                               ; create fan 1 on pin out5 and set its frequency
      M106 P1 C"Extruder Cooling" S1 H1 T45              ; set fan 1 name and value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 S"Hemera" D0 H1 F0                         ; define tool 0
      G10 P0 X0 Y0 Z0                                    ; set tool 0 axis offsets
      G10 P0 R0 S0                                       ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      ; Emergency Stop
      M950 J1 C"io4.in"
      M851 P1 T0 S0 R0
      
      
      ; Miscellaneous
      M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; set voltage thresholds and actions to run on power loss
      
      T0
      
      M501
      

      *Nb, I've omited M98 P"Bed_Adjusting_Screws.g" from bed.g.
      Screen Shot 2022-11-10 at 14.35.54.png
      Bed Adjusting Screw Macro

      G28
      M671  X5:278:278:5 Y5:5:302:302 P0.5
      G30  P0 X5 Y5 Z-9999				; probe front left
      G30  P1 X278 Y5 Z-9999			; probe front right
      G30  P2 X278 Y302 Z-9999			; probe rear right
      G30  P3 X5 Y302 Z-9999 S4  		 ;probe rear left
      G1   X0 Y0 F12000
      

      So it looks like I've learnt more than I even expected today.

      Now I'll try the bed pid again...

      Thank you both again for your help, I'm really grateful. You have the patience of saint's.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: External Relay with PS_ON - Which line to switch?

      @gtj0

      Just found this and thought it might be handy for future use considering the wiring.

      If you click the link at the top to open in a browser window, then save, download. Then you can play with it.
      https://jubilee3d.com/index.php?title=Duet3_Frame_Wiring_Diagrams

      Dizz.

      posted in Duet Hardware and wiring
      Dizzwold
      Dizzwold

    Latest posts made by Dizzwold

    • RE: Disabling Thermostatic Fan on Start-Up

      @jens55

      HI,

      In thermostatic mode, which is what I'd like to use, on startup the fan has a quick burst of full power.

      Id' like to stop this quick burst.

      It's for an extractor to maintain a set temperature within the enclosure, but I don't want this quick burst on startup. I don't want to completely disable this on the whole board or on all fans, just this one fan.

      I've already set the 'B' Blip factor to 0.0, but this doesn't doesn't stop the full power on startup.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • Disabling Thermostatic Fan on Start-Up

      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.6 ELECTRONICS: Duet 3 MB6HC v1.01 FIRMWARE_DATE: 2023-07-21 14:11:38

      Hi All,

      Is there a way to disable a fan connected as a thermostatic fan on start-up?

      I know this sounds somewhat counter intuitive, but the idea if to have an enclosure fan/extractor fan (thermostatically controlled), to keep the enclosure at a set temperature?

      Or would it just be simpler/safer to buy a separate temperature controller?

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • Q off Power

      Hi Guys,

      Just looking at power supplies and I have a question regarding the specs of my stepper motors.

      This is a Modified Tronxy X5SA Pro CoreXY.

      Here is the spec's I've been given from the manufacture;
      SL42STH40-1684A-23电机图.pdf

      With reading the documents on figuring your power needs you multiply the rated current by rated voltage. 1.7a x 24v in my case = 40.8W

      Then add an addition 50% for driver loss and acceleration = 61.2W per motor?

      Surly this isn't correct 61w per motor.

      There's very little online about these motors either.

      That said, I have just found this. Although I can't read Chinese, I understand it mentioning something about 3vdc, which sounds more realistic?
      42SHDC1067Z-25B RB477 电机外形图.pdf

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: Correct wiring for Emergency Stop Button

      @jay_s_uk @jens55 @Herve_Smith

      Yes, Multiple threads from the same person and I thought it was working correctly.
      I've had to remove my printer from it's enclosure (as it were), disconnect everything, so I could work inside the enclosure. I needed to quickly print a few items for inside the enclosure before I can put everything back (not realising I need to print anything before removing it all). So I've connected it all back together on my work bench.
      The part cooling fan was on 100% and wouldn't turn off, the tool heater couldn't be found, machine reset, all to name a few issues when I switched it on.
      I isolated this to my emergency stop button that was basically putting the printer into a constant emergency stop.
      Don't ask me why, it just did, when it worked fine before???

      Yep following the guide below states to use 3.3v and ioxin, not ioxin and gnd.
      https://docs.duet3d.com/User_manual/Connecting_hardware/IO_E_stop

      I'll give the ioxin and gnd a try tomorrow.

      Thanks guys for your advice.

      posted in Duet Hardware and wiring
      Dizzwold
      Dizzwold
    • Correct wiring for Emergency Stop Button

      Hi Guys,

      I'm trying to wire a NC Emergency stop button, but can't get it working correctly.

      I have the NC contacts wired to IO4, to pins 3.3v and io4 In.

      Here's the code I've added, but does nothing?

      ; Emergency Stop
      M950 J1 C"io4.in"
      M581 P1 T0 S0 R0
      M582 T0
      

      What is the correct way to do this please?

      posted in Duet Hardware and wiring
      Dizzwold
      Dizzwold
    • RE: Emergency Stop Button

      @jay_s_uk
      M115
      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.6 ELECTRONICS: Duet 3 MB6HC v1.01 FIRMWARE_DATE: 2023-07-21 14:11:38

      Yet more issues with this emergency stop button.

      I've had to disconnected everything an move the printer. Just fired it up, and no end of issues.

      I've found that this was caused by the Emergency stop button.

      I've tested the switch to check it's connected and working.

      Connected to the NC terminals of the switch.

      Wired to "io4 in"and 3.3v

      With the following code. The machine runs as normal without the button press, but when I press the button, nothing happens. It does not switch everting Off?

      ; Emergency Stop
      M950 J1 C"io4.in"
      M581 P1 T0 S0 R0
      M582 T0
      

      If I invert the code its just in a perpetual emergency stop.

      Any ideas?

      Dizzwold.

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: Deckingman's new printer

      @deckingman

      This looks amazing. Well thought out and neat.

      I'm very interested in your electronics/wiring, as I'm just about to start my mod's to my Tronxy X5SA pro (corexy).

      Your DC Distrubution panel. Are each sections all connected with a busbar or something, ie the 5 x Red 24v terminals all connected together?

      Can you remember what these terminals blocks are (make and model)?

      Dizzwold.

      posted in My Duet controlled machine
      Dizzwold
      Dizzwold
    • RE: Further Connection Issues

      @chrishamm

      26/08/2023, 10:01:07 M115
      FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.4.6 ELECTRONICS: Duet 3 MB6HC v1.01 FIRMWARE_DATE: 2023-07-21 14:11:38

      Sorry, but the issue still persists?

      I'd just made some changes to my config.g and clicked Run Config File.

      Screen Shot 2023-08-26 at 09.54.25.png

      If I click Restart MainBoard there's no problem?

      Dizzwold

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: G31 P Parameter

      @Phaedrux @chrishamm

      I've just updated to 3.4.6.

      M401 and M402 now work as they should.

      When I type M98 P"config.g" I still get the following response and have to manually press stop on the paneldue;
      Connection lost, attempting to reconnect...

      Maybe this is a bug similar to the following thread;
      https://forum.duet3d.com/topic/33139/further-connection-issues?_=1692864007271

      Dizzwold

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold
    • RE: G31 P Parameter

      @Phaedrux

      Thank you once again.

      This is where it gets a bit silly and one of the reasons for building my own cast tool plate/build plate.

      The Tronxy X5SA Pro 330 x 330mm build plate I'm currently using has 2 independant Z Axis motors, left and right centre of the build plate.
      It then has 6 bed adjustment screws 3 running along the front and 3 along the back, which fasten and adjust the bed from the bed frame.
      The 2 leadscrews are 2mm pitch (confirmed by Tronxy) and the 6 adjustment screws are M3 at I guess 0.5mm pitch.

      So its quite a painful experience after I've tinkered with things and have readjust the bed to get it within a reasonable tolerance.
      1, I have to level the bed frame to the Y Axis top rails
      2, Run a 3x 3 mesh bed probe, roughly where the 3 front and 3 back bed screws are (and along the centre line)
      3, Adjust the screws
      Repeat 2 & 3 many times (after tinkering or not used for a while)
      Run a 12 x 12 mesh bed probe

      Once the above is done, and if I'm using the printer the next day for example, I do number 1 with the engineering blocks, then run my Bed Adjustment Screws Macro (which just probes the bed centre and 4 corners), then set the Z offset (this was with the Tronxy inductive Z Probe).
      I've not printed yet using the BL Touch.

      So yes it's organised chaos.

      Bed Adjustment Screws.g

      M561
      G28
      M671  X5:278:278:5 Y5:5:302:302 P0.5
      G30  P0 X5 Y5 Z-9999				; probe front left
      G30  P1 X278 Y5 Z-9999			; probe front right
      G30  P2 X278 Y302 Z-9999			; probe rear right
      G30  P3 X5 Y302 Z-9999 S4  		 ;probe rear left
      G1   X0 Y0 F12000
      

      deployprobe.g
      M280 P0 S10
      retractprobe.g
      M280 P0 S90

      I also hadn't answered your previous question. On power-up Yes the Z-probe does a deployment and retraction test twice.oERbRvnFT+O0ienRfpiLig.jpg

      posted in Tuning and tweaking
      Dizzwold
      Dizzwold