Skip to content

Commit f1232a8

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 9a50ac7 + 91ec7e0 commit f1232a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: simplyprint_duet3d/virtual_client.py

+4
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ async def deferred_gcode(self, event: GcodeDemandData) -> None:
279279
M190
280280
M109
281281
M155 # not supported by reprapfirmware
282+
M701 S"filament name" load filament
283+
M702 unload filament
282284
"""
283285
self.logger.debug("Received Gcode: {!r}".format(event.list))
284286

@@ -297,6 +299,8 @@ async def deferred_gcode(self, event: GcodeDemandData) -> None:
297299
'M190',
298300
'M220',
299301
'M221',
302+
'M701',
303+
'M702',
300304
'G1',
301305
'G28',
302306
'G29',

0 commit comments

Comments
 (0)