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

hbot homes correctly but prints mirrored ,

Scheduled Pinned Locked Moved
Tuning and tweaking
4
169
8.2k
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
    tracar
    last edited by 25 Aug 2020, 20:05

    yes H7_pwm on the end of the expansion board

    can not get a response from the bltouch

    ; Self-Test
    ;
    M280 P0 S120 ; Send PWM channel 7 the S10 (angle) command, inverted signal

    undefined 1 Reply Last reply 25 Aug 2020, 20:18 Reply Quote 0
    • undefined
      Phaedrux Moderator @tracar
      last edited by Phaedrux 25 Aug 2020, 20:18

      @tracar said in hbot homes correctly but prints mirrored ,:

      can not get a response from the bltouch

      And that's using this in your config,g?

      M558 P9 C"^zprobe.in" H2 F100 T8000 A5 ; set Z probe type to bltouch and the dive height + speeds
      M950 S0 C"exp.heater7" ; create servo pin 0 for BLTouch

      If that's what you have in config, and it's wired to the right pin, check the wiring continuity.

      Z-Bot CoreXY Build | Thingiverse Profile

      1 Reply Last reply Reply Quote 0
      • undefined
        tracar
        last edited by tracar 25 Aug 2020, 20:19

        this is the current config

        ; Z-Probe

        M950 S0 C"exp.heater7" ; create servo pin 0 for BLTouch
        M558 P9 C"^zprobe.in" H5 F120 T24000 ; set Z probe type to bltouch and the dive height + speeds
        G31 P500 X0 Y0 Z0.445 ; set Z probe trigger value, offset and trigger height
        M557 X50:400 Y50:500 S50 ; define mesh grid

        and

        ; deployprobe.g
        ; called to deploy a physical Z probe
        M280 P7 S10 ; deploy BLTouch
        does not work

        continuity of wiring is fine

        undefined 1 Reply Last reply 25 Aug 2020, 20:49 Reply Quote 0
        • undefined
          peter247 @tracar
          last edited by 25 Aug 2020, 20:49

          @tracar

          BIG HINT ,This works with any heater

          ; deployprobe.g
          ; called to deploy a physical Z probe
          ;
          M280 P0 S10 ; deploy BLTouch
          ; retractprobe.g
          ; called to retract a physical Z probe
          ;
          M280 P0 S90 ; retract BLTouch
          1 Reply Last reply Reply Quote 0
          • undefined
            tracar
            last edited by 25 Aug 2020, 20:51

            i have already changed the p0 and still non responsive

            undefined 1 Reply Last reply 25 Aug 2020, 20:52 Reply Quote 0
            • undefined
              peter247 @tracar
              last edited by 25 Aug 2020, 20:52

              @tracar , what pin are you using .

              1 Reply Last reply Reply Quote 0
              • undefined
                tracar
                last edited by 25 Aug 2020, 20:55

                @tracar said in hbot homes correctly but prints mirrored ,:

                H7_pwm on the expansion board
                and zprobe in

                undefined 1 Reply Last reply 25 Aug 2020, 20:57 Reply Quote 0
                • undefined
                  peter247 @tracar
                  last edited by 25 Aug 2020, 20:57

                  @tracar Pin 31 ?

                  undefined 1 Reply Last reply 25 Aug 2020, 20:58 Reply Quote 0
                  • undefined
                    tracar @peter247
                    last edited by 25 Aug 2020, 20:58

                    @peter247 yes

                    undefined 3 Replies Last reply 25 Aug 2020, 21:00 Reply Quote 0
                    • undefined
                      peter247 @tracar
                      last edited by 25 Aug 2020, 21:00

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • undefined
                        peter247 @tracar
                        last edited by 25 Aug 2020, 21:07

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • undefined
                          peter247 @tracar
                          last edited by 25 Aug 2020, 21:15

                          @tracar

                          I can't see anything wrong with the set ups .

                          if you had a Maestro that needs to be set up differently , but you are running a duet 2 wifi , so that doesn't wash .

                          Can only think it's wiring ?

                          1 Reply Last reply Reply Quote 0
                          • undefined
                            tracar
                            last edited by 25 Aug 2020, 21:16

                            it works if i downgrade firmware

                            undefined 1 Reply Last reply 25 Aug 2020, 21:23 Reply Quote 0
                            • undefined
                              peter247 @tracar
                              last edited by 25 Aug 2020, 21:23

                              @tracar

                              what is your full zprobe config

                              have you removed the M307 H7 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch

                              undefined 1 Reply Last reply 25 Aug 2020, 21:23 Reply Quote 0
                              • undefined
                                tracar @peter247
                                last edited by 25 Aug 2020, 21:23

                                @peter247

                                M307 H7 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch
                                M950 S0 C"exp.heater7" ; create servo pin 0 for BLTouch
                                M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds
                                G31 P500 X0 Y40.9 Z.445 ; set Z probe trigger value, offset and trigger height
                                M557 X50:400 Y50:400 S100 ; define mesh grid x50:400 starts at 50, ends at 400 SXX moves by what its set to between points

                                undefined 1 Reply Last reply 25 Aug 2020, 21:25 Reply Quote 0
                                • undefined
                                  peter247 @tracar
                                  last edited by peter247 25 Aug 2020, 21:25

                                  @tracar

                                  comment out M307 H7 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch

                                  Notes - RepRapFirmware 3

                                  The F parameter is no longer supported. Use M950 to set the frequency in the M950 command that you use to define the heater .

                                  The I2 parameter is no longer supported, and I3 does the same as I1. You can use M950 to invert the output.

                                  You can no longer disable a heater using M307 A-1 C-1 D-1. To use the pin for something else, don't create a heater on that pin.

                                  1 Reply Last reply Reply Quote 0
                                  • undefined
                                    tracar
                                    last edited by 25 Aug 2020, 21:36

                                    wiring is all good, as i said it works if i downgrade the firmware,
                                    something in the settings..............

                                    undefined 1 Reply Last reply 25 Aug 2020, 21:40 Reply Quote 0
                                    • undefined
                                      Phaedrux Moderator
                                      last edited by 25 Aug 2020, 21:37

                                      Can you put up your full config.g?

                                      Z-Bot CoreXY Build | Thingiverse Profile

                                      undefined undefined 2 Replies Last reply 25 Aug 2020, 21:39 Reply Quote 0
                                      • undefined
                                        peter247 @Phaedrux
                                        last edited by peter247 25 Aug 2020, 21:39

                                        This post is deleted!
                                        1 Reply Last reply Reply Quote 0
                                        • undefined
                                          peter247 @tracar
                                          last edited by 25 Aug 2020, 21:40

                                          @tracar

                                          have you commented out M307 H7 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch

                                          undefined 1 Reply Last reply 25 Aug 2020, 21:56 Reply Quote 0
                                          99 out of 169
                                          • First post
                                            99/169
                                            Last post
                                          Unless otherwise noted, all forum content is licensed under CC-BY-SA