Navigation

    Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    SOLVED error G0\G1 home Z ratrig vcore 500

    Duet Web Control
    4
    35
    265
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dejvid17
      dejvid17 last edited by Phaedrux

      Hi everyone
      I need some help with first config my rat rig vcore 500. Error like you see on the screen
      I tried many option from few days but allways the same result. This is my first printer

      config.g

      ; General preferences
      G90                                     ; send absolute coordinates...
      M83                                     ; ...but relative extruder moves
      M550 P"V-Core 3"                        ; set printer name
      M669 K1                                 ; CoreXY
      G21                                     ; Set Units to Millimeters
      
      ; Network
      M552 S1                                 ; enable network
      M586 P0 S1                              ; enable HTTP
      M586 P1 S0                              ; disable FTP
      M586 P2 S0                              ; disable Telnet
      
      ; Drives
      M569 P0.0 S0 D3                         ; physical drive 0.0 goes forwards
      M569 P0.1 S0 D3                         ; physical drive 0.1 goes forwards
      M569 P0.2 S0 D3                         ; physical drive 0.2 goes forwards
      M569 P0.3 S1 D3                         ; physical drive 0.3 goes forwards
      M569 P0.4 S1 D3                         ; physical drive 0.4 goes forwards
      M569 P0.5 S1 D3                         ; physical drive 0.5 goes forwards
      M584 X0.4 Y0.3 Z0.0:0.1:0.2 E0.5        ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
      
      M92 X80.00 Y80.00 Z800.00               ; set steps per mm
      M906 X1000 Y1000 Z800 I30               ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                 ; Set idle timeout
      
      M566 X400.00 Y400.00 Z6.00 E120.00 P1          ; set maximum instantaneous speed changes (mm/min)
      M203 X10800.00 Y10800.00 Z1000.00 E3600.00     ; set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z100.00 E3600.00        ; set accelerations (mm/s^2)
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                               ; set axis minima
      M208 X510 Y500 Z500 S0                         ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"io0.in"                           ; configure active high endstops
      M574 Y2 S1 P"io1.in"                           ; configure active high endstops
      
      M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5       ; define positions of Z leadscrews or bed levelling screws
      M557 X20:480 Y20:480 P5                        ; define 5x5 mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed"    ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out0" T0                                     ; create bed heater output on out5 and map it to sensor 0
      M307 H0 B0 S1.00                                       ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                                ; map heated bed to heater 0
      M143 H0 S110                                           ; set temperature limit for heater 0 to 110C
      
      ;; Run Bed PID Tune!! Below is an example for a 300x300 bed
      ;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0
      
      ; Fans
      M950 F0 C"out4" Q500                   ; create fan 0 on pin out4 and set its frequency
      M106 P0 C"Layer Fan" S0 H-1            ; set fan 0 name and value. Thermostatic control is turned off
      M950 F1 C"out3" Q500                   ; create fan 1 on pin out3 and set its frequency
      M106 P1 C"Hotend Fan" S0 H1 T45        ; set fan 1 name and value. Thermostatic control turned on for Hotend
      
      ; 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
      
      M950 H1 C"out1" T1         ; create nozzle heater output on out2 and map it to sensor 1
      M307 H1 B0 S1.00           ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S250               ; set the maximum temperature in C for heater
      
      ; EVA 2 / BMG / E3D V6
      
      M92 E830          ; set extruder steps per mm, 0.9 angle/step (LDO Pancake)
      M906 E800         ; set extruder motor current (mA) and idle factor in per cent
      
      M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend"  
      ;; Run Heater PID Tune!! 
      ;; M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0
      
      ; Z-Probe
      ;; Inductive Probe
       M558 P5 C"!io3.in" H5 F400 T5000       ; set Z probe type to unmodulated and the dive height + speeds
       G31 P500 X-30 Y-15 Z0.20               ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      ;; BLTouch
       M950 S0 C"io7.out"                     ; Create a servo pin on io7
       M558 P9 C"io7.in" H5 F240 T10800 A5    ; set Z probe type to unmodulated and the dive height + speeds
       G31 P25 X-28.00 Y-13.00 Z0.90          ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
      
      ; Select default tool
      T0
      
      ; Pressure Advance
       M572 D0 S0.10
      

      homeall.g

      M201 X500.00 Y500.00    ; Reduce acceleration for homing moves
      
      ; BLTouch
      M280 P0 S160           ; Precautionary alarm release
      M280 P0 S90            ; Ensure the pin is raised
      
      G91                     ; Relative positioning
      G1 H2 Z5 F6000          ; Lift Z relative to current position
      G1 H1 X-625 Y605 F3600  ; Move quickly to X and Y axis endstops and stop there (first pass)
      G1 H1 X-625 F1800       ; Move quickly to X and Y axis endstops and stop there (first pass)
      G1 H1 Y605 F1800        ; Move quickly to X and Y axis endstops and stop there (first pass)
      
      G1 H2 X1 Y-1 F600       ; Go back a few mm
      
      G1 H1 X-625 Y605 F360   ; Move slowly to X and Y axis endstops once more (second pass)
      G1 H1 X-625 F360        ; Move slowly to X and Y axis endstops once more (second pass)
      G1 H1 Y605 F360         ; Move slowly to X and Y axis endstops once more (second pass)
      
      M201 X3000 Y3000        ; Return to full acceleration
      
      G90                     ; Absolute positioning
      ;G1 X150 Y150 F10000     ; Go to the center of the bed (300x300)
      ;G1 X200 Y200 F10000    ; Go to the center of the bed (400x400)
      G1 X250 Y250 F10000    ; Go to the center of the bed (500x500)
      G30                     ; Home Z by probing the bed
      
      G91                     ; Relative positioning
      G1 Z5 F100              ; Lift Z relative to current position
      G90                     ; Absolute positioning
      

      homez.g

      ; BLTouch
      M280 P0 S160           ; Precautionary alarm release
      M280 P0 S90            ; Ensure the pin is raised
      
      G91                     ; Relative positioning
      G1 H2 Z5 F6000          ; Lift Z relative to current position
      
      G90                     ; Absolute positioning
      ;G1 X150 Y150 F10000     ; Go to the center of the bed (300x300)
      ;G1 X200 Y200 F10000    ; Go to the center of the bed (400x400)
      G1 X250 Y250 F10000    ; Go to the center of the bed (500x500)
      G30                     ; Home Z by probing the bed
      
      ; Uncomment the following lines to lift Z after probing
      ;G91                     ; Relative positioning
      G1 Z5 F100              ; Lift Z relative to current position
      G90                     ; Absolute positioning
      

      bez.png

      Phaedrux 1 Reply Last reply Reply Quote 0
      • Phaedrux
        Phaedrux Moderator @dejvid17 last edited by

        @dejvid17 said in error G0\G1 home Z ratrig vcore 500:

        ; Z-Probe
        ;; Inductive Probe
        M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds
        G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
        ;; BLTouch
        M950 S0 C"io7.out" ; Create a servo pin on io7
        M558 P9 C"io7.in" H5 F240 T10800 A5 ; set Z probe type to unmodulated and the dive height + speeds
        G31 P25 X-28.00 Y-13.00 Z0.90 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed

        How many probes do you have? You've got two different M558 commands.

        It sounds like you have a BLTouch so you should delete the inductive probe.

        Please send M122 and M98 P"config.g" in the gcode console and copy and paste the results.

        You've also got some commands in a strange order which may cause other problems. Like the tool being defined before the heater is defined.

        Z-Bot CoreXY Build | Thingiverse Profile

        1 Reply Last reply Reply Quote 0
        • dejvid17
          dejvid17 last edited by

          I have one probe BLtouch.
          When M558 is on in Z-probe / off in BLTouch bed goes up and can't stop
          in other way off in Z-Probe / on in BLTouch still the same Error

          I download a .zip config packeg from ratrig link
          Please tell me what I should do with those strange commands

          PXL_20220801_065543154.jpg

          M98 P"config.g"
          HTTP is enabled on port 80
          FTP is disabled
          TELNET is disabled
          Error: Invalid Z probe index
          Error: Unknown pin name 'io7.out'
          Error: Unknown pin name 'io7.in'
          Error: Invalid Z probe index

          M122
          === Diagnostics ===
          RepRapFirmware for Duet 3 Mini 5+ version 3.2.2 running on Duet 3 Mini5plus WiFi (standalone mode)
          Board ID: GMDS7-G096U-D65J0-40KM0-M403Z-HS1D4
          Used output buffers: 3 of 40 (12 max)
          === RTOS ===
          Static ram: 98732
          Dynamic ram: 107768 of which 228 recycled
          Never used RAM 38488, free system stack 128 words
          Tasks: NETWORK(ready,156) HEAT(blocked,315) CanReceiv(blocked,947) CanSender(blocked,358) CanClock(blocked,363) TMC(blocked,106) MAIN(running,418) IDLE(ready,20) AIN(blocked,269)
          Owned mutexes: WiFi(NETWORK)
          === Platform ===
          Last reset 00:20:31 ago, cause: power up
          Last software reset at 2022-07-31 15:16, reason: User, GCodes spinning, available RAM 38488, slot 0
          Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0x00000000 Task MAIN Freestk 0 n/a
          Error status: 0x00
          Aux0 errors 0,0,0
          Aux1 errors 0,0,0
          Supply voltage: min 0.0, current 24.3, max 24.3, under voltage events: 0, over voltage events: 0, power good: yes
          Driver 0: position 40000, standstill, SG min/max 0/12, read errors 0, write errors 0, ifcnt 13, reads 49566, writes 13, timeouts 1, DMA errors 0, failedOp 0x6a
          Driver 1: position 0, standstill, SG min/max 0/10, read errors 0, write errors 0, ifcnt 13, reads 49567, writes 13, timeouts 0, DMA errors 0
          Driver 2: position 4000, standstill, SG min/max 0/12, read errors 0, write errors 0, ifcnt 13, reads 49567, writes 13, timeouts 0, DMA errors 0
          Driver 3: position 0, standstill, SG min/max 0/20, read errors 0, write errors 0, ifcnt 12, reads 49568, writes 12, timeouts 0, DMA errors 0
          Driver 4: position 0, standstill, SG min/max 0/2, read errors 0, write errors 0, ifcnt 13, reads 49567, writes 13, timeouts 0, DMA errors 0
          Driver 5: position 0, standstill, SG min/max 0/0, read errors 0, write errors 0, ifcnt 10, reads 49570, writes 10, timeouts 0, DMA errors 0
          Driver 6: position 0, standstill, SG min/max 0/0, read errors 0, write errors 0, ifcnt 9, reads 49571, writes 9, timeouts 0, DMA errors 0
          Date/time: 2022-08-01 08:51:00
          Cache data hit count 2515220930
          Slowest loop: 14.00ms; fastest: 0.12ms
          === Storage ===
          Free file entries: 10
          SD card 0 detected, interface speed: 22.5MBytes/sec
          SD card longest read time 3.9ms, write time 0.0ms, max retries 0
          === Move ===
          DMs created 83, maxWait 1173485ms, bed compensation in use: none, comp offset 0.000
          === MainDDARing ===
          Scheduled moves 9, completed moves 9, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === AuxDDARing ===
          Scheduled moves 0, completed moves 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
          === Heat ===
          Bed heaters = 0 -1, chamberHeaters = -1 -1
          Heater 1 is on, I-accum = 0.0
          === GCodes ===
          Segments left: 0
          Movement lock held by null
          HTTP is idle 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.
          === Network ===
          Slowest loop: 24.80ms; fastest: 0.00ms
          Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions
          HTTP sessions: 1 of 8

          • WiFi -
            Network state is active
            WiFi module is connected to access point
            Failed messages: pending 0, notready 0, noresp 0
            WiFi firmware version 1.25
            WiFi MAC address f0:08:d1:03:7f:8e
            WiFi Vcc 3.36, reset reason Power up
            WiFi flash size 2097152, free heap 26184
            WiFi IP address 192.168.2.223
            WiFi signal strength -44dBm, mode 802.11n, reconnections 0, sleep mode modem
            Clock register 00002002
            Socket states: 0 0 0 0 0 0 0 0
            === CAN ===
            Messages queued 11082, send timeouts 11079, received 0, lost 0, longest wait 0ms for reply type 0, free buffers 16
          1 Reply Last reply Reply Quote 0
          • Phaedrux
            Phaedrux Moderator last edited by

            Where do you have the BLTouch wires connected? Can you show a photo? Did you delete the inductive probe lines?

            Z-Bot CoreXY Build | Thingiverse Profile

            dejvid17 1 Reply Last reply Reply Quote 0
            • dejvid17
              dejvid17 @Phaedrux last edited by

              @Phaedrux
              I checked BLTouch wirring twice.
              Yes, I delete two command inductive probe

              11111111.png
              PXL_20220802_101751651_2.jpg

              Rushmere3D 1 Reply Last reply Reply Quote 0
              • Rushmere3D
                Rushmere3D @dejvid17 last edited by Rushmere3D

                @dejvid17 Those wires look to big for the connector really but if it's a solid connection and you have no loose wire strands that can short out it's "ok" for now I guess.

                But your current issue is that you need to look at the duet mini 5+ pinout and adjust your config.g.

                I.e there isn't a io7 on a mini5+. https://docs.duet3d.com/Duet3D_hardware/Duet_3_family/Duet_3_Mini_5+_Hardware_Overview

                Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                dejvid17 1 Reply Last reply Reply Quote 0
                • dejvid17
                  dejvid17 @Rushmere3D last edited by

                  @rushmere3d thank you !! I change 7 for 2 and home Z done..

                  but now I tried to bed leveling and another error

                  G32
                  Error: Some computed corrections exceed configured limit of 5.00mm: -500.000 -500.000 -500.000

                  Rushmere3D 1 Reply Last reply Reply Quote 0
                  • Rushmere3D
                    Rushmere3D @dejvid17 last edited by

                    @dejvid17 was the bed in the position you posted earlier? I think it's referring to the S5 in your M671, the correction is more than 5mm.

                    Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                    dejvid17 1 Reply Last reply Reply Quote 0
                    • dejvid17
                      dejvid17 @Rushmere3D last edited by dejvid17

                      @rushmere3d yes, but next time I correct manual level of the bed and again the same error

                      M671
                      Z leadscrew coordinates (-4.5,-4.5) (250.0,505.0) (504.5,-4.5), factor 1.00, maximum correction 5.00mm, manual adjusting screw pitch 0.50mm

                      when I change Z from -500 to 500 error almost the same G32
                      Error: Some computed corrections exceed configured limit of 5.00mm: 500.000 500.000 500.000

                      bed.g
                      ; this script compensates for what the Z offset is
                      ; so if G31 P500 X-30 Y-15 Z1.7 then first probe will be at
                      ; X30 Y20 (when G30 P0 X0 Y5)

                      M561 ; clear any bed transform

                      G30 P0 X5 Y5 Z500 ; probe near a leadscrew
                      G30 P1 X150 Y285 Z500 ; probe near a leadscrew
                      G30 P2 X270 Y5 Z500 S3 ; probe near a leadscrew and calibrate 3 motors

                      Rushmere3D Phaedrux 2 Replies Last reply Reply Quote 0
                      • Rushmere3D
                        Rushmere3D @dejvid17 last edited by

                        @dejvid17 Not sure on that one, it feels like it's to do with the whole file set and coordinates. Like can the lead screw coordinates be greater than the min/max? Someone else will need to chip in on it.

                        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                        1 Reply Last reply Reply Quote 0
                        • Phaedrux
                          Phaedrux Moderator @dejvid17 last edited by

                          @dejvid17 said in error G0\G1 home Z ratrig vcore 500:

                          G30 P0 X5 Y5 Z500 ; probe near a leadscrew
                          G30 P1 X150 Y285 Z500 ; probe near a leadscrew
                          G30 P2 X270 Y5 Z500 S3 ; probe near a leadscrew and calibrate 3 motors

                          I think you need to remove the Z500 from those lines.

                          Z-Bot CoreXY Build | Thingiverse Profile

                          dejvid17 2 Replies Last reply Reply Quote 0
                          • dejvid17
                            dejvid17 @Phaedrux last edited by

                            @phaedrux thank you
                            Z should be 99999 and everything works fine..

                            1 Reply Last reply Reply Quote 0
                            • Topic has been marked as a question  Phaedrux Phaedrux 
                            • Topic has been marked as solved  Phaedrux Phaedrux 
                            • dejvid17
                              dejvid17 @Phaedrux last edited by

                              @phaedrux g28.png

                              Guy's any ideas what this time is wrong????

                              Rushmere3D 1 Reply Last reply Reply Quote 0
                              • Rushmere3D
                                Rushmere3D @dejvid17 last edited by

                                @dejvid17

                                It's telling you a lot of the issues, files not found and bad commands.

                                You seems to be sending Klipper commands?

                                Do you have a Pause. and Resume.g?

                                Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                dejvid17 1 Reply Last reply Reply Quote 0
                                • dejvid17
                                  dejvid17 @Rushmere3D last edited by

                                  @rushmere3d
                                  I send from super slicer project to printer and after a few sec first error heater 1 no pause.g file

                                  no any of those files

                                  Rushmere3D 1 Reply Last reply Reply Quote 0
                                  • Rushmere3D
                                    Rushmere3D @dejvid17 last edited by

                                    @dejvid17
                                    What firmware is superslicer set up for?
                                    Whats in your Start and end gcode boxes?

                                    Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                    dejvid17 1 Reply Last reply Reply Quote 0
                                    • dejvid17
                                      dejvid17 @Rushmere3D last edited by dejvid17

                                      @Rushmere3D
                                      Super slicer fixed up in setting printer was Klipper.
                                      but I don;'t know what do with that

                                      Error: Heater 1 fault: heater monitor 0 was triggered
                                      Error: Heater 0 fault: temperature rising much more slowly than the expected 1.7°C/sec
                                      

                                      Error: Can't activate heater 0 while in fault state
                                      Resume state saved
                                      Warning: Macro file pause.g not found

                                      config.g

                                      ; Heaters
                                      M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0
                                      M950 H0 C"out0" T0 ; create bed heater output on out5 and map it to sensor 0
                                      M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0 ; disable bang-bang mode for the bed heater and set PWM limit
                                      M140 H0 ; map heated bed to heater 0
                                      M143 H0 S110 ; set temperature limit for heater 0 to 110C

                                      ;; Run Bed PID Tune!! Below is an example for a 300x300 bed
                                      ;; M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0

                                      ; Fans
                                      M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
                                      M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
                                      M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency
                                      M106 P1 C"Hotend Fan" S0 H1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend

                                      ; 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

                                      M950 H1 C"out1" T1 ; create nozzle heater output on out2 and map it to sensor 1
                                      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
                                      M143 H1 S250 ; set the maximum temperature in C for heater

                                      ; EVA 2 / BMG / E3D V6

                                      M92 E830 ; set extruder steps per mm, 0.9 angle/step (LDO Pancake)
                                      M906 E800 ; set extruder motor current (mA) and idle factor in per cent

                                      M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend"
                                      ;; Run Heater PID Tune!!
                                      ;; M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0

                                      Rushmere3D 1 Reply Last reply Reply Quote 0
                                      • Rushmere3D
                                        Rushmere3D @dejvid17 last edited by

                                        @dejvid17 Have you PID tuned both the bed and hotend?

                                        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                        dejvid17 1 Reply Last reply Reply Quote 0
                                        • dejvid17
                                          dejvid17 @Rushmere3D last edited by

                                          @rushmere3d Yes both
                                          and still the same problem Error: Heater 0 fault: temperature rising much more slowly than the expected 0.6°C/sec

                                          dc42 1 Reply Last reply Reply Quote 0
                                          • dc42
                                            dc42 administrators @dejvid17 last edited by

                                            @dejvid17 see https://forum.duet3d.com/topic/29351/spurious-heater-faults-again/4.

                                            Duet WiFi hardware designer and firmware engineer
                                            Please do not ask me for Duet support via PM or email, use the forum
                                            http://www.escher3d.com, https://miscsolutions.wordpress.com

                                            dejvid17 1 Reply Last reply Reply Quote 0
                                            • dejvid17
                                              dejvid17 @dc42 last edited by

                                              @dc42 hot.png

                                              I don't know what to do now...
                                              I can't manual set temperature of the hotend only command M303 H1 S works and when I tried to print something super slicer set hotend 248 degrees but after minute againg error about rising temp too slow

                                              ; Endstops
                                              M574 X1 S1 P"io0.in" ; configure active high endstops
                                              M574 Y2 S1 P"io1.in" ; configure active high endstops

                                              M671 X-4.5:250:504.5 Y-4.52:505:-4.52 S5 ; define positions of Z leadscrews or bed levelling screws
                                              M557 X20:480 Y20:480 P5 ; define 5x5 mesh grid

                                              ; Heaters
                                              M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Bed" ; configure sensor 0 as thermistor on pin temp0
                                              M950 H0 C"out0" T0 ; create bed heater output on out5 and map it to sensor 0
                                              M307 H1 R2.794 C222.6 D8.63 S1.00 V24.2 ; disable bang-bang mode for the bed heater and set PWM limit
                                              M140 H0 ; map heated bed to heater 0
                                              M143 H0 S110 ; set temperature limit for heater 0 to 110C

                                              ;; Run Bed PID Tune!! Below is an example for a 300x300 bed
                                              M307 H0 A303.1 C356.7 D1.4 S1.00 V24.0 B0

                                              ; Fans
                                              M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency
                                              M106 P0 C"Layer Fan" S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
                                              M950 F1 C"out3" Q500 ; create fan 1 on pin out3 and set its frequency
                                              M106 P1 C"Hotend Fan" S0 H1 T45 ; set fan 1 name and value. Thermostatic control turned on for Hotend

                                              ; 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

                                              M950 H1 C"out1" T1 ; create nozzle heater output on out2 and map it to sensor 1
                                              M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
                                              M143 H1 S250 ; set the maximum temperature in C for heater

                                              ; EVA 2 / BMG / E3D V6

                                              M92 E830 ; set extruder steps per mm, 0.9 angle/step (LDO Pancake)
                                              M906 E800 ; set extruder motor current (mA) and idle factor in per cent

                                              M308 S1 P"temp1" Y"thermistor" T100000 B4725 C7.060000e-8 A"Hotend"
                                              ;; Run Heater PID Tune!!
                                              M307 H1 A751.5 C196.6 D4.7 S1.00 V23.9 B0

                                              ; Z-Probe
                                              ;; Inductive Probe
                                              M558 P5 C"!io3.in" H5 F400 T5000 ; set Z probe type to unmodulated and the dive height + speeds
                                              G31 P500 X-30 Y-15 Z0.20 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed
                                              ; BLTouch
                                              M950 S0 C"io2.out" ; Create a servo pin on io7
                                              M558 P9 C"io2.in" H5 F240 T10800 A5 ; set Z probe type to unmodulated and the dive height + speeds
                                              G31 P25 X-28.00 Y-13.00 Z0.90 ; set Z probe trigger value, offset and trigger height, more Z means closer to the bed

                                              ; Select default tool
                                              T0

                                              ; Pressure Advance
                                              M572 D0 S0.10

                                              dc42 1 Reply Last reply Reply Quote 0
                                              • dc42
                                                dc42 administrators @dejvid17 last edited by dc42

                                                @dejvid17 after tuning heaters you have used M500 to save the new M307 parameters to config-ovwrride.g, but you don;t have a M501 command in config.g to read config-override.g at startup. That's why RRF told you to edit the M307 commands in config.g to match the values obtained by tuning. Did you do that?

                                                Duet WiFi hardware designer and firmware engineer
                                                Please do not ask me for Duet support via PM or email, use the forum
                                                http://www.escher3d.com, https://miscsolutions.wordpress.com

                                                dejvid17 1 Reply Last reply Reply Quote 0
                                                • dejvid17
                                                  dejvid17 @dc42 last edited by

                                                  @dc42
                                                  I know I'm annoing but

                                                  Error: Heater 1 fault: heater monitor 0 was triggered
                                                  Resume state saved
                                                  Warning: Macro file pause.g not found
                                                  Printing paused at X250.0 Y250.0 Z10.9

                                                  M32 "0:/gcodes/1111111.gcode"
                                                  File 0:/gcodes/1111111.gcode selected for printing
                                                  Warning: M73: Command is not supported
                                                  Error: Bad command: START_PRINT EXTRUDER_TEMP=248 BED_TEMP=108
                                                  Error: Bad command: SET_GCODE_OFFSET Z=0.0
                                                  Error: Bad command: SET_PRESSURE_ADVANCE ADVANCE=0.03

                                                  config-override.g

                                                  ; config-override.g file generated in response to M500 at 2022-08-10 16:57
                                                  ; This is a system-generated file - do not edit
                                                  ; Heater model parameters
                                                  M307 H0 R0.582 C398.938:398.938 D3.39 S1.00 V24.3 B0
                                                  M307 H1 R2.788 C216.240:216.240 D8.68 S1.00 V24.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
                                                  M486 S-1

                                                  I add command M501 on the end of config.g
                                                  851f1fad-15a2-4649-bdba-74ec114ad7e9-image.png

                                                  Rushmere3D 1 Reply Last reply Reply Quote 0
                                                  • Rushmere3D
                                                    Rushmere3D @dejvid17 last edited by

                                                    @dejvid17 What is in your start gcode in the slicer? You are still sending unknown commands.

                                                    Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

                                                    dejvid17 1 Reply Last reply Reply Quote 0
                                                    • dejvid17
                                                      dejvid17 @Rushmere3D last edited by

                                                      @rushmere3d

                                                      18deaa3f-cf13-4ad7-8b86-afb60cd01d99-image.png
                                                      c9ec2e32-a179-42bc-b0fa-1b03ab8590bc-image.png
                                                      38801f44-ef72-444b-ac2b-866358481d7e-image.png

                                                      Rushmere3D 2 Replies Last reply Reply Quote 0
                                                      • First post
                                                        Last post
                                                      Unless otherwise noted, all forum content is licensed under CC-BY-SA