hp-65 4 Posted June 9, 2015 in UM2 UltiGCode "activation" Before I start browsing the code again, does anybody know what *exactly* is required to make an UM2 start and operate in UltiGCode mode? A starting sequence of ;FLAVOR:UltiGCodeM107G1 X46.152 Y48.191 Z0.2 F6600G1 X48.191 Y46.152 E0.0398 F1500... (Lol, looks like the syntax highlighting doesn't like G-Code :-) is obviously not sufficient. Upon start, the machine indeed does not shows its "manual override warning" (RepRap) message and then starts as usual, homing all axes, moving to X0 Y0, but then, it immediately starts _without_ heating the nozzle and immediately begins with cold extrudes... So, what else is required? The time or material info? ;TIME:1236;MATERIAL:2093;MATERIAL2:0 The layer markers? ;Layer count: 98;LAYER:0... The Cura profile string at the end? ;CURA_PROFILE_STRING:eNrtWd *snip* I'm especially confused about the missing heat-up of the nozzle. So, I obvisously found an in-between mode, which didn't completely activate the UM2 mode... Share this post Link to post Share on other sites
DidierKlein 635 Posted June 9, 2015 in UM2 UltiGCode "activation" I noticed this behaviour if the time or material info is missing. What are you trying to do? Share this post Link to post Share on other sites
eldrick 54 Posted June 9, 2015 in UM2 UltiGCode "activation" MATERIAL selects the presets in the UM2, to get the extruder and bed temperatures. Share this post Link to post Share on other sites
hp-65 4 Posted June 9, 2015 in UM2 UltiGCode "activation" Yep, found it, thanks! If "MATERIAL" is missing in the G-Code file, the target temperature is not initialized and the comparison with the measured value is always true. Share this post Link to post Share on other sites
nallath 530 Posted June 10, 2015 in UM2 UltiGCode "activation" The Cura profile is not read by the machine. This is only to check with what settings the g-code was generated. Share this post Link to post Share on other sites