fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.43k stars 434 forks source link

fix: don't use separator for gcode macros #1483

Closed pedrolamas closed 3 months ago

pedrolamas commented 3 months ago

For any Gn or Mn macro (where n is one of more digits), we will not add = as a parameter separator as these are considered overrides of classic G-code commands

Resolves #1481