Skip to content

Commit

Permalink
Update G-Codes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Oct 14, 2023
1 parent 7548242 commit c401446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/G-Codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ the given name.
Removes the given profile from the profiles List for the current session and config if SAVE_CONFIG is issued afterwards.

`PID_PROFILE SET_VALUES=<profile_name> TARGET=<target_temp> TOLERANCE=<tolerance>
CONTROL=<control_type> KP=<kp> KI=<ki> KD=<kd>`:
CONTROL=<control_type> KP=<kp> KI=<ki> KD=<kd> [RESET_TARGET=0|1]`:
Creates a new profile with the given PID values, CONTROL must either be `pid` or
`pid_v`, TOLERANCE and TARGET must be specified to create a valid profile,
though the values themselves don't matter.
Expand Down

0 comments on commit c401446

Please sign in to comment.