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

    ST3Di Modelsmart 280 - Duet Maestro repair/upgrade

    Scheduled Pinned Locked Moved
    My Duet controlled machine
    13
    139
    9.0k
    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.
    • Blacksheep99undefined
      Blacksheep99 @Asdfasdf426
      last edited by

      @asdfasdf426

      Link to a zip with the config files in

      https://drive.google.com/file/d/1JSyTzxHwKSFLeYJ-qqXJ88_kIwULIfp4/view?usp=sharing

      let me know if this works.

      Asdfasdf426undefined 2 Replies Last reply Reply Quote 0
      • Asdfasdf426undefined
        Asdfasdf426 @Blacksheep99
        last edited by

        @blacksheep99 Hi I think I may be having a small problem when I load gcode (from cura) onto a Micro SD card and put it in the printer the printer says no models found. To set up cura I just copied and pasted the start and gcode from your ST3Di_Modelsmart_200.def.json.zip file. Was this the right way to that or have I done it wrong. Or do you know if this may be another Issue.
        Additionally, do you know what I should put for the X and Y offsets for the nozzles because I don't really know what they are and how to find them out. (I just measured the distance between the nozzles with a vernier callipers and but that as the X offset Which I'm sure is not the right way, Do you possibly know how to do it and/or have the offsets?) Thanks for all your help so far.

        Blacksheep99undefined 1 Reply Last reply Reply Quote 0
        • Asdfasdf426undefined
          Asdfasdf426 @Blacksheep99
          last edited by

          @blacksheep99 Also I just checked the Gcode files that cura is putting out are 0 bytes. Do you have any idea why this may be happening and possibly how to fix it?

          Blacksheep99undefined 1 Reply Last reply Reply Quote 0
          • Blacksheep99undefined
            Blacksheep99 @Asdfasdf426
            last edited by

            @asdfasdf426 said in ST3Di Modelsmart 280 - Duet Maestro repair/upgrade:

            @blacksheep99 Hi I think I may be having a small problem when I load gcode (from cura) onto a Micro SD card and put it in the printer the printer says no models found. To set up cura I just copied and pasted the start and gcode from your ST3Di_Modelsmart_200.def.json.zip file. Was this the right way to that or have I done it wrong. Or do you know if this may be another Issue.
            Additionally, do you know what I should put for the X and Y offsets for the nozzles because I don't really know what they are and how to find them out. (I just measured the distance between the nozzles with a vernier callipers and but that as the X offset Which I'm sure is not the right way, Do you possibly know how to do it and/or have the offsets?) Thanks for all your help so far.

            Hi, I'm struggling to remember if I'm honest. I'll check for old configs for the 280 as the ones in the zip are for the 200 (principle is the same). Did you save those files to the folders as per the guide?

            For the 280 I think you need 2 extruder files and they should be referenced in the definition file.

            I don't recall needing to change the offset of the two extruders as I think they FW controls it. You may be able to use Cura to tweak it though if they are slightly out.

            1 Reply Last reply Reply Quote 0
            • Blacksheep99undefined
              Blacksheep99 @Asdfasdf426
              last edited by

              @asdfasdf426

              These are my old 280 files. Maybe a better starting point.

              https://drive.google.com/file/d/1K6EtdznTIZRGNCmrj5GTYIlvQVWrrL8o/view?usp=sharing

              These were my notes to myself.

              60b8c470-aaba-4933-b793-7477dd894dcd-image.png ST3Di Modelsmart 280

              Printer Profile

              Explains how to setup a new printer profile, also where to save/edit the files.
              https://github.com/Ultimaker/Cura/wiki/Definition-Files-Explained

              Created by GH (15/5/19)

              Updated version (20/05/2019) NOTE: May need to switch the left and right extruders in the definitions to match Cura. Currently Material 1 prints on the right extruder, I think logically you'd want it on the left and Material 2 on the right?

              If you want a representation of the build plate (helps with positioning). Then save this to the meshes folder

              Material I created (PLA)

              In addition I wanted to find a way to have Cura save out the gcode files with the ebp extension. Using this link I was able to find a way….

              https://github.com/Ultimaker/Cura/issues/1059

              Save the file below to this location.
              C:\Program Files\Ultimaker Cura 4.0\plugins\GCodeWriter

              Copyright (c) 2015 Ultimaker B.V.

              Cura is released under the terms of the LGPLv3 or higher.

              from . import GCodeWriter

              from UM.i18n import i18nCatalog
              catalog = i18nCatalog("cura")

              def getMetaData():
              return {

                  "mesh_writer": {
                      "output": [{
                          "extension": "ebp",
                          "description": catalog.i18nc("@item:inlistbox", "G-code File"),
                          "mime_type": "text/x-gcode",
                          "mode": GCodeWriter.GCodeWriter.OutputMode.TextMode
                      }]
                  }
              }
              

              def register(app):
              return { "mesh_writer": GCodeWriter.GCodeWriter() }

              The next thing I'd like to figure out is how to edit or stop Cura adding text to the start of the output file. This needed to be deleted before you can print.

              Example: Yellow text need deleting or a way of having the ebp@280 line first (I think the printer FW looks for this to authenticate the file is suitable for the printer).
              ;FLAVOR:Marlin
              ;TIME:5405
              ;Filament used: 5.85157m, 0m
              ;Layer height: 0.2
              ;Generated with Cura_SteamEngine 4.0.0
              T0
              M82 ;absolute extrusion mode
              ebp@280
              pla@1
              pla@1
              null@0
              version@1_2_36@null@null
              T0
              M190 S40.0
              M104 TO S210.0
              G21
              G90
              M107
              T0
              G28
              G29
              M109 TO S210.0
              M107
              T0

              themaninthesuitcase created this issue in Ultimaker/Cura

              closed Add .g to allowed gcode file extensions #1059

              1 Reply Last reply Reply Quote 0
              • Hpnonthuisundefined
                Hpnonthuis
                last edited by

                Hello Blacksheep99,
                i am trying to get my stedi 280 running again and update to standard Marlin control is there any chance you have a configuration.f file that i can use?
                any other tips would be very much appreciated
                I would also like to get away from theb cassettes and use standard filament, do you see any problems there?
                regards hpnonthuis

                Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                • Blacksheep99undefined
                  Blacksheep99 @Hpnonthuis
                  last edited by

                  @Hpnonthuis I swapped out the control board for a Duet so it runs RRF. The original board was locked so it wasn't possible to upgrade the FW.

                  robinzuluundefined 1 Reply Last reply Reply Quote 0
                  • robinzuluundefined
                    robinzulu @Blacksheep99
                    last edited by

                    @Blacksheep99 Hi, very new to 3D printing. I recently bought a new ST3Di 3D-FP-ST-1001-00 3D Printer, ModelSmart Pro 280 but when I tried to download the software from the site as directed by the manual but it no longer exists. Sorry if this is the wrong forum but I am struggling to find it anywhere. Is there an alternative at all. Thanks very much for any help you offer.

                    Blacksheep99undefined 1 Reply Last reply Reply Quote 0
                    • Blacksheep99undefined
                      Blacksheep99 @robinzulu
                      last edited by

                      @robinzulu I have the old slicer on my google drive.

                      https://drive.google.com/file/d/1f1yuOidiOxlcGvqfJhKm9rftpKGLOB2k/view?usp=share_link

                      You can create a profile in something like Prusaslicer and use this with the ST3Di as well. Just takes a bit of work.

                      robinzuluundefined 1 Reply Last reply Reply Quote 0
                      • robinzuluundefined
                        robinzulu @Blacksheep99
                        last edited by

                        @Blacksheep99 Thanks very much for you help, I will let you know how I get on.

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