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

    Bondtech LGX Lite settings

    Scheduled Pinned Locked Moved
    Tuning and tweaking
    2
    7
    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.
    • Exerqtorundefined
      Exerqtor
      last edited by Exerqtor

      Has anyone "finished" tuning their LGX Lite (direct drive) yet and want to share what they ended up running?

      I'm running what i feel is quite modest settings atm (24v):

      ; Extruder accelerations and speeds
      M566 E120.00 P1                                                                ; set maximum instantaneous speed changes (mm/min) and jerk policy
      M203 E1200.00                                                                  ; set maximum speeds (mm/min)
      M201 E250.0                                                                    ; set accelerations (mm/s^2)
      
      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by Phaedrux

        Those do seem shockingly conservative. How did you land on those values? What firmware version?

        Z-Bot CoreXY Build | Thingiverse Profile

        Exerqtorundefined 1 Reply Last reply Reply Quote 0
        • Exerqtorundefined
          Exerqtor @Phaedrux
          last edited by

          @phaedrux TBH i don't remember where/how/why i ended on those numbers.
          I'm on 3.4.1.

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

            Well you could probably comfortably add a 0 to all of your values.

            M566 E1200
            M203 E12000
            M201 E2500

            Z-Bot CoreXY Build | Thingiverse Profile

            Exerqtorundefined 1 Reply Last reply Reply Quote 1
            • Exerqtorundefined
              Exerqtor @Phaedrux
              last edited by

              Gonna try with these:

              ; /sys/lib/speed/speed_printing.g
              ; called to set speed and accelerations settings for printing
              
              ; Axis accelerations and speeds
              M566 X900.00 Y900.00 Z60.00 P1                                                 ; set maximum instantaneous speed changes (mm/min) and jerk policy
              M203 X18000.00 Y18000.00 Z3000.00                                              ; set maximum speeds (mm/min)
              M201 X2000.00 Y2000.00 Z250.00                                                 ; set accelerations (mm/s^2)
              
              ; Extruder accelerations and speeds
              M566 E8000.00 P1                                                               ; set maximum instantaneous speed changes (mm/min) and jerk policy
              M203 E15000.00                                                                 ; set maximum speeds (mm/min)
              M201 E1800.0                                                                   ; set accelerations (mm/s^2)
              
              ; Printing and travel accelerations
              M204 P1500 T20000                                                               ; Set printing acceleration and travel accelerations (mm/s²)
              
              ; /sys/lib/speed/speed_probing.g
              ; called to set speed and accelerations settings for probing
              
              ; Axis accelerations and speeds
              M566 X900.00 Y900.00 Z20.00 P1                                                 ; set maximum instantaneous speed changes (mm/min) and jerk policy
              M203 X18000.00 Y18000.00 Z3000.00                                              ; set maximum speeds (mm/min)
              M201 X2000.00 Y2000.00 Z100.00                                                 ; set accelerations (mm/s^2)
              
              ; Extruder accelerations and speeds
              M566 E3600.00 P1                                                               ; set maximum instantaneous speed changes (mm/min) and jerk policy
              M203 E5000.00                                                                  ; set maximum speeds (mm/min)
              M201 E800.0                                                                    ; set accelerations (mm/s^2)
              
              ; Printing and travel accelerations
              M204 P500 T2000                                                                ; Set printing acceleration and travel accelerations
              
              1 Reply Last reply Reply Quote 0
              • Phaedruxundefined
                Phaedrux Moderator
                last edited by

                How did those values turn out?

                Z-Bot CoreXY Build | Thingiverse Profile

                Exerqtorundefined 1 Reply Last reply Reply Quote 0
                • Exerqtorundefined
                  Exerqtor @Phaedrux
                  last edited by

                  @phaedrux
                  Sorry for the slow reply, but it seems to be working. No "strange" stuff has happened yet. But i haven't gotten any real print time on it yet so i'm not sure if it's actually good or not for the long run.

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