• Tags
  • Documentation
  • Order
  • Register
  • Login
Duet3D Logo Duet3D
  • Tags
  • Documentation
  • Order
  • Register
  • Login

Duet3 mini voron gantry level problem

Scheduled Pinned Locked Moved
General Discussion
voron2.4 gantry level problem
6
46
1.7k
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.
  • undefined
    jamaicarasta @jumpedwithbothfeet
    last edited by 16 Feb 2022, 16:13

    @jumpedwithbothfeet How should that look then? I dont know...

    1 Reply Last reply Reply Quote 0
    • undefined
      jamaicarasta @jumpedwithbothfeet
      last edited by 16 Feb 2022, 16:17

      @jumpedwithbothfeet
      ; Configuration file for Duet 3 Mini 5+ (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Fri Feb 11 2022 17:57:25 GMT+0100 (Mitteleuropรคische Normalzeit)

      ; General preferences -------------------------------------------------------
      M575 P1 S1 B57600 ; enable support for PanelDue
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      M550 P"Duet Voron" ; set printer name
      M669 K1 ; select CoreXY mode

      ; Network --------------------------------------------------------------------
      M552 S1 ; enable network
      M586 P0 S1 ; enable HTTP
      M586 P1 S0 ; disable FTP
      M586 P2 S0 ; disable Telnet

      ; Drives ---------------------------------------------------------------------
      ; ----+---- Z-Drives
      ; | 2 | 3 |
      ; ----+----
      ; | 1 | 4 |
      ; ----+----
      ; Front

      M584 X5 Y6 Z1:2:3:4 E0 ; motor bindings
      M671 X-55:-55:405:405 Y-25:390:390:-25 S2 ; belt position

      M569 P0 S1 ; extruder motor direction
      M569 P1 S1 ; Z1 motor direction
      M569 P2 S0 ; Z2 motor direction
      M569 P3 S1 ; Z3 motor direction
      M569 P4 S0 ; Z4 motor direction
      M569 P5 S1 ; X motor direction
      M569 P6 S1 ; Y motor direction

      M350 X16 Y16 Z16 E16 I1 ; set microstepping
      M92 X80 Y80 Z400 E426 ; set microsteps per mm
      M566 X16000.00 Y16000.00 Z18000.00 E1200.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X24000.00 Y24000.00 Z18000.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X6000.00 Y6000.00 Z3000.00 E1500.00 ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E300 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ; thermal section ------------------------------------------------------------
      M308 S3 Y"mcu-temp" A"Board" ; Board thermal sensor
      M912 P0 S-2 ; MCU tempurature sensor correction (subtract 2ยฐK)

      ; Axis Limits ----------------------------------------------------------------
      M208 X0 Y0 Z0 S1 ; set axis minima
      M208 X350 Y350 Z340 S0 ; set axis maxima

      ; Endstops -------------------------------------------------------------------
      M574 X2 S1 P"io3.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io3.in
      M574 Y2 S1 P"io4.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io4.in
      M574 Z1 S2 "io1.in" ; configure switch-type (e.g. Probe) endstop for low end on Z via pin io1.in

      ; Z-Probe --------------------------------------------------------------------
      M558 K0 P8 A2 S0.05 C"^io1.in" H2 F300 T16000 ; set Z probe type to modulated and the dive height + speeds
      G31 P500 X0 Y20 Z1.590 ; set Z probe trigger value, offset and trigger height
      M557 X15:335 Y35:315 S10 ; 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 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 S120 ; set temperature limit for heater 0 to 120C
      M308 S1 P"temp1" Y"thermistor" T100000 B4138 ; 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 S300 ; set temperature limit for heater 1 to 300C

      ; Fans -----------------------------------------------------------------------
      M950 F0 C"out3" Q500 ; create fan 0 on pin out3 and set its frequency
      M106 P0 S1 H1 T60 ; set fan 0 value. Thermostatic control is turned on
      M950 F1 C"out4" Q500 ; create fan 1 on pin out4 and set its frequency
      M106 P1 S0 H-1 ; set fan 1 value. Thermostatic control is turned off
      M950 F2 C"out5" Q500 ; create fan 2 on pin out5 and set its frequency
      M106 P2 S1 H-1 ; set fan 2 value. Thermostatic control is turned off
      M950 F3 C"out6" Q500 ; create fan 3 on pin out6 and set its frequency
      M106 P3 S0 H-1 ; set fan 3 value. Thermostatic control is turned off

      ; 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 --------------------------------------------
      M501

      undefined 1 Reply Last reply 16 Feb 2022, 20:26 Reply Quote 0
      • undefined
        jamaicarasta @jay_s_uk
        last edited by 16 Feb 2022, 17:19

        @jay_s_uk said in Duet3 mini voron gantry level problem:

        stack overflow

        What means stack overflow? So that I have a clue where the error could be.

        1 Reply Last reply Reply Quote 0
        • undefined
          jumpedwithbothfeet @jamaicarasta
          last edited by 16 Feb 2022, 20:26

          @jamaicarasta if that`s your config.g it was just the way it was displayed ๐Ÿ™‚ as for the stack overflow issue...that is something beyond me at the moment, I think it has something to do how much information/data is held maybe @Phaedrux may have a clue?

          6HC Voron Trident based, 6XD CNC, Mini 5 polar printer

          undefined 1 Reply Last reply 16 Feb 2022, 20:34 Reply Quote 0
          • undefined
            jamaicarasta @jumpedwithbothfeet
            last edited by 16 Feb 2022, 20:34

            @jumpedwithbothfeet
            I don't have a temperature sensor on the extruder at the moment and it shows -270 degrees. can that be the problem?

            undefined 1 Reply Last reply 16 Feb 2022, 21:15 Reply Quote 0
            • undefined
              jumpedwithbothfeet @jamaicarasta
              last edited by 16 Feb 2022, 21:15

              @jamaicarasta only if you want to print something! you could always ensure the heater is disconnected to be as safe as possible

              6HC Voron Trident based, 6XD CNC, Mini 5 polar printer

              undefined 1 Reply Last reply 16 Feb 2022, 21:28 Reply Quote 0
              • undefined
                Phaedrux Moderator @jamaicarasta
                last edited by Phaedrux 16 Feb 2022, 21:20

                @jamaicarasta said in Duet3 mini voron gantry level problem:

                ; mesh.g
                ; called to perform automatic bedmesh via G29
                M561 ; clear any bed...
                G29 ; bed mesh
                G1 X175 Y175 Z50 F20000 ; go to bed middle

                The overflow is likely because you have G29 inside of mesh.g. G29 calls mesh.g. Inside of mesh.g you must use G29 S0 to initiate the probing routine.

                Z-Bot CoreXY Build | Thingiverse Profile

                undefined 3 Replies Last reply 16 Feb 2022, 21:38 Reply Quote 1
                • undefined
                  jamaicarasta @jumpedwithbothfeet
                  last edited by 16 Feb 2022, 21:28

                  @jumpedwithbothfeet
                  I'm still waiting for my new mosquito Magnum with heating cartridge and temperature sensor. There is no extruder in it ๐Ÿ‘

                  1 Reply Last reply Reply Quote 0
                  • undefined
                    jamaicarasta @Phaedrux
                    last edited by 16 Feb 2022, 21:38

                    @phaedrux
                    Thanks man ๐Ÿ™Œ๐Ÿผ
                    I will Try it tomorrow morning.
                    I'll let you know tomorrow if it worked ๐Ÿ‘
                    Thanks in advance

                    1 Reply Last reply Reply Quote 0
                    • undefined
                      jamaicarasta @Phaedrux
                      last edited by 17 Feb 2022, 06:09

                      @phaedrux
                      Hey the Printer Starts the bed mesh But now he write "No valid grid defined for bed probing"โ€ฆ

                      undefined 1 Reply Last reply 17 Feb 2022, 06:24 Reply Quote 0
                      • undefined
                        jamaicarasta @Phaedrux
                        last edited by 17 Feb 2022, 06:21

                        @phaedrux
                        ok was my mistake. too many measuring points. now it works ๐Ÿ‘

                        1 Reply Last reply Reply Quote 0
                        • undefined
                          Barracuda72 @jamaicarasta
                          last edited by 17 Feb 2022, 06:24

                          @jamaicarasta thats mostly because your probe have an Offset..and as i had to learn...if you define your probe area it takes the coordinates from the probe and not from the nozzle...so if you define x10 y10 and probing start and your probe have an offset of x0 y25 ( Voron) then if it want to probe the point the nozzle would be at x10 y-15 so its off the valid area. so meshare start have to be at least at x0 y25 to work
                          have to learn so much from my change from a duet Delta to the duet Voron ๐Ÿ˜‰

                          undefined 1 Reply Last reply 17 Feb 2022, 07:05 Reply Quote 0
                          • undefined
                            jamaicarasta @Barracuda72
                            last edited by 17 Feb 2022, 07:05

                            @barracuda72
                            yes exactly ๐Ÿ˜‚ I puzzled for 2 days why my Y and X did not correspond to what I tell him. Then I set the offset X0/Y20 and now it fits. I already had the Voron but with a clipper.... It's a little different. But I love the duet ๐Ÿ‘

                            undefined 1 Reply Last reply 17 Feb 2022, 08:00 Reply Quote 0
                            • undefined
                              jay_s_uk @jamaicarasta
                              last edited by 17 Feb 2022, 08:00

                              @jamaicarasta you can't just set random offsets in G31 to make it fit. it has to be the physical measurements from the nozzle

                              Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

                              1 Reply Last reply Reply Quote 1
                              • undefined
                                Phaedrux Moderator
                                last edited by 17 Feb 2022, 19:01

                                Measure your offsets: https://docs.duet3d.com/en/User_manual/Connecting_hardware/Z_probe_testing

                                Alter your grid size to take into consideration the physical offsets. Skipping points it can't reach isn't necessarily a problem, but it does mean you could have a more efficient usage of points. Though if you're not using the maximum 441 points, does it really matter?

                                Z-Bot CoreXY Build | Thingiverse Profile

                                1 Reply Last reply Reply Quote 0
                                41 out of 46
                                • First post
                                  41/46
                                  Last post
                                Unless otherwise noted, all forum content is licensed under CC-BY-SA