Thank you very much Dust, can’t wait to test this next week. The only question I have without trying it is,
Will I add the gcode I have in the place of m701/m702, after it, etc.?
This is what I ‘run as a print’ to currently change:
G21 ;Let the printer know you are following this point with metric values
G90 ;Let the printer know you are using absolute positioning
M109 S215.000 ;Heat hotend to 200C for PLA 'S245.000' for ABS
G92 E0 ;Reset the position of the extruder
G1 E70 F1000 ;Feed 70 mm of filament at 1000 mm/minute speed
G92 E0 ;Reset the position of the extruder
G1 E30 F200 ;Feed 30 mm of filament at 200 mm/minute speed
G92 E0 ;Reset the position of the extruder
M400 ;finish
Thank you once again.
Quote
Dust
// Add M701/M702 Load/Unload G-codes
Will I add the gcode I have in the place of m701/m702, after it, etc.?
This is what I ‘run as a print’ to currently change:
G21 ;Let the printer know you are following this point with metric values
G90 ;Let the printer know you are using absolute positioning
M109 S215.000 ;Heat hotend to 200C for PLA 'S245.000' for ABS
G92 E0 ;Reset the position of the extruder
G1 E70 F1000 ;Feed 70 mm of filament at 1000 mm/minute speed
G92 E0 ;Reset the position of the extruder
G1 E30 F200 ;Feed 30 mm of filament at 200 mm/minute speed
G92 E0 ;Reset the position of the extruder
M400 ;finish
Thank you once again.