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

    One axis will not calibrate

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    3
    18
    362
    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.
    • thunderboltcutterundefined
      thunderboltcutter
      last edited by

      For some reason my Y axis will not respond to changes in the config.g file. When I print a calibration cube that side always comes out the same. The board is being used in a Solidoodle 4 with stock stepper motors.

      Phaedruxundefined 1 Reply Last reply Reply Quote 1
      • fcwiltundefined
        fcwilt
        last edited by

        Hi,

        Please post your config.g file using the </> tag.

        Also tell us what board you are using and what firmware version.

        Thanks.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        1 Reply Last reply Reply Quote 0
        • thunderboltcutterundefined
          thunderboltcutter
          last edited by

          ; Configuration file for Duet WiFi (firmware version 2.00)
          ; executed by the firmware on start-up
          ;
          ; generated by RepRapFirmware Configuration Tool v3.2.2 on Mon Feb 01 2021 20:16:34 GMT-0500 (Eastern Standard Time)

          ; General preferences
          G90 ; send absolute coordinates...
          M83 ; ...but relative extruder moves
          M550 P"SD4" ; set printer name

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

          ; Drives
          M569 P0 S1 ; physical drive 0 goes forwards
          M569 P1 S1 ; physical drive 1 goes forwards
          M569 P2 S1 ; physical drive 2 goes forwards
          M569 P3 S1 ; physical drive 3 goes forwards
          M584 X0 Y1 Z2 E3 ; set drive mapping
          M350 Z16 I0 ; configure microstepping without interpolation
          M350 X16 Y16 E16 I1 ; configure microstepping with interpolation
          M92 X90.36 Y88.78 Z2151.90 E415.00 ; set steps per mm
          M566 X1000.00 Y1000.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
          M203 X2000.00 Y2000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
          M201 X1000.00 Y1000.00 Z1000.00 E250.00 ; set accelerations (mm/s^2)
          M906 X1050 Y1000 Z1050 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
          M84 S5 ; Set idle timeout

          ; Axis Limits
          M208 X0 Y0 Z0 S1 ; set axis minima
          M208 X203 Y203 Z203 S0 ; set axis maxima

          ; Endstops
          M574 X2 Y2 Z1 S1 ; set active high endstops

          ; Z-Probe
          M558 P5 H5 F0 T6000 ; set Z probe type to switch and the dive height + speeds
          G31 P0 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height
          M557 X15:203 Y15:203 S20 ; define mesh grid

          ; Heaters
          M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
          M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
          M143 H0 S120 ; set temperature limit for heater 0 to 120C
          M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
          M143 H1 S285 ; set temperature limit for heater 1 to 285C

          ; Fans
          M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
          M106 P1 S1 I0 F500 H1 T23 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
          M106 P2 S1 I0 F500 H-1 ; set fan 2 value, PWM signal inversion and frequency. 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
          M564 H0

          ; Miscellaneous
          M501 ; load saved parameters from non-volatile memory

          1 Reply Last reply Reply Quote 1
          • fcwiltundefined
            fcwilt
            last edited by fcwilt

            Hi,

            I've re-posted your config.g file using the </> tag as requested.

            thunderboltcutter Mar 19, 2021, 2:58 PM
            ; Configuration file for Duet WiFi (firmware version 2.00)
            ; executed by the firmware on start-up
            ;
            ; generated by RepRapFirmware Configuration Tool v3.2.2 on Mon Feb 01 2021 20:16:34 GMT-0500 (Eastern Standard Time)
            
            ; General preferences
            G90 ; send absolute coordinates...
            M83 ; ...but relative extruder moves
            M550 P"SD4" ; set printer name
            
            ; Network
            M552 S1 ; enable network
            M586 P0 S1 ; enable HTTP
            M586 P1 S1 ; enable FTP
            M586 P2 S1 ; enable Telnet
            
            ; Drives
            M569 P0 S1 ; physical drive 0 goes forwards
            M569 P1 S1 ; physical drive 1 goes forwards
            M569 P2 S1 ; physical drive 2 goes forwards
            M569 P3 S1 ; physical drive 3 goes forwards
            M584 X0 Y1 Z2 E3 ; set drive mapping
            M350 Z16 I0 ; configure microstepping without interpolation
            M350 X16 Y16 E16 I1 ; configure microstepping with interpolation
            M92 X90.36 Y88.78 Z2151.90 E415.00 ; set steps per mm
            M566 X1000.00 Y1000.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
            M203 X2000.00 Y2000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
            M201 X1000.00 Y1000.00 Z1000.00 E250.00 ; set accelerations (mm/s^2)
            M906 X1050 Y1000 Z1050 E1000 I30 ; set motor currents (mA) and motor idle factor in per cent
            M84 S5 ; Set idle timeout
            
            ; Axis Limits
            M208 X0 Y0 Z0 S1 ; set axis minima
            M208 X203 Y203 Z203 S0 ; set axis maxima
            
            ; Endstops
            M574 X2 Y2 Z1 S1 ; set active high endstops
            
            ; Z-Probe
            M558 P5 H5 F0 T6000 ; set Z probe type to switch and the dive height + speeds
            G31 P0 X0 Y0 Z0 ; set Z probe trigger value, offset and trigger height
            M557 X15:203 Y15:203 S20 ; define mesh grid
            
            ; Heaters
            M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit
            M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
            M143 H0 S120 ; set temperature limit for heater 0 to 120C
            M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
            M143 H1 S285 ; set temperature limit for heater 1 to 285C
            
            ; Fans
            M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
            M106 P1 S1 I0 F500 H1 T23 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
            M106 P2 S1 I0 F500 H-1 ; set fan 2 value, PWM signal inversion and frequency. 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
            M564 H0
            
            ; Miscellaneous
            M501 ; load saved parameters from non-volatile memory
            

            Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

            1 Reply Last reply Reply Quote 0
            • thunderboltcutterundefined
              thunderboltcutter
              last edited by

              Thank you!

              1 Reply Last reply Reply Quote 0
              • fcwiltundefined
                fcwilt
                last edited by

                Hi,

                I don't see anything obvious there.

                From the DWC console execute M122 and post the results.

                Also execute M98 P"config.g" and let us know if there are any warnings or errors reported.

                Thanks.

                Frederick

                Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                1 Reply Last reply Reply Quote 0
                • thunderboltcutterundefined
                  thunderboltcutter
                  last edited by

                  I am getting a spam error when trying to post M122 output to the forum. Is there a work around?

                  fcwiltundefined 1 Reply Last reply Reply Quote 1
                  • fcwiltundefined
                    fcwilt @thunderboltcutter
                    last edited by

                    @thunderboltcutter said in One axis will not calibrate:

                    I am getting a spam error when trying to post M122 output to the forum. Is there a work around?

                    Change the file extension to .g perhaps?

                    Frederick

                    Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                    thunderboltcutterundefined 1 Reply Last reply Reply Quote 0
                    • thunderboltcutterundefined
                      thunderboltcutter @fcwilt
                      last edited by thunderboltcutter

                      @fcwilt
                      I am going break things up into a few posts to see what's getting caught by the filter.

                      ~~M98 P"config.g"
                      HTTP is enabled on port 80
                      FTP is enabled on port 21
                      TELNET is enabled on port 23~~
                      
                      1 Reply Last reply Reply Quote 1
                      • thunderboltcutterundefined
                        thunderboltcutter
                        last edited by

                        M122
                        === Diagnostics ===
                        RepRapFirmware for Duet 2 WiFi/Ethernet version 2.0(RTOS) running on Duet WiFi 1.02 or later
                        Board ID: 08DLM-996RU-N85S4-7JTDL-3SN6R-1S9VR
                        Used output buffers: 1 of 20 (19 max)
                        === RTOS ===
                        Static ram: 28380
                        Dynamic ram: 95820 of which 0 recycled
                        Exception stack ram used: 420
                        Never used ram: 6452
                        Task NETWORK ready, free stack 324
                        Task HEAT blocked, free stack 1256
                        Task MAIN running, free stack 3624
                        
                        1 Reply Last reply Reply Quote 0
                        • Phaedruxundefined
                          Phaedrux Moderator @thunderboltcutter
                          last edited by

                          @thunderboltcutter said in One axis will not calibrate:

                          For some reason my Y axis will not respond to changes in the config.g file. When I print a calibration cube that side always comes out the same.

                          What exactly does this mean? I'm not sure what you're describing. Photo of the results? What are you expecting to happen? What are you trying to change?

                          Z-Bot CoreXY Build | Thingiverse Profile

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

                            I've given you a few upvotes, so hopefully it won't bug you about spam as much. Might also help to take a pause for 10 minutes and try and create a single post again with all the copy and paste. Multiple posts in rapid succession is likely to trigger it.

                            Z-Bot CoreXY Build | Thingiverse Profile

                            fcwiltundefined 1 Reply Last reply Reply Quote 1
                            • fcwiltundefined
                              fcwilt @Phaedrux
                              last edited by

                              @Phaedrux said in One axis will not calibrate:

                              I've given you a few upvotes, so hopefully it won't bug you about spam as much. Might also help to take a pause for 10 minutes and try and create a single post again with all the copy and paste. Multiple posts in rapid succession is likely to trigger it.

                              I learn something new everyday.

                              Frederick

                              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                              1 Reply Last reply Reply Quote 0
                              • thunderboltcutterundefined
                                thunderboltcutter
                                last edited by

                                No matter what I do with the y axis variable when printing a calibration cube I get 20.55mm from that side.
                                Using setting like this yields the same results:
                                M92 X90.36 Y88.78 Z2151.90
                                M92 X90.36 Y91.0 Z2151.90

                                M122
                                === Diagnostics ===
                                RepRapFirmware for Duet 2 WiFi/Ethernet version 2.0(RTOS) running on Duet WiFi 1.02 or later
                                Board ID: 08DLM-996RU-N85S4-7JTDL-3SN6R-1S9VR
                                Used output buffers: 1 of 20 (19 max)
                                === RTOS ===
                                Static ram: 28380
                                Dynamic ram: 95820 of which 0 recycled
                                Exception stack ram used: 420
                                Never used ram: 6452
                                Task NETWORK ready, free stack 324
                                Task HEAT blocked, free stack 1256
                                Task MAIN running, free stack 3624
                                === Platform ===
                                Last reset 05:29:33 ago, cause: power up
                                Last software reset at 2021-03-18 20:25, reason: User, spinning module GCodes, available RAM 6588 bytes (slot 3)
                                Software reset code 0x0003 HFSR 0x00000000, CFSR 0x00000000, ICSR 0x0441f000, BFAR 0xe000ed38, SP 0xffffffff
                                Error status: 0
                                Free file entries: 10
                                SD card 0 detected, interface speed: 20.0MBytes/sec
                                SD card longest block write time: 0.0ms
                                MCU temperature: min 25.5, current 25.5, max 25.8
                                Supply voltage: min 12.0, current 12.1, max 12.1, under voltage events: 0, over voltage events: 0
                                Driver 0: standstill, SG min/max not available
                                Driver 1: standstill, SG min/max not available
                                Driver 2: standstill, SG min/max not available
                                Driver 3: standstill, SG min/max not available
                                Driver 4: standstill, SG min/max not available
                                Date/time: 2021-03-19 15:06:44
                                Slowest loop: 7.60ms; fastest: 0.08ms
                                === Move ===
                                Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 240, MinFreeDm 240, MaxWait: 0ms, Underruns: 0, 0
                                Scheduled moves: 0, completed moves: 0
                                Bed compensation in use: none
                                Bed probe heights: 0.000 0.000 0.000 0.000 0.000
                                === Heat ===
                                Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
                                Heater 0 is on, I-accum = 0.8
                                Heater 1 is on, I-accum = 0.4
                                === GCodes ===
                                Segments left: 0
                                Stack records: 2 allocated, 0 in use
                                Movement lock held by null
                                http is ready with "M122 " in state(s) 0
                                telnet is idle in state(s) 0
                                file is idle in state(s) 0
                                serial is idle in state(s) 0
                                aux is idle in state(s) 0
                                daemon is idle in state(s) 0
                                queue is idle in state(s) 0
                                autopause is idle in state(s) 0
                                Code queue is empty.
                                === Network ===
                                Slowest loop: 200.85ms; fastest: 0.01ms
                                Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
                                HTTP sessions: 2 of 8
                                - WiFi -
                                Network state is running
                                WiFi module is connected to access point
                                Failed messages: pending 3, notready 0, noresp 3
                                WiFi firmware version 1.25
                                WiFi MAC address f4:cf:a2:69:48:de
                                WiFi Vcc 3.33, reset reason Turned on by main processor
                                WiFi flash size 4194304, free heap 23104
                                WiFi IP address 192.168.1.82
                                WiFi signal strength -56dBm, reconnections 0, sleep mode unknown
                                Socket states: 0 0 0 0 0 0 0 0
                                === Expansion ===
                                
                                fcwiltundefined 1 Reply Last reply Reply Quote 0
                                • fcwiltundefined
                                  fcwilt @thunderboltcutter
                                  last edited by

                                  @thunderboltcutter said in One axis will not calibrate:

                                  No matter what I do with the y axis variable when printing a calibration cube I get 20.55mm from that side.
                                  Using setting like this yields the same results:
                                  M92 X90.36 Y88.78 Z2151.90
                                  M92 X90.36 Y91.0 Z2151.90

                                  Where did you get those values? They are a bit unusual.

                                  Perhaps you could restore the X and Y values to the theoretical values and using...

                                  M579 X1.0 Y1.0 Z1.0 ; scaling (values are determined by measuring test object)

                                  to scale the size of the objects printed? Values of 1.0, as shown, produce no scaling.

                                  Frederick

                                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                                    @fcwilt said in One axis will not calibrate:

                                    Where did you get those values? They are a bit unusual.

                                    Looks like the solid doodle uses MXL belts and 17 tooth pulleys for an approximate steps per mm of 88.

                                    http://www.soliforum.com/topic/2671/solidoodle-belt-and-pulley-specs-belt-replacement-guide/page/2/

                                    https://tomhorsley.com/hardware/solidoodle/solidoodle-calibration.html

                                    @thunderboltcutter said in One axis will not calibrate:

                                    RepRapFirmware for Duet 2 WiFi/Ethernet version 2.0(RTOS)

                                    Can I get you to update your firmware?

                                    Upload this zip file to the system tab in DWC.

                                    https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip

                                    Don't extract it first.

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    fcwiltundefined 1 Reply Last reply Reply Quote 1
                                    • fcwiltundefined
                                      fcwilt @Phaedrux
                                      last edited by

                                      @Phaedrux said in One axis will not calibrate:

                                      Looks like the solid doodle uses MXL belts and 17 tooth pulleys for an approximate steps per mm of 88.

                                      Never heard of MXL belts or 17 tooth pulleys - new facts to stuff into my old brain.

                                      One thing I don't quite understand is why the X and Y steps/mm (whatever they actually should be) would in practice be different.

                                      What is the source of the variation between X and Y?

                                      Thanks.

                                      Frederick

                                      Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

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

                                        @fcwilt said in One axis will not calibrate:

                                        What is the source of the variation between X and Y?

                                        Well Solid Doodle made some funny choices. (MXL, 17 tooth, etc) so who knows what else is funky in there. Product of the times I suppose.

                                        As for why they would be so different here in this case and why the steps per mm isn't having an effect, I wonder if it's something mechanical. Slippage or something. Loose grub screw?

                                        Z-Bot CoreXY Build | Thingiverse Profile

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