G-code - 2. 필드

목록

Fields

필드

A RepRap Gcode is a list of fields that are separated by white spaces or line breaks.

RepRap Gcode는 공백이나 줄 바꿈으로 구분된 필드 목록입니다.

A field can be interpreted as a command, parameter, or for any other special purpose.

필드는 명령, 매개변수 또는 기타 특수 목적으로 해석될 수 있습니다.

It consists of one letter directly followed by a number, or can be only a stand-alone letter (Flag).

이는 하나의 문자와 숫자로 구성되거나 독립형 문자 (플래그)로만 구성될 수 있습니다.

The letter gives information about the meaning of the field (see the list below in this section).

문자는 필드의 의미에 대한 정보를 제공합니다 (이 섹션의 아래 목록 참조).

Numbers can be integers (128) or fractional numbers (12.42), depending on context.

숫자는 상황에 따라 정수 (128) 또는 분수 (12.42)가 될 수 있습니다.

For example, an X coordinate can take integers (X175) or fractionals (X17.62), but selecting extruder number 2.76 would make no sense.

예를 들어, X 좌표는 정수 (X175) 또는 분수 (X17.62)를 사용할 수 있지만 압출기 번호 2.76을 선택하는 것은 의미가 없습니다.

In this description, the numbers in the fields are represented by nnn as a placeholder.

이 설명에서 필드의 숫자는 플레이스홀더로 nnn으로 표시됩니다.

In RepRapFirmware, some parameters can be followed by more than one number, with colon used to separate them.

RepRapFirmware에서 일부 매개변수 뒤에는 두 개 이상의 숫자가 올 수 있으며 콜론을 사용하여 구분합니다.

Typically this is used to specify extruder parameters, with one value provided per extruder.

일반적으로 이는 압출기당 하나의 값이 제공되는 압출기 매개변수를 지정하는 데 사용됩니다.

If only one value is provided where a value is needed for each extruder, then that value is applied to all extruders.

각 압출기에 값이 필요한 경우 값이 하나만 제공되면 해당 값이 모든 압출기에 적용됩니다.

Letter Meaning

문자 의미

Gnnn Standard GCode command, such as move to a point

Gnnn 포인트로 이동과 같은 표준 GCode 명령

Mnnn RepRap-defined command, such as turn on a cooling fan

Mnnn 냉각 팬 켜기와 같은 RepRap 정의 명령

Tnnn Select tool nnn. In RepRap, a tool is typically associated with a nozzle, which may be fed by one or more extruders.

Tnnn 도구 nnn을 선택합니다. RepRap에서, 도구는 일반적으로 하나 이상의 압출기에 의해 공급될 수 있는 노즐과 연결됩니다.

Snnn Command parameter, such as time in seconds; temperatures; voltage to send to a motor

Snnn 명령 매개변수 (예: 초 단위 시간); 온도; 모터에 보내는 전압

Pnnn Command parameter, such as time in milliseconds; proportional (Kp) in PID Tuning

Pnnn 명령 매개변수 (예: 밀리초 단위의 시간) PID 튜닝의 비례 (Kp)

Xnnn A X coordinate, usually to move to. This can be an Integer or Fractional number.

Xnnn 일반적으로 이동할 X 좌표입니다. 정수 또는 분수일 수 있습니다.

Ynnn A Y coordinate, usually to move to. This can be an Integer or Fractional number.

Ynnn 일반적으로 이동할 Y 좌표입니다. 정수 또는 분수일 수 있습니다.

Znnn A Z coordinate, usually to move to. This can be an Integer or Fractional number.

Znnn 일반적으로 이동할 Z 좌표입니다. 정수 또는 분수일 수 있습니다.

Innn Parameter - X-offset in arc move; integral (Ki) in PID Tuning

Innn 매개변수 - 호 이동의 X 오프셋; PID 튜닝의 적분 (Ki)

Jnnn Parameter - Y-offset in arc move

Jnnn 매개변수 - 호 이동의 Y 오프셋

Dnnn Parameter - used for diameter; derivative (Kd) in PID Tuning

Dnnn 매개변수 - 직경에 사용됩니다. PID 튜닝의 미분 (Kd)

Hnnn Parameter - used for heater number in PID Tuning

Hnnn 매개변수 - PID 튜닝에서 히터 번호에 사용

Fnnn Feedrate in mm per minute. (Speed of print head movement)

Fnnn 이송 속도 (분당 mm)입니다. (프린트 헤드 이동 속도)

Rnnn Parameter - used for temperatures

Rnnn 매개 변수 - 온도에 사용

Qnnn Parameter - not currently used

Qnnn 매개변수 - 현재 사용되지 않음

Ennn Length of extrudate. This is exactly like X, Y and Z, but for the length of filament to consume.

Ennn 압출물의 길이. 이는 X, Y, Z와 정확히 동일하지만 소모되는 필라멘트의 길이에 대한 것입니다.

Nnnn Line number. Used to request repeat transmission in the case of communications errors.

Nnnn 줄 번호입니다. 통신 오류 발생 시 재전송을 요청하는데 사용됩니다.

*nnn Checksum. Used to check for communications errors.

*nnn 체크섬. 통신 오류를 확인하는 데 사용됩니다.