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