Jump to content

Lmctz

Dormant
  • Posts

    1
  • Joined

  • Last visited

Personal Information

  • Country
    US

Lmctz's Achievements

0

Reputation

  1. Hi guys! I'm running my printer with Cura 2.6.2, and I've got a firmware bug that means my prints work out better when I remove all temperature commands from the gcode for startup and instead set those manually via the LCD. Within Cura, under "Materials" in "Print Setup," I have all of my temperatures set to 0. This works pretty well to discourage Cura from including any temperature commands in the gcode, except for one single M109 that gets put in during compilation. Somehow, it pops up before my startup code (shown below), so I can't modify my startup code to fix it, like I did when I used Cura 21.04. First few lines of code as it comes up in all my gcode files: ;FLAVOR:RepRap ;TIME:50736 ;Filament used: 82.2822m ;Layer height: 0.3 ;Generated with Cura_SteamEngine 2.6.2 M109 S0 G28 ;Home G1 Z15.0 F6000 ;Move the platform down 15mm I have no idea what that M109 is doing there, but if I forget to open Notepad after saving my gcode and to delete that line, my prints will not run. My startup gcode starts at that G28. Does anyone know of a workaround or something that I'm missing within Cura that could prevent that temperature command from being thrown in? Thanks for the help, L
×
×
  • Create New...