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

    calibration IR probe RRF3

    Scheduled Pinned Locked Moved
    Firmware installation
    3
    37
    1.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.
    • Vetiundefined
      Veti @Rudy2A
      last edited by

      @Rudy2A said in calibration IR probe RRF3:

      M574 Z1 S2 P"io2.in + io3.in"; Axe Z avec deux moteurs, butées min.

      if you did not change this to z probe, did you change your homing files?
      i would suggest that you make the changes in the configurator and upload the new config.

      M308 S0 P"bedtemp" Y"thermistor" T100000 B4138 ; configure sensor 0 as thermistor on pin bedtemp
      M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp

      your thermistor settings are incorrect, look up the correct beta value for your thermistor in its documentation

      1 Reply Last reply Reply Quote 0
      • Rudy2Aundefined
        Rudy2A
        last edited by

        Thank you for your answers, I don't use Config Tools, I absolutely don't like it ... For my thermistors. Right now, I don't have a problem with that, I can heat up to ready degrees, I'll check it out when I fix my probe problem… Thanks again.

        Vetiundefined 1 Reply Last reply Reply Quote 0
        • Vetiundefined
          Veti @Rudy2A
          last edited by

          @Rudy2A said in calibration IR probe RRF3:

          I can heat up to ready degrees

          i was not doubting that. the thermistor has no influence on the heating part. its responsible for displaying the correct temperature.

          I don't use Config Tools, I absolutely don't like it
          ; generated by RepRapFirmware Configuration Tool v3.1.4 on Thu Oct 22 2020 08:00:14 GMT+0200 (heure d’été d’Europe centrale)

          i dont understand, your config has been created by the config tool

          1 Reply Last reply Reply Quote 0
          • Rudy2Aundefined
            Rudy2A
            last edited by

            Yes, I used the tool to create the first file to spot where the changes were compared to RRF2. But afterwards, all my changes are done live and without the tool. When I say that I don't like this tool, I should rather say that it is not for me ...

            1 Reply Last reply Reply Quote 0
            • Vetiundefined
              Veti
              last edited by

              ok you can still do the changes manually.

              just loo at the differences in all the files when you select a z probe in the configurator.

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

                It can be helpful to send M98 P"config.g" to see if you have any syntax errors.

                Also very helpful to compare to the output of the online configuration tool.

                Z-Bot CoreXY Build | Thingiverse Profile

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

                  @Phaedrux said in calibration IR probe RRF3:

                  M98 P "config.g"

                  I don’t understand, this is my answer with M98 P "config.g" ????

                  M98 P "config.g"
                  Warning: Macro file "config.g" not found

                  Vetiundefined 1 Reply Last reply Reply Quote 0
                  • Vetiundefined
                    Veti @Rudy2A
                    last edited by

                    @Rudy2A said in calibration IR probe RRF3:

                    M98 P "config.g"

                    no space after P

                    1 Reply Last reply Reply Quote 0
                    • Rudy2Aundefined
                      Rudy2A
                      last edited by

                      thank's 👍

                      M98 P"config.g"
                      HTTP is enabled on port 80
                      FTP is disabled
                      TELNET is disabled
                      Error: Invalid use of P parameter
                      Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 460C
                      Warning: Heater 1 appears to be over-powered. If left on at full power, its temperature is predicted to reach 675C

                      Vetiundefined 1 Reply Last reply Reply Quote 0
                      • Vetiundefined
                        Veti @Rudy2A
                        last edited by

                        @Rudy2A said in calibration IR probe RRF3:

                        Error: Invalid use of P parameter

                        you have one invalid command. execute each line separately until you find it.

                        @Rudy2A said in calibration IR probe RRF3:

                        M584 X0 Y1 Z2:4 E3 ; set drive mapping
                        M671 X-58: 317 Y132: 132 S10 ; vis à plomb à gauche (connectées à Z) et à droite (connectées à E1) de l'axe X
                        M350 X16 Y16 Z16 U16 E16 I1 ; configure microstepping with interpolation
                        M92 X80 Y80 Z1600 U1600 E830 ; set steps per mm
                        M566 X600 Y600 Z60 U60 E2400 ; set maximum instantaneous speed changes (mm/min)
                        M203 X11639 Y11639 Z200 U200 E600 ; set maximum speeds (mm/min)
                        M201 X800.00 Y800.00 Z40.00 U40.00 E300.00 ; set accelerations (mm/s^2)
                        M906 X950 Y950 Z950 U950 E1120 I20 ; set motor currents (mA) and motor idle factor in per cent
                        M84 S30 ; Set idle timeout

                        You dont declare a U axis, but configure it afterwards.

                        1 Reply Last reply Reply Quote 0
                        • Rudy2Aundefined
                          Rudy2A
                          last edited by

                          Honestly, I think I have to reinstall everything!

                          The more I change settings, the more errors I get.

                          And the problem is, I'm not sure what to declare in the configuration tool ... I'm not talking about the basics like the dimensions of my machine, the size of my bed, the steps of my motors. But how do I declare a double Z, (Z + U) my heating thermistors… other?

                          Vetiundefined 1 Reply Last reply Reply Quote 0
                          • Vetiundefined
                            Veti @Rudy2A
                            last edited by

                            @Rudy2A

                            double z see
                            https://duet3d.dozuki.com/Wiki/Bed_levelling_using_multiple_independent_Z_motors

                            1 Reply Last reply Reply Quote 0
                            • Rudy2Aundefined
                              Rudy2A
                              last edited by

                              I redid and redone my files again ... And nothing helps, nothing changes, worse I'm drowning completely.

                              Someone with good intention to configure me (bass) my printer with the configuration tool. This would be a bass config file with the declared double Z (Z + U). I'm not asking you to do the work for me, I just want to compare files to understand and then be able to reproduce ... It's the only way for me, I know everything is detailed in procedure, but frankly as you can understand, this It's not easy to assimilate everything technically when it is not written in your mother tongue, a period, a comma, a bad translation and find yourself off topic. Thank you for your help.

                              Sincerely the file comparison method is working for me. it's not to just copy and paste stupidly, it's to be able to continue to understand the RRF3 logic.

                              Vetiundefined 1 Reply Last reply Reply Quote 0
                              • Vetiundefined
                                Veti @Rudy2A
                                last edited by

                                @Rudy2A

                                the reason to go with the configurator is that it generates a config that saves you from small pitfalls.
                                like order dependency of the commands etc.

                                in your case changing of the M574 for z probe and changing the homing files no to use the endstops.

                                Rudy2Aundefined 1 Reply Last reply Reply Quote 0
                                • Rudy2Aundefined
                                  Rudy2A @Veti
                                  last edited by

                                  @Veti

                                  I understand that the configuration tool is there to help me (I do not disagree) and what I ask is that they explain it to me or that they give me a little help to configure it, because it is not easy for me (for lack of fluency in English) to understand everything he asks, it may seem stupid, but I assure you that it is indeed the reality ... with the translation, he gives me a bunch of words that I I have to put things back in order to try to make a solution that is necessarily not always the right one.

                                  The proof, just a simple request for help is already a problem between us, I think the translator does not exactly reproduce my request and makes us go around in circles ... Thank you anyway.

                                  1 Reply Last reply Reply Quote 0
                                  • Vetiundefined
                                    Veti
                                    last edited by

                                    ask specific questions where you are unsure in the configurator.

                                    then we can hopefully clarify them.

                                    maybe this helps a bit.
                                    https://duet3d.dozuki.com/Guide/Ender+3+Pro+and+Duet+Maestro+Guide+Part+2:+Configuration/38

                                    1 Reply Last reply Reply Quote 0
                                    • Rudy2Aundefined
                                      Rudy2A
                                      last edited by

                                      I assure you that I am not having a bad time. It's like, I wanted to convince you that I made the best wine from home in Corsica by explaining it to you in my written language… I'm sure you'll be more convinced if I gave it to you!

                                      Here are the different stages where I am not comfortable. What should I put for all of these pages?

                                      Mini IR Probe
                                      Genuine E3D V6
                                      Genuine E3D 300X300 bed (Semitec 104GT) 220V

                                      Capture d’écran 2020-10-26 à 10.38.30.png

                                      Capture d’écran 2020-10-26 à 10.38.46.png

                                      Capture d’écran 2020-10-26 à 10.41.05.png

                                      thank's

                                      1 Reply Last reply Reply Quote 0
                                      • Vetiundefined
                                        Veti
                                        last edited by

                                        check: Select the first tool on Start-up.
                                        That is helpful for testing.

                                        Modulation Pin is not required for the ir probe, as there is no back channel. so set that do not assigned

                                        z enstop to not assigned is ok as well, since you want to use the ir sensor.

                                        for the e3d. in the the heater window. click on the beta field. and select semitec for both bed and hotend.

                                        Add these lines
                                        M307 H0 A435.0 C388.3 D7.8 B0 S0.8 V13.4
                                        M307 H1 A650.7 C221.3 D4.8 B0 S1 V13.3 ; disable bang-bang mode for heater and set PWM limit
                                        to Custom Settings for config.g: on the last page

                                        1 Reply Last reply Reply Quote 0
                                        • Rudy2Aundefined
                                          Rudy2A
                                          last edited by

                                          Frankly, even installing my original backup file which used to work fine before… I end up with new errors. It's nothing to understand ... I'm sure too stupid. A function that would be nice to add to the configuration tool would be, from the first step. A button checked which would tell us: if you are a big moron, check this box and the answer would be: since you checked this box, take an interest in Marlin (noisier, cheaper, but configurable without any problem). Two years that I was shooting with RRF2 and no problem, easy configuration and good result. Thanks to RRF3, I think my printer will take some distance with me, by propelling it from the 5th floor, I would have created the first flying 3D printer.

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

                                            @Rudy2A come now, don't despair. We will get you there eventually, but only if you don't give up.

                                            Can you post your current config.g please?

                                            Double Z/U axis is not needed in RRF3 if you intend to do leveling with two endstops. You only need a U axis if you want manual control of both Z motors.

                                            M574 Z1 S2 P"io2.in + io3.in";

                                            In your config above you have these pins define, but those are pin names for the Duet 3. The rest of your pin names for for Duet 2. I think this may be the cause of the invalid use of P parameter.

                                            Can you restate the current problem?

                                            Z-Bot CoreXY Build | Thingiverse Profile

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