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

    after print part orientation change

    Scheduled Pinned Locked Moved Solved
    General Discussion
    6
    22
    883
    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.
    • patelundefined
      patel
      last edited by

      i try to many change but i am fail all the time. i upload gcode file and check G code viewer look ok after start printing orientation changeIMG_6182.jpg IMG_6184.jpg

      ; Configuration file for Duet WiFi (firmware version 3.3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.3.10 on Fri Dec 03 2021 13:59:14 GMT-0600 (Central Standard Time)

      ; General preferences
      G90 ; send absolute coordinates...
      M83 ; ...but relative extruder moves
      G21 ; Work in millimetres
      ; Axis and motor configuration
      M669 K0 ; Cartesian mode

      ; Network
      M550 P"My Printer" ; Set machine name
      M552 S1 ; Enable network
      M586 P0 S1 ; Enable HTTP
      M586 P1 S0 ; Disable FTP
      M586 P2 S0 ; Disable Telnet

      ; Drives
      M569 P0 S0 ; physical drive 0 goes forwards X
      M569 P1 S1 ; physical drive 1 goes forwards Z
      M569 P2 S1 ; physical drive 2 goes backwards Y
      M569 P3 S1 ; physical drive 3 goes forwards
      M584 X0 Y2 Z1 E3 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X87.50 Y87.50 Z1052.20 E476.50 ; set steps per mm
      M566 X1000.00 Y1000.00 Z50.00 E1500.00 ; set maximum instantaneous speed changes (mm/min)
      M203 X24000.00 Y24000.00 Z400.00 E3600.00 ; set maximum speeds (mm/min)
      M201 X3000.00 Y3000.00 Z100.00 E250.00 ; set accelerations (mm/s^2)
      M906 X1000 Y1000 Z1400 E1200 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout

      ;M98 Pmachine_axisdimension.g ; configure the axes dimensions
      M208 X0 Y0 Z0.0 S0 ; Set axis minima
      M208 X260 Y280 Z215.80 S1 ; Set axis maxima
      ; Endstops
      M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin !xstop
      M574 Y1 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin !ystop
      M574 Z1 S1 P"!zstop"

      ; Z-Probe
      M558 P5 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
      G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
      M557 X15:215 Y15:195 S20 ; define mesh grid

      ; Heaters
      M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
      M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
      M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
      M140 H0 ; map heated bed to heater 0
      M143 H0 S120 ; set temperature limit for heater 0 to 120C
      ;M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
      ;M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
      M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
      M143 H1 S280 ; set temperature limit for heater 1 to 280C
      M308 S1 P"e0temp" Y"pt1000" ; sensor 1
      M950 H1 C"e0heat" T1 ; create heater and map sensor 1

      ; Fans
      ;M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
      ;M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on

      ; 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 are not defined

      HebigTundefined Phaedruxundefined 2 Replies Last reply Reply Quote 0
      • HebigTundefined
        HebigT @patel
        last edited by HebigT

        @patel Is it flipped with respect to the X-axis?

        I suspect that changing the M569 command in config.g for the x-axis would solve it.

        You have: M569 P0 S0

        And you can instead try: M569 P0 S1

        YOu may also have to adjust the config for your x-axis endstop since the motor will attempt to home in the opposite direction!

        patelundefined 1 Reply Last reply Reply Quote 0
        • patelundefined
          patel
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • patelundefined
            patel @HebigT
            last edited by

            @hebigt

            I try before changing S0 to S1 but nothing change
            When I move X and y axis moving right direction

            But printing times I don’t know why changing

            1 Reply Last reply Reply Quote 0
            • oliofundefined
              oliof
              last edited by

              Looks like you are using Simplify3D which has "Flip Build Table Axis" enabled by default for Y:

              e61672db-d62a-41a3-9db5-2f02065785ce-image.png

              Try disabling that maybe?

              <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

              patelundefined 1 Reply Last reply Reply Quote 2
              • patelundefined
                patel @oliof
                last edited by

                @oliof
                thank you for suggestion. i try right know. is the same . did not change

                1 Reply Last reply Reply Quote 0
                • oliofundefined
                  oliof
                  last edited by

                  if you conduct moves via Duet Web Control, do the axes move in the right direction?

                  <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                  patelundefined 1 Reply Last reply Reply Quote 0
                  • patelundefined
                    patel @oliof
                    last edited by patel

                    @oliof x axis i set g92 x250 and y axis i set g92 y280. when i try to move Duet Web control i need you - side
                    example i need to move x20 than i need to press x-230 then i reach x20.
                    i try to many way to fix but no luck .IMG_6452.jpg IMG_6453.jpg

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

                      @patel said in after print part orientation change:

                      M208 X0 Y0 Z0.0 S0 ; Set axis minima
                      M208 X260 Y280 Z215.80 S1 ; Set axis maxima

                      Your M208 S values are reversed.

                      S0 = set axis maximum, 1 = set axis minimum

                      Z-Bot CoreXY Build | Thingiverse Profile

                      patelundefined 1 Reply Last reply Reply Quote 0
                      • patelundefined
                        patel @Phaedrux
                        last edited by

                        @phaedrux Thank you for reply
                        I made corrections but still results is the same

                        Phaedruxundefined 1 Reply Last reply Reply Quote 0
                        • rjenkinsgbundefined
                          rjenkinsgb
                          last edited by rjenkinsgb

                          I believe it is a setting within the slicer:

                          From the initial images, the parts are mirrored within themselves - but the part positions are not exchanged along the same axis, which they would be if it were in any way related to printer movement.

                          I cannot see how it can be anything but some form of mirror setting within the slicer - possibly done during an early setup, trying to compensate a reversed axis in the printer??

                          Robert J.

                          Printers: Overlord pro, Kossel XL+ with Duet 6HC and "Frankentron", TronXY X5SA Pro converted to E3D toolchange with Duet 6HC and 1LC toolboards.

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

                            @rjenkinsgb said in after print part orientation change:

                            but the part positions are not exchanged along the same axis

                            Maybe. I don't think the photo shows the parts on the build surface though. Perhaps they were exchanged?

                            Z-Bot CoreXY Build | Thingiverse Profile

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

                              @patel said in after print part orientation change:

                              @phaedrux Thank you for reply
                              I made corrections but still results is the same

                              Can you post your homing files as well please?

                              Can you confirm for me a few details?

                              Where are your endstops located? Photo?
                              When looking at the printer from the front, the 0,0 position should be located at the front left corner.
                              -X should move to the left, +X should move to the right, -Y should move to the front, +Y should move the back.

                              Z-Bot CoreXY Build | Thingiverse Profile

                              patelundefined 2 Replies Last reply Reply Quote 0
                              • patelundefined
                                patel @Phaedrux
                                last edited by

                                @phaedrux
                                I send all data tomorrow. We have power outage today
                                Sorry for delay

                                1 Reply Last reply Reply Quote 0
                                • FrankVundefined
                                  FrankV
                                  last edited by

                                  As earlier mentioned, I think you have to rule out some things:
                                  Is your x motor your x motor. (sending gcode)
                                  Is your y motor your y motor. (sending gcode)
                                  Does they rotate in the correct way. (sending gcode)
                                  Does x home before y?
                                  Read your gcode in another slicer (or gcode viewer) and see the result.

                                  From there you can troubleshoot. Looks to me you changed x and y.

                                  1 Reply Last reply Reply Quote 0
                                  • patelundefined
                                    patel @Phaedrux
                                    last edited by

                                    @phaedrux IMG_6508.jpg

                                    ; Configuration file for Duet WiFi (firmware version 3.3)
                                    ; executed by the firmware on start-up
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Sun Dec 12 2021 20:23:27 GMT-0600 (Central Standard Time)

                                    ; General preferences
                                    M575 P1 S1 B57600 ; enable support for PanelDue
                                    G90 ; send absolute coordinates...
                                    M83 ; ...but relative extruder moves
                                    G21
                                    M669 K0

                                    ; Network
                                    M550 P"My Printer" ; Set machine name
                                    M552 S1 ; Enable network

                                    M586 P0 S1 ; Enable HTTP
                                    M586 P1 S0 ; Disable FTP
                                    M586 P2 S0 ; Disable Telnet

                                    ; Drives
                                    M569 P0 S0 ; physical drive 0 goes forwards
                                    M569 P1 S1 ; physical drive 1 goes forwards
                                    M569 P2 S0 ; physical drive 2 goes forwards
                                    M569 P3 S1 ; physical drive 3 goes forwards
                                    M584 X0 Y2 Z1 E3 ; set drive mapping
                                    M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
                                    M92 X87.50 Y87.50 Z1052.20 E476.50 ; set steps per mm
                                    M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
                                    M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
                                    M201 X500.00 Y500.00 Z20.00 E250.00 ; set accelerations (mm/s^2)
                                    M906 X800 Y800 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
                                    M84 S30 ; Set idle timeout

                                    ; Axis Limits
                                    M208 X0 Y0 Z0 S1 ; set axis minima
                                    M208 X260 Y280 Z215.8 S0 ; set axis maxima

                                    ; Endstops
                                    M574 X2 S1 P"xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                                    M574 Y2 S1 P"ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
                                    M574 Z2 S1 P"zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

                                    ; Z-Probe
                                    M558 P5 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to switch and the dive height + speeds
                                    G31 P500 X0 Y0 Z2.5 ; set Z probe trigger value, offset and trigger height
                                    M557 X15:215 Y15:195 S20 ; define mesh grid

                                    ; Heaters
                                    M308 S0 P"bedtemp" Y"thermistor" T100000 B4092 ; configure sensor 0 as thermistor on pin bedtemp
                                    M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0
                                    M307 H0 B1 S1.00 ; enable bang-bang mode for the bed heater and set PWM limit
                                    M140 H0 ; map heated bed to heater 0
                                    M143 H0 S120 ; set temperature limit for heater 0 to 120C
                                    ;M308 S1 P"e0temp" Y"thermistor" T100000 B4138 ; configure sensor 1 as thermistor on pin e0temp
                                    ;M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1
                                    M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
                                    M143 H1 S280 ; set temperature limit for heater 1 to 280C
                                    M308 S1 P"e0temp" Y"pt1000" ; sensor 1
                                    M950 H1 C"e0heat" T1 ; create heater and map sensor 1
                                    ; Fans
                                    M950 F0 C"fan1" Q500 ; create fan 0 on pin fan1 and set its frequency
                                    M106 P0 S0 H-1 ; set fan 0 value. 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 are not defined

                                    HOME FILE
                                    ; homex.g
                                    ; called to home the X axis
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Dec 15 2021 15:04:17 GMT-0600 (Central Standard Time)
                                    G91 ; relative positioning
                                    G1 H2 Z5 F6000 ; lift Z relative to current position
                                    G1 H1 X-265 F1800 ; move quickly to X axis endstop and stop there (first pass)
                                    G1 H2 X5 F6000 ; go back a few mm
                                    G1 H1 X-265 F360 ; move slowly to X axis endstop once more (second pass)
                                    G1 H2 Z-5 F6000 ; lower Z again
                                    G90 ; absolute positioning

                                    ; homey.g
                                    ; called to home the Y axis
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Dec 15 2021 15:04:17 GMT-0600 (Central Standard Time)
                                    G91 ; relative positioning
                                    G1 H2 Z5 F6000 ; lift Z relative to current position
                                    G1 H1 Y-285 F1800 ; move quickly to Y axis endstop and stop there (first pass)
                                    G1 H2 Y5 F6000 ; go back a few mm
                                    G1 H1 Y-285 F360 ; move slowly to Y axis endstop once more (second pass)
                                    G1 H2 Z-5 F6000 ; lower Z again
                                    G90 ; absolute positioning

                                    ; homez.g
                                    ; called to home the Z axis
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Dec 15 2021 15:04:17 GMT-0600 (Central Standard Time)
                                    G91 ; relative positioning
                                    G1 H2 Z5 F6000 ; lift Z relative to current position
                                    G1 H1 Z-220.8 F1800 ; move Z down until the endstop is triggered
                                    G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

                                    ; Uncomment the following lines to lift Z after probing
                                    ;G91 ; relative positioning
                                    ;G1 Z5 F100 ; lift Z relative to current position
                                    ;G90 ; absolute positioning

                                    ; homeall.g
                                    ; called to home all axes
                                    ;
                                    ; generated by RepRapFirmware Configuration Tool v3.3.10 on Wed Dec 15 2021 15:04:17 GMT-0600 (Central Standard Time)
                                    G91 ; relative positioning
                                    G1 H2 Z5 F6000 ; lift Z relative to current position
                                    G1 H1 X-265 Y-285 F1800 ; move quickly to X and Y axis endstops and stop there (first pass)
                                    G1 H2 X5 Y5 F6000 ; go back a few mm
                                    G1 H1 X-265 Y-285 F360 ; move slowly to X and Y axis endstops once more (second pass)
                                    G1 H1 Z-220.8 F360 ; move Z down stopping at the endstop
                                    G90 ; absolute positioning
                                    G92 Z0 ; set Z position to axis minimum (you may want to adjust this)

                                    ; Uncomment the following lines to lift Z after probing
                                    ;G91 ; relative positioning
                                    ;G1 Z5 F100 ; lift Z relative to current position
                                    ;G90 ; absolute positioning

                                    patelundefined 1 Reply Last reply Reply Quote 0
                                    • patelundefined
                                      patel @patel
                                      last edited by patel

                                      @patel

                                      ; Endstops
                                      M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                                      M574 Y1 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
                                      M574 Z1 S1 P"!zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

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

                                        @patel said in after print part orientation change:

                                        @patel

                                        ; Endstops
                                        M574 X1 S1 P"!xstop" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin xstop
                                        M574 Y1 S1 P"!ystop" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin ystop
                                        M574 Z1 S1 P"!zstop" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin zstop

                                        Which is it?

                                        Is the red dot the endstop location for both X and Y?

                                        @phaedrux said in after print part orientation change:

                                        When looking at the printer from the front, the 0,0 position should be located at the front left corner.
                                        -X should move to the left, +X should move to the right, -Y should move to the front, +Y should move the back.

                                        Does it move like this?

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        patelundefined 2 Replies Last reply Reply Quote 0
                                        • patelundefined
                                          patel @Phaedrux
                                          last edited by

                                          @phaedrux
                                          Yes red dot end stop switch

                                          Phaedruxundefined 1 Reply Last reply Reply Quote 0
                                          • patelundefined
                                            patel @Phaedrux
                                            last edited by

                                            @phaedrux
                                            thank you very much you fix my printer .
                                            1 week i am looking problem . lot of search google, lot of change file but what you say When looking at the printer from the front, the 0,0 position should be located at the front left corner.
                                            -X should move to the left, +X should move to the right, -Y should move to the front, +Y should move the back.

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