Closed sej7278 closed 5 years ago
Your diff shows changes between right and left extruders, so if you have pasted the rightmost part into your ‘Right’ printer profile, things won't work as expected because it's the start code for the left extruder. Also if the code does the same thing twice, maybe you accidentally pasted the new code after the old one, or somewhere in the middle, instead of replacing it?
I have tested this code with both 1.41.3 and 1.42 without problems…
i've no idea what i've done lol, the old right extruder gcode seems to work fine when using the left extruder on 141 although i did notice that the wipe happens on the front right (where my bed bracket is) when using the right extruder which didn't seem right.
i've rebuilt my slic3rpe profile now and re-imported the profiles and gcode carefully, will try a test print in a minute.
i did notice that ctrl-a doesn't seem to work in textareas in 141 so i may have thought i deleted the existing gcode but in fact pasted the new gcode on the end - would explain why it seems to do two heat/wipe/level routines!
are the config bundles always in sync with the gcode, as re-importing the configbundle is a lot easier than copy'n'pasting the gcode for every extruder combo.
The config bundles are not always in sync. Especially now that 1.42 is still in beta I'd rather postpone updating the bundle until the final 1.42 has been released. If you're sticking to 1.41 anyway, then there is not much use in updating the G-code, as the only changes compared to what is in the bundle, are inside the comment section.
Sorted it - i think i must have double-pasted or something, 1.41.3 is working fine now, sorry.
i'll move to 1.42 when it goes final and/or they sort out the icon mess on linux - at the moment most of the icons are missing or corrupt-looking, probably as the wxwidgets they're linking against is using gtk2. that said i still don't like the split/rotate in 1.42b2, it was a single click and much more intuitive in 1.41
Just tried the updated gcode snippets on 1.41.3 (don't like 1.42beta2 at all!) and the start gcode seems quite odd.
It does the wipe and tear at the front left as usual but then proceeds to move the nozzle to the back of the bed and drop the bed and reheat the nozzle from 140 again, then do the homing and wipe again.
Assume that's not expected behaviour, although the gcode seems to show it:
A diff of the new start gcode on 142beta2 vs the old gcode on 141.3 doesn't show much difference, but there are different hyphens and left/right differences (did i paste the right gcode instead of left?)