• Tags
  • Documentation
  • Order
  • Register
  • Login
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.
  • undefined
    dc42 administrators @jamaicarasta
    last edited by 4 Jun 2022, 07:14

    @jamaicarasta my guess is that the GCode file contains a line that is meant to be a comment but lacks the semicolon at the start.

    Duet WiFi hardware designer and firmware engineer
    Please do not ask me for Duet support via PM or email, use the forum
    http://www.escher3d.com, https://miscsolutions.wordpress.com

    undefined 3 Replies Last reply 4 Jun 2022, 09:10 Reply Quote 0
    • undefined
      jamaicarasta @dc42
      last edited by jamaicarasta 6 Apr 2022, 09:10 4 Jun 2022, 09:10

      @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
      • undefined
        jamaicarasta @dc42
        last edited by 4 Jun 2022, 09:25

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

        1 Reply Last reply Reply Quote 0
        • undefined
          Stephen6309 @jamaicarasta
          last edited by Stephen6309 6 Apr 2022, 13:17 4 Jun 2022, 13:17

          @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.

          undefined 1 Reply Last reply 4 Jun 2022, 13:33 Reply Quote 0
          • undefined
            jamaicarasta @Stephen6309
            last edited by 4 Jun 2022, 13:33

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

            undefined 1 Reply Last reply 4 Jun 2022, 13:39 Reply Quote 0
            • undefined
              Stephen6309 @jamaicarasta
              last edited by Stephen6309 6 Apr 2022, 13:40 4 Jun 2022, 13:39

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

              Make sure it was copied fully.

              undefined 1 Reply Last reply 4 Jun 2022, 14:21 Reply Quote 0
              • undefined
                jamaicarasta @Stephen6309
                last edited by 4 Jun 2022, 14:21

                @stephen6309 I will check that, thanks

                1 Reply Last reply Reply Quote 0
                • undefined
                  jamaicarasta @dc42
                  last edited by 5 Jun 2022, 18:55

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

                  undefined 1 Reply Last reply 5 Jun 2022, 19:01 Reply Quote 0
                  • undefined
                    Stephen6309 @jamaicarasta
                    last edited by 5 Jun 2022, 19:01

                    @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"
                    undefined 2 Replies Last reply 5 Jun 2022, 19:32 Reply Quote 0
                    • undefined
                      jamaicarasta @Stephen6309
                      last edited by 5 Jun 2022, 19:32

                      @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
                      • undefined
                        jamaicarasta @Stephen6309
                        last edited by 5 Jun 2022, 19:34

                        @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
                        11 out of 12
                        • First post
                          11/12
                          Last post
                        Unless otherwise noted, all forum content is licensed under CC-BY-SA