mirror of
https://git.mirrors.martin98.com/https://github.com/petaflot/pygcode
synced 2025-08-14 16:55:56 +08:00
class naming changes
This commit is contained in:
parent
adeca53ace
commit
5692fe233c
@ -104,7 +104,7 @@
|
||||
< # TODO: duplicate class name SetLaserCoolerTemperature
|
||||
< class GCodeSetLaserCoolerTemperature(GCodeCoolant):
|
||||
---
|
||||
> class GCodeSetLaserCoolerTemperatureAndWait(GCodeCoolant):
|
||||
> class GCodeWaitForLaserCoolerTemperature(GCodeCoolant):
|
||||
775c766
|
||||
< class GCodeSetFilamentDiameter(GCodeOtherModal):
|
||||
---
|
||||
|
@ -757,7 +757,7 @@ class GCodeWaitForProbeTemperature(GCode):
|
||||
dialects = ['marlin2']
|
||||
word_key = Word('M', 192)
|
||||
|
||||
class GCodeSetLaserCoolerTemperatureAndWait(GCodeCoolant):
|
||||
class GCodeWaitForLaserCoolerTemperature(GCodeCoolant):
|
||||
"""M193: Set a new target laser coolant temperature."""
|
||||
param_letters = "S"
|
||||
dialects = ['marlin2']
|
||||
|
Loading…
x
Reference in New Issue
Block a user