Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. mjimeyg
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 21
    • Best 0
    • Controversial 0
    • Groups 0

    mjimeyg

    @mjimeyg

    0
    Reputation
    1
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    mjimeyg Unfollow Follow

    Latest posts made by mjimeyg

    • RE: Heater error when tuning.

      @dc42 Lowering the target temperature fixed it.

      I use PLA and PETG, occassionally ASA. I thought tuning required the maximum temperature the hotend could reach.

      posted in Duet Hardware and wiring
      mjimeygundefined
      mjimeyg
    • Heater error when tuning.

      I am trying to run M303 H1 S275 on my E3D Cyclops but when it gets to phase 2 an error occurs:

      Error: Heater 0 fault: monitor 0 was triggered
      

      The full out put from issuing the command is:

      Error: Heater 0 fault: monitor 0 was triggered
      
      Auto tune starting phase 2, settling
      
      Auto tune starting phase 1, heating up
      
      M303 H1 S275;
      Auto tuning heater 1 using target temperature 275.0°C and PWM 1.00 - do not leave printer unattended
      

      The hotend reaches the target temperature but then it simply fails. I also don't understand why it is reporting an error on Heater 0 as I am testing Heater 1.

      Is there a place I can see error message definitions? What is monitor 0?

      Below is my config.g:

      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time)
      
      ; General preferences
      G90                                                   ; send absolute coordinates...
      M83                                                   ; ...but relative extruder moves
      M550 P"RatRig"                                          ; set printer name
      
      
      M667 S1                                               ; select CoreXY mode
      
      
      
      ; Drives
      M569 P0.0 S1                                          ; physical drive 0.0 goes forwards
      M569 P0.1 S1                                          ; physical drive 0.1 goes forwards
      M569 P0.2 S0                                          ; physical drive 0.2 goes forwards ; Left
      M569 P0.3 S0					                      ; physical drive 0.3 goes forwards ; Rear
      M569 P0.4 S0                                          ; physical drive 0.4 goes forwards ; Right
      M569 P0.5 S1					                      ; physical drive 0.5 goes backwards
      M569 P2.0 S0					                      ; physical drive 1.0 goes backwards
      M584 X0.0 Y0.1 Z0.2:0.3:0.4	E0.5:2.0                                         ; set drive mapping
      M671 X-22.0:260.0:530 Y120.0:550.0:130.0 S15 	          ; Kinematic bed ball locations - front left, front right and rear center
      M350 X16 Y16 Z16 E16:16 I1                               ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E409.00:409.00                     ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00                   ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z1000.00 E1200.00              ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                   ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E1000:1000 I30                         ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                               ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                      ; set axis minima
      M208 X500 Y500 Z500 S0                                ; set axis maxima
      
      ; Endstops
      M574 X1 S3                                              ; configure sensorless endstop for low end on X
      M574 Y1 S3                                              ; configure sensorless endstop for low end on Y
      M574 Z1 S3                                              ; configure sensorless endstop for low end on Z
      
      ; Z-Probe
      ;M950 S0 C"io7.out"                                    ; create servo pin 0 for BLTouch
      M558 P8 H5 C"io6.in" F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
      ;M558 H30                                              ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
      G31 P50 Z3.19                              ; set Z probe trigger value, offset and trigger height
      M557 X35:475 Y15:475 S40                              ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950   ; 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
      M143 H0 S120                                          ; set temperature limit for heater 0 to 120C
      M307 H0 A436.5 C459.5 D4.1 S1.00 V0 B0                ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                               ; map heated bed to heater 0
      
      M308 S1 P"temp1" Y"thermistor" A"Hotend" T100000 B4725 C7.06e-8   ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1                                      ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00                                        ; 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"out7" Q500                                    ; create fan 0 on pin out7 and set its frequency
      M106 P0 S0 H-1                                          ; set fan 0 value. Thermostatic control is turned off
      
      M950 F1 C"out8" Q500                                    ; create fan 1 on pin out8 and set its frequency
      M106 P1 S1 H-1                                     ; set fan 1 value. Thermostatic control is turned on
      
      M950 F2 C"out9" Q500                                    ; create fan 1 on pin out8 and set its frequency
      M106 P2 S1 H-1                                     ; set fan 1 value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 D0 H1 F0 S"Left"                                        ; 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
      
      M563 P1 D1 H1 F0 S"Right"                                       ; define tool 1
      G10 P1 X0 Y0 Z0                                         ; set tool 1 axis offsets
      G10 P1 R0 S0                                            ; set initial tool 1 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
                                                      ; load saved parameters from non-volatile memory
      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                                                    ; select first tool
      M501  
      
      

      config_override.g:

      ; config-override.g file generated in response to M500 at 2022-04-06 17:29
      ; This is a system-generated file - do not edit
      ; Heater model parameters
      M307 H0 R0.610 K0.237:0.000 D4.50 E1.00 S1.00 B0
      M307 H1 R1.038 K0.170:0.000 D13.83 E1.35 S1.00 B0 V24.0
      
      ; Workplace coordinates
      G10 L2 P1 X0.00 Y0.00 Z0.00
      G10 L2 P2 X0.00 Y0.00 Z0.00
      G10 L2 P3 X0.00 Y0.00 Z0.00
      G10 L2 P4 X0.00 Y0.00 Z0.00
      G10 L2 P5 X0.00 Y0.00 Z0.00
      G10 L2 P6 X0.00 Y0.00 Z0.00
      G10 L2 P7 X0.00 Y0.00 Z0.00
      G10 L2 P8 X0.00 Y0.00 Z0.00
      G10 L2 P9 X0.00 Y0.00 Z0.00
      
      
      posted in Duet Hardware and wiring
      mjimeygundefined
      mjimeyg
    • RE: 3HC Error in config: Board 2 received unknown msg type 6042

      @dc42 said in 3HC Error in config: Board 2 received unknown msg type 6042:

      @mjimeyg the problem is that your 3HC is still running firmware 3.1.0. Send M997 B2 to update it.

      That seems to have fixed it.

      I was following these instructions: Updating the bootloader on Duet 3 expansion and tool boards

      It specifically says to use the S3 parameter in the M997 command.

      Is there a different time to use it or is the instruction incorrect?

      Regardless, thank you for the aid and solution.

      posted in Duet Hardware and wiring
      mjimeygundefined
      mjimeyg
    • RE: 3HC Error in config: Board 2 received unknown msg type 6042

      @phaedrux

      M122;
      === Diagnostics ===
      RepRapFirmware for Duet 3 MB6HC version 3.4.0 (2022-03-15 18:57:24) running on Duet 3 MB6HC v1.01 or later (SBC mode)
      Board ID: 08DJM-956BA-NA3TJ-6JTD6-3S46R-TB8GS
      Used output buffers: 1 of 40 (12 max)
      === RTOS ===
      Static ram: 151000
      Dynamic ram: 66476 of which 20 recycled
      Never used RAM 133176, free system stack 219 words
      Tasks: SBC(ready,0.5%,478) HEAT(notifyWait,0.0%,321) Move(notifyWait,0.0%,352) CanReceiv(notifyWait,0.0%,797) CanSender(notifyWait,0.0%,374) CanClock(delaying,0.0%,339) TMC(notifyWait,7.7%,92) MAIN(running,91.4%,945) IDLE(ready,0.5%,30), total 100.0%
      Owned mutexes: HTTP(MAIN)
      === Platform ===
      Last reset 00:02:35 ago, cause: power up
      Last software reset at 2022-03-21 02:48, reason: User, none spinning, available RAM 133176, slot 2
      Software reset code 0x0012 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0x00000000 SP 0x00000000 Task SBC Freestk 0 n/a
      Error status: 0x00
      Step timer max interval 140
      MCU temperature: min 24.4, current 37.7, max 37.8
      Supply voltage: min 24.0, current 24.0, max 24.1, under voltage events: 0, over voltage events: 0, power good: yes
      12V rail voltage: min 12.0, current 12.1, max 12.1, under voltage events: 0
      Heap OK, handles allocated/used 0/0, heap memory allocated/used/recyclable 0/0/0, gc cycles 0
      Events: 0 queued, 0 completed
      Driver 0: standstill, SG min 0, mspos 8, reads 18357, writes 14 timeouts 0
      Driver 1: standstill, SG min 0, mspos 8, reads 18357, writes 14 timeouts 0
      Driver 2: standstill, SG min 0, mspos 8, reads 18357, writes 14 timeouts 0
      Driver 3: standstill, SG min 0, mspos 8, reads 18357, writes 14 timeouts 0
      Driver 4: standstill, SG min 0, mspos 8, reads 18358, writes 14 timeouts 0
      Driver 5: standstill, SG min 0, mspos 8, reads 18358, writes 14 timeouts 0
      Date/time: 2022-03-21 15:32:46
      Slowest loop: 1.26ms; fastest: 0.03ms
      === Storage ===
      Free file entries: 10
      SD card 0 not detected, interface speed: 37.5MBytes/sec
      SD card longest read time 0.0ms, write time 0.0ms, max retries 0
      === Move ===
      DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
      Heater 1 is on, I-accum = 0.0
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP* is doing "M122" in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger* is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      SBC is idle in state(s) 0
      Daemon is idle in state(s) 0
      Aux2 is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty
      === CAN ===
      Messages queued 1308, received 6, lost 0, boc 0
      Longest wait 1ms for reply type 6042, peak Tx sync delay 51008, free buffers 50 (min 49), ts 779/778/0
      Tx timeouts 0,0,0,0,0,0
      === SBC interface ===
      Transfer state: 4, failed transfers: 0, checksum errors: 0
      RX/TX seq numbers: 5980/5980
      SPI underruns 0, overruns 0
      State: 5, disconnects: 0, timeouts: 0, IAP RAM available 0x2b880
      Buffer RX/TX: 0/0-0, open files: 0
      === Duet Control Server ===
      Duet Control Server v3.4.0
      Code buffer space: 4096
      Configured SPI speed: 8000000Hz, TfrRdy pin glitches: 0
      Full transfers per second: 0.13, max time between full transfers: 105.1ms, max pin wait times: 49.9ms/9.9ms
      Codes per second: 0.00
      Maximum length of RX/TX data transfers: 3180/796
      
      M122 B2;
      Diagnostics for board 2:
      Board EXP3HC firmware 3.1.0 (2020-05-15b1)
      Never used RAM 163.6Kb, max stack 312b
      HEAT 1272 CanAsync 1452 CanRecv 1420 TMC 156 AIN 524 MAIN 2208
      Last reset 00:02:41 ago, cause: software
      Driver 0: standstill, reads 61127, writes 11 timeouts 0, SG min/max 0/0
      Driver 1: standstill, reads 61129, writes 11 timeouts 0, SG min/max 0/0
      Driver 2: standstill, reads 61132, writes 11 timeouts 0, SG min/max 0/0
      Moves scheduled 0, completed 0, hiccups 0
      VIN: 24.2V, V12: 12.3V
      MCU temperature: min 36.9C, current 37.1C, max 37.1C
      Ticks since heat task active 204, ADC conversions started 161448, completed 161447, timed out 0
      Last sensors broadcast 00000000 found 0 207 ticks ago
      Free CAN buffers: 36
      NVM user row de9a9239 aeecffb1 ffffffff ffffffff
      
      posted in Duet Hardware and wiring
      mjimeygundefined
      mjimeyg
    • 3HC Error in config: Board 2 received unknown msg type 6042

      I have a Duet3D 6HC connected to a 3HC via the CAN BUS.

      There are:

      • 1 x-axis motor
      • 1 y-axis motor
      • 3 z-axis motor
      • 2 Extruder Motors
      • 1 E3D Cyclops Hotend

      When turning on the printer or using the Emergency Stop or restart on changing the config.g I get the following errors:

      Error: M584: Board 2 received unknown msg type 6042
      Error: M906: Board 2 received unknown msg type 6043
      Error: M92: Board 2 received unknown msg type 6042
      Error: M350: Board 2 received unknown msg type 6042

      My config.g is below:

      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time)
      
      ; General preferences
      G90                                                   ; send absolute coordinates...
      M83                                                   ; ...but relative extruder moves
      M550 P"Cyclops"                                          ; set printer name
      
      
      M667 S1                                               ; select CoreXY mode
      
      ; Drives
      M569 P0.0 S1                                          ; physical drive 0.0 goes forwards
      M569 P0.1 S1                                          ; physical drive 0.1 goes forwards
      M569 P0.2 S0                                          ; physical drive 0.2 goes forwards ; Left
      M569 P0.3 S0					                      ; physical drive 0.3 goes forwards ; Rear
      M569 P0.4 S0                                          ; physical drive 0.4 goes forwards ; Right
      M569 P0.5 S1					                      ; physical drive 0.5 goes backwards
      M569 P2.0 S1					                      ; physical drive 1.0 goes backwards
      M584 X2.0 Y0.1 Z0.2:0.3:0.4	E0.5:0.0                                         ; set drive mapping
      M671 X-22.0:260.0:530 Y120.0:550.0:130.0 S15 	          ; Kinematic bed ball locations - front left, front right and rear center
      M350 X16 Y16 Z16 E16:16 I1                               ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E409.00:409.00                     ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00                   ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z1000.00 E1200.00              ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                   ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E1000:1000 I30                         ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                               ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                      ; set axis minima
      M208 X500 Y500 Z500 S0                                ; set axis maxima
      
      ; Endstops
      M574 X1 S3                                              ; configure sensorless endstop for low end on X
      M574 Y1 S3                                              ; configure sensorless endstop for low end on Y
      M574 Z1 S3                                              ; configure sensorless endstop for low end on Z
      
      ; Z-Probe
      ;M950 S0 C"io7.out"                                    ; create servo pin 0 for BLTouch
      M558 P8 H5 C"io6.in" F120 T6000 ; set Z probe type to unmodulated and the dive height + speeds
      ;M558 H30                                              ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
      G31 P50 Z3.19                              ; set Z probe trigger value, offset and trigger height
      M557 X35:475 Y15:475 S40                              ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950   ; 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
      M143 H0 S120                                          ; set temperature limit for heater 0 to 120C
      M307 H0 A436.5 C459.5 D4.1 S1.00 V0 B0                ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                               ; map heated bed to heater 0
      M308 S1 P"temp1" Y"thermistor" A"Hotend" T100000 B4725 C7.06e-8   ; configure sensor 1 as thermistor on pin temp1
      M950 H1 C"out1" T1                                      ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00                                        ; 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"out7" Q500                                    ; create fan 0 on pin out7 and set its frequency
      M106 P0 S0 H-1                                          ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out8" Q500                                    ; create fan 1 on pin out8 and set its frequency
      M106 P1 S1 H-1 T45                                       ; set fan 1 value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 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
      M563 P1 D1 H1 F0                                        ; define tool 0
      G10 P1 X0 Y0 Z0                                         ; set tool 0 axis offsets
      G10 P1 R0 S0                                            ; set initial tool 0 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      ; Miscellaneous
                                                      ; load saved parameters from non-volatile memory
      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                                                    ; select first tool
      M501  
      
      

      When trying to update the 3HC firmware via the CAN using:

      M997 B2 S3;
      

      I get the following error message:

      Error: M997: Firmware file Duet3Bootloader-Board EXP3HC firmware 3.1.0 (2020- not found

      I have tried changing the address of the 3HC and switching the cable from in to out.

      I have tried changing the motor attached to the 3HC to the x-axis motor and the relevant config lines.

      Removing any reference to the 3HC connection from the lines reporting errors removes the errors.

      Help would be appreciated.

      posted in Duet Hardware and wiring
      mjimeygundefined
      mjimeyg
    • RE: Changes to config.g ignored when printing.

      @phaedrux I changed the M557 to:

      M557 X15:200 Y15:200 S40   
      

      I then ran a G29 and it did probe only a quarter of the bed as per the changed command in the config.g.

      I also remembered that a few weeks ago Thermistor 1 out stopped working and I had to change the hotend thermistor to Thermistor 2. This is long after the issues with the config,g but it might be worth mentioning.

      posted in Using Duet Controllers
      mjimeygundefined
      mjimeyg
    • RE: Changes to config.g ignored when printing.

      @phaedrux I am using the DWC.

      The SD card is not write protected.

      The G31 command shows the new value after is set with the G31 command.

      posted in Using Duet Controllers
      mjimeygundefined
      mjimeyg
    • RE: Changes to config.g ignored when printing.

      @phaedrux After changing the G31 z value from 4.31 to 4.5 in the config.g file and then going through the reset, the response from the G31 command is:

      Z probe 0: current reading 0, threshold 500, trigger height 4.500, offsets X-29.0 Y-12.0
      

      The response from the M98 P"config.g" command is:

      HTTP is enabled on port 80
      FTP is enabled on port 21
      TELNET is enabled on port 23
      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 461C
      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 325C
      
      posted in Using Duet Controllers
      mjimeygundefined
      mjimeyg
    • RE: Changes to config.g ignored when printing.

      @phaedrux I am changing the config.g file, line 50, the z argument of the G31 command:

      G31 P500 X-29 Y-12 Z4.53; set Z probe trigger value, offset and trigger height
      

      I would like to reiterate two things:

      1- This is board was working with this firmware and has stopped accepting the changes recently. I have not made any hardware or firmware changes.

      2- The calibration process works perfectly. I can perform it as listed in the provided webpage and get a good offset. The issue lies in that the value is ignored once the board is reset. So, if I perform all the calibration settings and set the G31 command manually, the bed will level. It is how I am still printing. But if I turn the printer off or save the changes to the config.g file, then once the board has reset itself, it ignores the value saved and listed... by aproximately 0.3.

      Finally, this is not an issue limited to the G31 command. Any changes are ignored to any command.

      posted in Using Duet Controllers
      mjimeygundefined
      mjimeyg
    • RE: Changes to config.g ignored when printing.

      @deckingman I use the following guide for z-offset calibration: BLTouch on Duet WiFi – Configuration and usage

      My files:

      config.g:

      ; Configuration file for Duet 3 (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time)
      
      ; General preferences
      G90                                                   ; send absolute coordinates...
      M83                                                   ; ...but relative extruder moves
      M550 P"RatRig"                                          ; set printer name
      
      
      M667 S1                                               ; select CoreXY mode
      
      ; Network
      M552 P0.0.0.0 S1                                        ; enable network and acquire dynamic address via DHCP
      M586 P0 S1                                   ; enable HTTP
      M586 P1 S1                                   ; disable FTP
      M586 P2 S1                                   ; disable Telnet
      
      ; Drives
      M569 P0.0 S1                                          ; physical drive 0.0 goes forwards
      M569 P0.1 S1                                          ; physical drive 0.1 goes forwards
      M569 P0.2 S0                                          ; physical drive 0.2 goes forwards ; Left
      M569 P0.3 S0					                      ; physical drive 0.3 goes forwards ; Rear
      M569 P0.4 S0                                          ; physical drive 0.4 goes forwards ; Right
      M569 P0.5 S1					                      ; physical drive 0.5 goes backwards
      M584 X0.0 Y0.1 Z0.2:0.3:0.4 E0.5                      ; set drive mapping (Left:0.2 - Rear:0.3 - Right:0.4)
      M671 X-30:230:25 Y120:556:120 S15 	          		  ; Kinematic bed ball locations - front left, front right and rear center
      M350 X16 Y16 Z16 E16 I1                               ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E409.00                     ; set steps per mm
      M566 X900.00 Y900.00 Z12.00 E120.00                   ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z1000.00 E1200.00              ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00                   ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E1000 I30                         ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                               ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                      ; set axis minima
      M208 X500 Y500 Z500 S0                                ; set axis maxima
      
      ; Endstops
      M574 X1 S3                                              ; configure sensorless endstop for low end on X
      M574 Y1 S3                                              ; configure sensorless endstop for low end on Y
      M574 Z1 S3                                              ; configure sensorless endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"io7.out"                                    ; create servo pin 0 for BLTouch
      M558 P9 C"io7.in" H5 F120 T6000                       ; set Z probe type to bltouch and the dive height + speeds
      ;M558 H30                                              ;*** Remove this line after delta calibration has been done and new delta parameters have been saved
      G31 P500 X-29 Y-12 Z4.53; set Z probe trigger value, offset and trigger height
      M557 X15:470 Y15:470 S40                              ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" A"Bed" T100000 B3950   ; 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
      M143 H0 S120                                          ; set temperature limit for heater 0 to 120C
      M307 H0 A436.5 C459.5 D4.1 S1.00 V0 B0                ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                               ; map heated bed to heater 0
      M308 S1 P"temp2" Y"thermistor" A"Hotend" T100000 B4725 C7.06e-8   ; configure sensor 1 as thermistor on pin temp2
      M950 H1 C"out1" T1                                      ; create nozzle heater output on out1 and map it to sensor 1
      M307 H1 B0 S1.00                                        ; 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"out7" Q500                                    ; create fan 0 on pin out7 and set its frequency
      M106 P0 S0 H-1                                          ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"out8" Q500                                    ; create fan 1 on pin out8 and set its frequency
      M106 P1 S1 H1 T45                                       ; set fan 1 value. Thermostatic control is turned on
      
      ; Tools
      M563 P0 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
      
      ; Miscellaneous
                                                      ; load saved parameters from non-volatile memory
      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                                                    ; select first tool
      M501  
      
      

      config-override.g:

      ; config-override.g file generated in response to M500 at 2021-11-28 10:26
      
      ; Heater model parameters
      M307 H0 R0.488 C616.200:616.200 D2.60 S1.00 V23.9 B0
      M307 H1 R1.258 C207.600:207.600 D11.70 S1.00 V23.2 B0
      ; Workplace coordinates
      ;G10 L2 P1 X0.00 Y0.00 Z0.00
      ;G10 L2 P2 X0.00 Y0.00 Z0.00
      ;G10 L2 P3 X0.00 Y0.00 Z0.00
      ;G10 L2 P4 X0.00 Y0.00 Z0.00
      ;G10 L2 P5 X0.00 Y0.00 Z0.00
      ;G10 L2 P6 X0.00 Y0.00 Z0.00
      ;G10 L2 P7 X0.00 Y0.00 Z0.00
      ;G10 L2 P8 X0.00 Y0.00 Z0.00
      ;G10 L2 P9 X0.00 Y0.00 Z0.00
      
      

      bed.g:

      ; bed.g
      ; called to perform automatic bed compensation via G32
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time)
      M561 ; clear any bed transform
      ;G28 ; home
      M558 F160
      G30 P0 X10 Y115 Z-99999 ; probe near left leadscrew
      G30 P1 X240 Y465 Z-99999 ; probe near rear leadscrew
      G30 P2 X450 Y115 Z-99999 S3 ; probe near right leadscrew and calibrate 3 motors
      G1 X0 Y0 F20000
      G29 S1
      
      

      homeall.g:

      ; homeall.g
      ; called to home all axes
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.5 on Thu Jan 09 2020 15:44:47 GMT+0000 (Greenwich Mean Time)
      M400
      
      M913 X70 Y70 ; drop motor current to 70%
      
      M400 G91; relative positioning
      
      G1 H2 Z20 F12000 ; lift Z relative to current position
      
      G1 H1 X-500.5 F10000 ; move quickly to X axis endstop and stop there (first pass)
      
      G1 H2 X5 F12000 ; go back a few mm
      
      G1 H1 X-500.5 F7000 ; move slowly to X axis endstop once more (second pass)
      
      ;G1 H2 Z-10 F6000 ; lower Z again
      
      G90 ; absolute positioning
      
      M400
      
      M913 X100 Y100 ; return current to 100%
      
      M400
      
      M400
      
      M913 X70 Y70 ; drop motor current to 70%
      
      M400 G91; relative positioning
      
      ;G1 H2 Z10 F12000 ; lift Z relative to current position
      
      G1 H1 Y-500.5 F10000 ; move quickly to Y axis endstop and stop there (first pass)
      
      G1 H2 Y5 F12000 ; go back a few mm
      
      G1 H1 Y-500.5 F7000 ; move slowly to Y axis endstop once more (second pass)
      
      ;G1 H2 Z-20 F6000 ; lower Z again
      
      G90 ; absolute positioning
      
      M400
      
      M913 X100 Y100 ; return current to 100%
      
      M400
      ;G1 H2 Z20 F12000 ; lift Z relative to current position
      G1 X250 Y250 F6000 ; Move probe to middle of bed
      M558 F500 ; Set the probing speed
      G30 ; Do a single probe to home our Z axis
      M558 F50 ; Set a slower probing speed
      G30
      G1 H2 Z20 F6000 ; lower Z again
      G32 ; Run 3-point bed calibration defined in bed.g
      
      ;G1 H1 Z-275 F360        ; move Z down stopping at the endstop
      ;G90                     ; absolute positioning
      ;G92 Z0                  ; set Z position to axis minimum (you may want to adjust this)
      
      ; Uncomment the following lines to lift Z after probing
      ;G91                    ; relative positioning
      ;G1 Z5 F100             ; lift Z relative to current position
      ;G90                    ; absolute positioning
      
      
      
      

      Those are my files.

      posted in Using Duet Controllers
      mjimeygundefined
      mjimeyg