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

    Setting up Slicer, G80-command

    Scheduled Pinned Locked Moved
    Using Duet Controllers
    3
    10
    480
    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.
    • TomasLundefined
      TomasL
      last edited by TomasL

      Setting up superslicer, in the intro g-code there is an G80 command for mesh leveling, but it is not supported afaik.
      THe start code looks like this
      Using Duet2WiFi
      Prusa Steel with Hermera Directdrive

      M862.3 P "[printer_model]" ; printer model check
      M862.1 P[nozzle_diameter] ; nozzle diameter check
      M115 U3.10.1 ; tell printer latest fw version
      G90 ; use absolute coordinates
      M83 ; extruder relative mode
      M104 S{first_layer_temperature+extruder_temperature_offset} ; set extruder temp
      M140 S[first_layer_bed_temperature] ; set bed temp
      M190 S[first_layer_bed_temperature] ; wait for bed temp
      M109 S{first_layer_temperature+extruder_temperature_offset} ; wait for extruder temp
      G28 W ; home all without mesh bed level
      G80 ; mesh bed leveling
      G1 Z0.2 F720
      G1 Y-3 F1000 ; go outside print area
      G92 E0
      G1 X60 E9 F1000 ; intro line
      G1 X100 E12.5 F1000 ; intro line
      G92 E0
      

      What should be omitted and what should be added.

      jay_s_ukundefined 1 Reply Last reply Reply Quote 0
      • jay_s_ukundefined
        jay_s_uk @TomasL
        last edited by

        @tomasl look at G29

        Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

        TomasLundefined 1 Reply Last reply Reply Quote 0
        • TomasLundefined
          TomasL @jay_s_uk
          last edited by

          @jay_s_uk
          Do one need to run a complete mesh compensation before every job.

          jay_s_ukundefined 1 Reply Last reply Reply Quote 0
          • jay_s_ukundefined
            jay_s_uk @TomasL
            last edited by

            @tomasl no, you can load a saved one.
            https://docs.duet3d.com/en/User_manual/Reference/Gcodes#g29-mesh-bed-probe

            Owns various duet boards and is the main wiki maintainer for the Teamgloomy LPC/STM32 port of RRF. Assume I'm running whatever the latest beta/stable build is

            TomasLundefined 1 Reply Last reply Reply Quote 0
            • TomasLundefined
              TomasL @jay_s_uk
              last edited by

              @jay_s_uk
              Yes I thought so, so the G29 command is not required in the start-up code

              TomasLundefined 1 Reply Last reply Reply Quote 0
              • TomasLundefined
                TomasL @TomasL
                last edited by

                @tomasl
                Now in generated G-code I get the following unsupported commands

                M900 K0.05 ; Filament gcode LA 1.5
                M900 K30 ; Filament gcode LA 1.0
                
                TomasLundefined 1 Reply Last reply Reply Quote 0
                • TomasLundefined
                  TomasL @TomasL
                  last edited by

                  @tomasl Never mind, found it in the filiament section and commented it out.

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

                    It sounds like you may have the wrong gcode flavor selected. It should be set to RepRap.

                    Z-Bot CoreXY Build | Thingiverse Profile

                    TomasLundefined 1 Reply Last reply Reply Quote 0
                    • TomasLundefined
                      TomasL @Phaedrux
                      last edited by

                      @phaedrux RepRap is selected, double checked this, apperantly it is supported in standard RepRap, Duetversion of RepRap is not an option, just standard RepRap

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

                        Standard RepRap should be fine.

                        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