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

    code ???? o k then ???

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    30
    903
    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.
    • ziggymanpopoundefined
      ziggymanpopo
      last edited by

      all 3 endstop limits limits let me reboot and ill try again

      1 Reply Last reply Reply Quote 0
      • ziggymanpopoundefined
        ziggymanpopo
        last edited by

        could my prob be in the 4 home files
        ; homeall.g

        G91 ; relative positioning
        G1 S2 X0.2 Y0.2 Z0.2 ; Move all axis 0.2 mm, clear stall status
        M98 Pdeployprobe.g ; deploy mechanical Z probe

        ; x and y Sensor less homing
        M400 ; make sure everything has stopped before we make changes
        M915 X S2 Y S3 R0 F0 ; set X and Y sensitivity, do nothing when stall, unfiltered
        M574 X1 Y1 S3 ; set endstops to use motor stall
        G1 S2 Z10 F1200 ; lift Z
        G1 S1 X-265 Y-260 F5000 ; move X and Y back, stopping at the end stop
        M400 ; make sure everything has stopped
        G90 ; back to absolute mode

        ;G1 X115 Y115 F12000 ; Move to center of bed and home Z
        G1 X127 Y134 F6000 ; go to first bed probe point and home Z
        G30 ; home Z by probing the bed

        M915 X S10 Y S10 R3 F0 ; set X and Y sensitivity to -0, when stall home XY and resume print, filtered so it takes 4 steps to figure out it has stalled

        M98 Pretractprobe.g ; retract mechanical Z probe

        Phaedruxundefined 1 Reply Last reply Reply Quote 0
        • ziggymanpopoundefined
          ziggymanpopo
          last edited by

          what does a guy remove ?? replace???

          1 Reply Last reply Reply Quote 0
          • ziggymanpopoundefined
            ziggymanpopo
            last edited by

            So i think i get this now,, your gonna laugh,,, not ever having worked with this stuff can i assume everything after the ; is a "note" to the specific g or m code entry??.. everything before is the ; actual "Working code" notes to remind me what I've done in the future?? the notes are not attached to the software in any way???? so if i make a change the notes stay the same ?? so lets say, i want to get rid of stall.... lets say its set at S3 (example) all i would do is change the S1 and change the note to somthing like endstop sw. n/o so i remember in the future ??

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

              Yes, everything after a ; is a comment that isn't used by the firmware.

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • ziggymanpopoundefined
                ziggymanpopo
                last edited by

                so the only thing i need to change is M574 X1 Y1 Z1 S3.........to S1 in my homeall file like i did in config.g

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

                  @ziggymanpopo said in code ???? o k then ???:

                  M98 Pdeployprobe.g ; deploy mechanical Z probe

                  Yes, remove the M574 from the homeall, and the probedeploy and retract. And the M915 line.

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • ziggymanpopoundefined
                    ziggymanpopo
                    last edited by

                    what do i do with this ???
                    M915 X S2 Y S3 R3 F0 ; set X and Y sensitivity to 0, when stall home XY and resume print, filtered so it takes 4 steps to figure out it has stalled
                    do i delete this whole line ? home x & home y. files both have M915

                    o k thats the best guess i have 🙂

                    1 Reply Last reply Reply Quote 0
                    • ziggymanpopoundefined
                      ziggymanpopo
                      last edited by

                      the whole M574 line/ and only from home all

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

                        Delete those lines from all your homing files if you aren't using stall detection anymore.

                        Z-Bot CoreXY Build | Thingiverse Profile

                        1 Reply Last reply Reply Quote 0
                        • ziggymanpopoundefined
                          ziggymanpopo
                          last edited by

                          sorry that was a question

                          1 Reply Last reply Reply Quote 0
                          • ziggymanpopoundefined
                            ziggymanpopo
                            last edited by

                            great thank you ill give that all a try tonight

                            1 Reply Last reply Reply Quote 0
                            • ziggymanpopoundefined
                              ziggymanpopo
                              last edited by

                              well that did the trick everthing is back in working order.
                              i really appreciate all your patients you guys rock 👍 👍 😄
                              back to tweeeking thank you

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