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

    First time cura and my problem

    Scheduled Pinned Locked Moved
    General Discussion
    3
    12
    368
    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.
    • jamaicarastaundefined
      jamaicarasta @dc42
      last edited by jamaicarasta

      @dc42 Yes, 2 lines ;G32 and ;G1 X175 Y175 F18000 it was dir testingโ€ฆ In my start code

      1 Reply Last reply Reply Quote 0
      • jamaicarastaundefined
        jamaicarasta @dc42
        last edited by

        @dc42 i check that. without semikolon ist the same issue

        1 Reply Last reply Reply Quote 0
        • Stephen6309undefined
          Stephen6309 @jamaicarasta
          last edited by Stephen6309

          @jamaicarasta You have an error in your start gcode:
          It appears the error in the line that sets the hotend temperat.ure. The mperature] is missing the part of the line.

          jamaicarastaundefined 1 Reply Last reply Reply Quote 0
          • jamaicarastaundefined
            jamaicarasta @Stephen6309
            last edited by

            @stephen6309 but it works in superslicer perfect.
            It is different in Cura?

            Stephen6309undefined 1 Reply Last reply Reply Quote 0
            • Stephen6309undefined
              Stephen6309 @jamaicarasta
              last edited by Stephen6309

              @jamaicarasta You'll have to check the documetation, Cura may use different variable names.

              Make sure it was copied fully.

              jamaicarastaundefined 1 Reply Last reply Reply Quote 0
              • jamaicarastaundefined
                jamaicarasta @Stephen6309
                last edited by

                @stephen6309 I will check that, thanks

                1 Reply Last reply Reply Quote 0
                • jamaicarastaundefined
                  jamaicarasta @dc42
                  last edited by

                  @dc42 I solved the problem. Deleted the M190 and M109 in the start code ๐Ÿ‘ŒFirst temp bed and layer.

                  Stephen6309undefined 1 Reply Last reply Reply Quote 0
                  • Stephen6309undefined
                    Stephen6309 @jamaicarasta
                    last edited by

                    @jamaicarasta I use this SuperSlicer start gcode, thought it would help.

                    T-1                                         ; deselect tool, tool to standby temp
                    M1000 Q"[filament_type]" ;custom M gcode to set G31 Z offset for filament_type
                    G10 P0 S[first_layer_temperature] R140
                    M190 S[first_layer_bed_temperature]
                    M98 P"/macros/EnableHoming"
                    G32                                        ; bed calibration
                    G29                                       ; bed mesh
                    M98 P"/macros/DisableHoming"
                    T0                                          ; select T0 and go to active temp
                    M116                                    ; wait for temp
                    G1 E6                                    ; extrude a bit
                    

                    /sys/M1000.g, sets the G31 Z offset and retraction:

                    ; M1000 Q"[filament_type]"
                    echo "Set G31 Z offset for ",param.Q
                    if param.Q == "PETG"
                    	M98 P"/sys/PETGOffset.g"
                    elif param.Q == "PLA"
                    	M98 P"/sys/PLAOffset.g"
                    elif param.Q == "TPU"
                    	M98 P"/sys/TPUOffset.g"
                    
                    jamaicarastaundefined 2 Replies Last reply Reply Quote 0
                    • jamaicarastaundefined
                      jamaicarasta @Stephen6309
                      last edited by

                      @stephen6309 thanks, i solved the problem. Deleted the M190 and M109 in the start code ๐Ÿ‘ŒFirst temp bed and layer.

                      1 Reply Last reply Reply Quote 0
                      • jamaicarastaundefined
                        jamaicarasta @Stephen6309
                        last edited by

                        @stephen6309 and my first print with cura was better than superslicer ๐Ÿ‘Œ
                        I will try it tomorrow with a few prints.
                        greetings from germany

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