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

    Creality CR-10 upgrade

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    14
    252
    53.3k
    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.
    • Agniusmundefined
      Agniusm @Phaedrux
      last edited by

      @phaedrux, can you post your HomeZMax.g script? I got Z max installed on Z endstop input and after power loss it slams into my bed. I have something incorrect.
      Thanks

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

        @agniusm Here you go

        ; HomeZMax.g
        ; Called to home Z to max endstop
        ;
        
        M291 R"Are you sure?" P"Press OK to Home to ZMax. Or Cancel to abort." S3
        M574 Z2 S1			; Set active-high switch (Opto) at the high end for Z Max.
        M98 P"0:/sys/ZSpeedsZMaxHome.g"		; Load slower Z Speeds profile
        G91				; Relative positioning
        G1 S1 Z330 F300			; Move bed down until endstop triggers
        G1 Z-5 F100			; back off 5mm
        G1 S1 Z10 F100			; go back to trigger endstop more slowly
        M98 P"0:/sys/ZSpeedsNormal.g"		; Load normal Z Speeds profile	
        

        Z-Bot CoreXY Build | Thingiverse Profile

        Agniusmundefined 1 Reply Last reply Reply Quote 0
        • Agniusmundefined
          Agniusm @Phaedrux
          last edited by Agniusm

          @phaedrux Thank you.
          I think i am missing something. I have not specified exact Z max distance. would that be the case?
          How would you calculate exact one? I have induction probe for z min and a micro switch for z max
          My induction is connected to E0 endstop and Z max to Z endstop

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

            I have another macro that lets me adjust the trigger height of my optical endstop. It could also be used to measure the exact distance and set the axis limit. I'll post that later today.

            Z-Bot CoreXY Build | Thingiverse Profile

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

              @agniusm Here you go

              ; 0:/macros/Bed Leveling/0_Measure Zmax trigger.g
              ; Automates measuring the Zmax trigger for optical endstop at 300mm
              ;
              M291 P"This will set Z0 and calibrate Zmax height to 300mm" R"Proceed?" S3
              M291 P"Homing all axis" T5
              G28			; Home all
              G90			; Absolute positioning
              G1 X149 Y130 Z4		; move to bed center
              G92 Z6
              M291 P"Adjust nozzle height until it's touching bed" Z1 S3
              G92 Z0 			; set Z0
              M291 P"Bed will now drop to Z300" S3
              G1 Z300			; Move bed down 300mm
              M291 P"Adjust optical endstop flag until light just turns off" R"Set Zmax=300mm" S3
              M291 P"ZMax homing will now be tested, starting with homing Zmin" S3
              M291 P"Homing to Zmin" T5
              G28 Z
              M291 P"Ready to test Zmax homing?" R"Proceed?" S3
              M291 P"Homing to Zmax" T5
              M98 P"0:/macros/2_HomeZMax.g" ; Test Zmax homing
              M291 P"ZMax homing test complete. Printer will now home all." R"Proceed?" S3
              G28	; Home all
              M291 "ZMax calibration complete." S3
              

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • Agniusmundefined
                Agniusm
                last edited by

                @dc42
                I have replaced my duet wifi with eth. What procedure i should follow to get firmware working?
                I had latest duet firmware, updated prob 3 weeks ago.
                Thanks

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

                  @agniusm said in Creality CR-10 upgrade:

                  @dc42
                  I have replaced my duet wifi with eth. What procedure i should follow to get firmware working?
                  I had latest duet firmware, updated prob 3 weeks ago.
                  Thanks

                  What firmware is the new board currently running? If it's at least 2.0 or newer you can upload the single combined zip file as is and the duet will extract the firmware files and update everything as needed.

                  Otherwise, the usual procedure here should work: https://duet3d.dozuki.com/Wiki/Installing_and_Updating_Firmware

                  Z-Bot CoreXY Build | Thingiverse Profile

                  1 Reply Last reply Reply Quote 0
                  • Agniusmundefined
                    Agniusm
                    last edited by

                    Thanks. Yes, most recent, 2.2something.
                    I cant upload as i cannot connect yet

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

                      In that case you can either edit the config file manually to grab a DHCP IP address from the router or set one manually and connect.

                      Or you could place the firmware file on the SD card and send the command to update it but then you're still in the same situation if needing to connect to the network, so might as well just start with that.

                      Z-Bot CoreXY Build | Thingiverse Profile

                      1 Reply Last reply Reply Quote 0
                      • Agniusmundefined
                        Agniusm
                        last edited by

                        Gotcha. Will edit.

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

                          https://duet3d.dozuki.com/Guide/1.)+Getting+Connected+to+your+Duet/7

                          Z-Bot CoreXY Build | Thingiverse Profile

                          1 Reply Last reply Reply Quote 0
                          • Agniusmundefined
                            Agniusm
                            last edited by

                            All sorted now. Works great

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