Difference between revisions of "SETTINGS/Printer/Custom G-Code/Write Filters"
From MatterControl Manual
< SETTINGS | Printer | Custom G-Code
(Created page with "{{Slice Settings |This is a set of regular expressions to apply to lines prior to sending to a printer. They will be applied in the order listed before sending. To return mor...") |
|||
Line 1: | Line 1: | ||
{{Slice Settings | {{Slice Settings | ||
− | | | + | |A set of regular expressions to apply to lines prior to sending to a printer. They will be applied in the order listed before sending. To return more than one instruction separate them with a comma. |
− | }} | + | Used to replace G-Code commands with other commands.|*Regular Expressions |
+ | |||
+ | === Data Format === | ||
+ | |||
+ | *Command to replace: C | ||
+ | *Replacement command: R | ||
+ | |||
+ | "^C","R"|In this example, the command 'G28' is replaced with 'G28,M280 P0 S160,G4...'.}} |
Revision as of 09:30, 2 August 2017
Function
A set of regular expressions to apply to lines prior to sending to a printer. They will be applied in the order listed before sending. To return more than one instruction separate them with a comma.
Used to replace G-Code commands with other commands.
Parameters
- Regular Expressions
Data Format
- Command to replace: C
- Replacement command: R
"^C","R"
Example(s)
In this example, the command 'G28' is replaced with 'G28,M280 P0 S160,G4...'.