Jump to content

Tool change G Code Garbled


cmhnav

Recommended Posts

Posted · Tool change G Code Garbled

I'm trying to implement a section of G-code during a tool change, shown below:

EXTRUDER START G-CODE
; Start Extruder 1
M211 S0 ; Turn off soft stops
G1 X-9.5 F6000 ; Go to X=-9.5 at 100 mm/sec
G92 E0 ; Reset extrusion distance on new tool
G1 E50 F90 ; Extrude 50 mm of filament at 1.5 mm/s on new tool
M211 S1
G92 E0 ; Set current extruder position to 0mm
G0 F10000 ; Increase feed rate before next travel.

 

 

EXTRUDER END G-CODE
; End Extruder 1
G92 E0 ; Reset extrusion distance
G1 E-5 F5000; Retract 5 mm
G91 ; Switch from absolute positioning to relative positioning
G1 Z1 F1000 ; Lift nozzle by 1 mm in relative positioning mode
G90 ; Return to absolute positioning
G92 E0 ; Reset extrusion distance on old tool

 

I do this for each of my two extruders under the machine settings for my printer.

 

The issue is that when I slice a file, save the G Code, and then view the G Code in Notepad++, one/both of the sections of custom G Code are unreadable. They show up as non-characters, and the printer doesn't execute them. If I copy/paste the text in my snippet above, it never makes it to my G Code. Any idea?

 

 

 

 

  • Link to post
    Share on other sites

    Posted · Tool change G Code Garbled

    For example, the extruder start g-code above ends up as ��� (or however your text editor shows unreadable characters).

     

    It isn't constant. The same start g-code will work perfectly for another file, or it'll only be garbled for the first 10,000 lines of the g-code file, etc. and appear normally after that.

     

     

  • Link to post
    Share on other sites

    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now
    • Our picks

      • UltiMaker Cura 5.7 stable released
        Cura 5.7 is here and it brings a handy new workflow improvement when using Thingiverse and Cura together, as well as additional capabilities for Method series printers, and a powerful way of sharing print settings using new printer-agnostic project files! Read on to find out about all of these improvements and more. 
         
          • Like
        • 18 replies
      • S-Line Firmware 8.3.0 was released Nov. 20th on the "Latest" firmware branch.
        (Sorry, was out of office when this released)

        This update is for...
        All UltiMaker S series  
        New features
         
        Temperature status. During print preparation, the temperatures of the print cores and build plate will be shown on the display. This gives a better indication of the progress and remaining wait time. Save log files in paused state. It is now possible to save the printer's log files to USB if the currently active print job is paused. Previously, the Dump logs to USB option was only enabled if the printer was in idle state. Confirm print removal via Digital Factory. If the printer is connected to the Digital Factory, it is now possible to confirm the removal of a previous print job via the Digital Factory interface. This is useful in situations where the build plate is clear, but the operator forgot to select Confirm removal on the printer’s display. Visit this page for more information about this feature.
          • Like
        • 0 replies
    ×
    ×
    • Create New...