M200: Set filament diameter
M200: 필라멘트 직경 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes Yes Yes see M404 No Yes ??? ???
Without parameters loads default grid, and with specified extension attempts to load the specified grid.
매개변수가 없으면 기본 그리드가 로드되고 지정된 확장자를 사용하면 지정된 그리드를 로드하려고 시도합니다.
If not available will not modify the current grid.
사용할 수 없는 경우 현재 그리드를 수정하지 않습니다.
If Z was saved with the grid file, it will load the saved Z with the grid.
Z가 그리드 파일과 함께 저장된 경우 저장된 Z를 그리드와 함께 로드합니다.
M200 Dm.mmm sets the filament diameter to m.mmm millimeters.
M200 Dm.mmm 은 필라멘트 직경을 m.mmm 밀리미터로 설정합니다.
It is used with 'volumetric calibration' and G-code generated for an ideal 1.128mm diameter filament which has a volume of 1mm^3 per millimeter.
이는 밀리미터당 1mm^3의 부피를 갖는 이상적인 1.128mm 직경 필라멘트에 대해 생성된 '체적 교정' 및 G 코드와 함께 사용됩니다.
The intention is to be able to generate filament-independent g-code.
필라멘트 독립적인 g-코드를 생성할 수 있도록 하는 것이 목적입니다와 무관한 g 코드를 생성할 수 있어야 합니다.
(See Triffid_Hunter's_Calibration_Guide#Optional:_Switch_to_volumetric_E_units and http://wooden-mendel.blogspot.com/2011/09/volumetric-stage-two.html for more information.)
자세한 내용은 Triffid_Hunter's_Calibration_Guide # Optional : _Switch_to_volumetric_E_units 및 http://wooden-mendel.blogspot.com/2011/09/volumetric-stage-two.html을 참조하세요.
M200 D0 or M200 D1.128 ; reset E multiplier to 1, since sqrt(1/pi)*2=1.128
M200 D0 또는 M200 D1.128; sqrt(1/pi)*2=1.128이므로 E 승수를 1로 재설정합니다.
See also Gcode#M119:_Get_Endstop_Status
Gcode#M119:_Get_Endstop_Status 도 참고하세요.
Question: what does a firmware do with filament diameter?
질문: 펌웨어는 필라멘트 직경으로 무엇을 합니까?
Has this an effect on how much an E command moves the extruder motor? --Traumflug 11:34, 14 October 2012 (UTC)
이것은 E 명령이 압출기 모터를 움직이는 정도에 영향을 줍니까? --Traumflug 11:34, 2012년 10월 14일(UTC)
Yes, Marlin uses this to set a 'volumetric_multiplier' by which the E-steps of a move are scaled in the planner.
예, Marlin은 이를 사용하여 플래너에서 이동의 E 단계가 조정되는 'volumetric_multiplier'를 설정합니다.
DaveX (talk) 16:44, 12 April 2014 (PDT) Smoothie implements the same thing as Marlin --Arthurwolf (talk) 05:23, 10 November 2014 (PST)
DaveX (대화) 2014년 4월 12일 16:44(PDT) 스무디는 Marlin과 동일한 기능을 구현합니다 --Arthurwolf(대화) 2014년 11월 10일 05:23(PST)
M201: Set max printing acceleration
M201: 최대 인쇄 가속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes No Yes No No ??? ???
Parameters
매개변수
Xnnn Acceleration for X axis
Xnnn X축 가속도
Ynnn Acceleration for Y axis
Ynnn Y축 가속도
Znnn Acceleration for Z axis
Znnn Z축 가속도
Ennn Acceleration for extruder drives
Ennn 압출기 드라이브의 가속
Example
예
M201 X1000 Y1000 Z100 E2000
M201 X1000 Y1000 Z100 E2000
Sets the acceleration that axes can do in units/second^2 for print moves.
인쇄 이동에 대해 축이 수행할 수 있는 가속도 (단위/초^2)를 설정합니다.
For consistency with the rest of G Code movement this should be in units/(minute^2), but that gives really silly numbers and one can get lost in all the zeros.
나머지 G 코드 이동과의 일관성을 위해 이는 단위/(분^2)이어야 하지만 이는 정말 어리석은 숫자를 제공하고 모든 0에서 길을 잃을 수 있습니다.
So for this we use seconds.
그래서 이를 위해 초를 사용합니다.
RepRapFirmware expects these values to be in mm/s².
RepRapFirmware에서는 이러한 값이 mm/s² 단위일 것으로 예상합니다.
M202: Set max travel acceleration
M202: 최대 이동 가속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No ??? Yes Yes No No No No ??? ???
in units/s^2 for travel moves (M202 X1000 Y1000) Unused in Marlin!!
여행 이동을 위한 단위/s^2 (M202 X1000 Y1000) Marlin에서는 사용되지 않음!!
M203: Set maximum feedrate
M203: 최대 이송속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No ??? Yes Yes Yes Yes No No ??? ???
Parameters
매개변수
Xnnn Maximum feedrate for X axis
Xnnn X축의 최대 이동 속도
Ynnn Maximum feedrate for Y axis
Ynnn Y축의 최대 이동 속도
Znnn Maximum feedrate for Z axis
Znnn Z축의 최대 이동 속도
Ennn Maximum feedrate for extruder drives
Ennn 압출기 드라이브의 최대 이동 속도
Example
예
M203 X6000 Y6000 Z300 E10000
M203 X6000 Y6000 Z300 E10000
Sets the maximum feedrates that your machine can do in mm/min (Marlin uses mm/sec).
기계가 수행할 수 있는 최대 이동 속도를 mm/min으로 설정합니다 (Marlin은 mm/sec를 사용함).
M203 Repetier
M203 반복
Set temperature monitor to Sx.
온도 모니터를 Sx로 설정하십시오.
M204: Set default acceleration
M204: 기본 가속 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes Yes No No No ??? ???
S normal moves T filament only moves (M204 S3000 T7000) in mm/sec^2 also sets minimum segment time in ms (B20000) to prevent buffer underruns and M20 minimum feedrate
S 일반 이동 T 필라멘트만 mm/sec^2 단위로 이동합니다 (M204 S3000 T7000). 또한 버퍼 언더런과 M20 최소 공급 속도를 방지하기 위해 최소 세그먼트 시간을 ms(B20000) 단위로 설정합니다
Marlin notes: After Mar11-2015, the M204 options have changed in Marlin:
Marlin 참고 사항: 2015년 3월 11일 이후 Marlin의 M204 옵션이 변경되었습니다:
P = Printing moves
P = 인쇄 동작
R = Retract only (no X, Y, Z) moves
R = 후퇴만 (X, Y, Z 없음) 이동
T = Travel (non printing) moves
T = Travel (인쇄되지 않음) 이동
The command "M204 P800 T3000 R9000" set the acceleration for printing movements to 800mm/s^2, for travels to800mm/s^2 and for retracts to 9000mm/s^2.
"M204 P800 T3000 R9000" 명령은 인쇄 이동 가속도를 800mm/s^2로, 이동 가속도를 800mm/s^2로, 후퇴 가속도를 9000mm/s^2로 설정합니다.
M204 Repetier
M204 반복
M204 X[Kp] Y[Ki] Z[Kd] -
M204 X[Kp] Y[Ki] Z[Kd] -
Set PID parameter. Values are 100* real value.
PID 파라미터를 설정합니다. 값은 100* 실제 값입니다.
M205: Advanced settings
M205: 고급 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes Yes see M566 No No ??? ???
Sprinter and Marlin:
스프린터와 말린:
minimum travel speed S=while printing T=travel only, B=minimum segment time X= maximum xy jerk, Z=maximum Z jerk, E=maximum E jerk
최소 이동 속도 S=인쇄 중 T=이동만, B=최소 세그먼트 시간 X= 최대 xy 저크, Z=최대 Z 저크, E=최대 E 저크
Sprinter / Marlin Example:205 X30 Z5 ; Set X/Y Jerk to 30mms, Z jerk to 5mms
스프린터/말린 예:205 X30 Z5; X/Y 저크를 30mms로 설정하고, Z 저크를 5mms로 설정합니다
Smoothieware uses a different algorithm:
스무디웨어는 다른 알고리듬을 사용합니다:
X
X
Smoothie example:
스무디 예:
M205 X0.05 ; set X/Y Junction Deviation
M205 X0.05 ; X/Y 접합 편차 설정
M205 Repetier
M205 반복
Output EEPROM settings.
출력 EEPROM 설정.
M206:
M206:
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes Yes Yes No No ??? ???
M206 Marlin, Sprinter, Smoothie, RepRapFirmware - Set home offset
M206 Marlin, Sprinter, Smoothie, RepRapFirmware - 홈 오프셋 설정
Parameters
매개변수
Xnnn X axis offset
Xnnn X축 오프셋
Ynnn Y axis offset
Ynnn Y축 오프셋
Znnn Z axis offset
Znnn Z축 오프셋
Example
예
M206 X10.0 Y10.0 Z-0.4
M206 X10.0 Y10.0 Z-0.4
The values specified are added to the endstop position when the axes are referenced.
지정된 값은 축을 참조할 때 엔드스톱 위치에 추가됩니다.
The same can be achieved with a G92 right after homing (G28, G161).
원점 복귀 직후 (G28, G161) G92를 사용하여 동일한 결과를 얻을 수 있습니다.
With Marlin firmware, this value can be saved to EEPROM using the M500 command.
Marlin 펌웨어를 사용하면 M500 명령을 사용하여 이 값을 EEPROM에 저장할 수 있습니다.
A similar command is G10, aligning these two is subject to discussion.
비슷한 명령이 G10인데, 이 두 가지를 정렬하는 것은 논의 대상입니다.
With Marlin 1.0.0 RC2 a negative value for z lifts(!) your printhead.
Marlin 1.0.0 RC2를 사용하면 z의 음수 값이 프린트 헤드를 들어 올립니다(!).
M206 Repetier - Set eeprom value
M206 Repetier - eeprom 값 설정
M206 T[type] P[pos] [Sint(long] [Xfloat] Set eeprom value
M206 T[type] P[pos] [Sint(long] [Xfloat] eeprom 값 설정
Example: M206 T3 P39 X19.9
예: M206 T3 P39 X19.9
Set Jerk to 19.9
저크를 19.9로 설정
M207: Calibrate z axis by detecting z max length
M207: z 최대 길이를 감지하여 z 축 보정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No ??? No No No No ??? ???
Example: M207
예: M207
After placing the tip of the nozzle in the position you expect to be considered Z=0, issue this command to calibrate the Z axis.
Z=0으로 간주될 것으로 예상되는 위치에 노즐 끝을 배치한 후 이 명령을 실행하여 Z축을 보정합니다.
It will perform a z axis homing routine and calculate the distance traveled in this process.
z축 원점 복귀 루틴을 수행하고 이 과정에서 이동한 거리를 계산합니다.
The result is stored in EEPROM as z_max_length.
결과는 EEPROM에 z_max_length로 저장됩니다.
For using this calibration method the machine must be using a Z MAX endstop.
이 보정 방법을 사용하려면 기계가 Z MAX 엔드스톱을 사용해야 합니다.
This procedure is usually more reliable than mechanical adjustments of a Z MIN endstop.
이 절차는 일반적으로 Z MIN 엔드스톱의 기계적 조정보다 더 안정적입니다.
M207: Set retract length
M207: 후진 길이 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes No Yes dc42,ch No No ??? ???
Parameters
매개변수
Snnn positive length to retract, in mm
Snnn 후퇴할 양의 길이 (mm 단위)
Rnnn positive additional length to un-retract, in mm (RepRapFirmware only)
Rnnn 양수로 되돌릴 양의 추가 길이 (mm) (RepRapFirmware에만 해당)
Fnnn feedrate, in mm/min
Fnnn 이동 속도 (mm/분)
Znnn additional zlift/hop
Znnn 추가 zlift/hop
Example
예
M207 S4.0 F2400 Z0.075
M207 S4.0 F2400 Z0.075
Sets the retract length used by the G10 and G11 commands, stays in mm regardless of M200 setting
G10 및 G11 명령에 사용되는 후퇴 길이를 설정하고 M200 설정에 관계없이 mm 단위로 유지됩니다
M208: Set axis max travel
M208: 축 최대 이동거리 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No Yes No No ??? ???
Parameters
매개변수
Snnn Whether to set the axis minimum
Snnn 축 최소 설정 여부
Xnnn X axis limit
Xnnn X축 제한
Ynnn Y axis limit
Ynnn Y축 제한
Znnn Z axis limit
Znnn Z축 제한
Example
예
M208 X250 Y210 Z180
M208 X250 Y210 Z180
The values specified set the software limits for axis travel in the positive direction.
지정된 값은 양의 방향 축 이동에 대한 소프트웨어 제한을 설정합니다.
RepRapPro's version of Marlin uses M208 this way.
RepRapPro의 Marlin 버전은 M208을 이런 방식으로 사용합니다.
Send M503 to see the current values.
현재 값을 보려면 M503을 보내십시오.
On Marlin, the value can be saved to EEPROM using the M500 command.
Marlin에서는 M500 명령을 사용하여 값을 EEPROM에 저장할 수 있습니다.
Notes
참고
With RepRapFirmware on a Cartesian printer, you can also use this command to specify software limits for axis travel in the negative direction, by adding parameter S1.
카테시안 프린터의 RepRapFirmware를 사용하면 이 명령을 사용하여 매개변수 S1을 추가하여 음의 방향 축 이동에 대한 소프트웨어 제한을 지정할 수도 있습니다.
The axis limits you set are also the positions assumed when an endstop is triggered.
설정한 축 제한은 엔드스톱이 트리거될 때 가정되는 위치이기도 합니다.
M208 X200 Y200 Z90; set axis maxima
M208 X200 Y200 Z90; 축 최대 값 설정
M208 X-5 Y0 Z0 S1 ; set axis minimum
M208 X-5 Y0 Z0 S1 ; 축 최소 값 설정
M208: Set unretract length
M208: 후진 길이 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes No Yes See M207 No No ??? ???
Parameters
매개변수
Snnn positive length surplus to the M207 Snnn, in mm
Snnn M207 Snnn에 대한 양수 길이 잉여 (mm)
Fnnn feedrate, in mm/sec
Fnnn 이송 속도 (mm/초)
Sets recover=unretract length.
복구=비수축 길이를 설정합니다.
M209: Enable automatic retract
M209: 자동 후퇴 활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes Yes No No No No No ???
Example: M209 S1
예: M209 S1
This boolean value S 1=true or 0=false enables automatic retract detect if the slicer did not support G10/11: every normal extrude-only move will be classified as retract depending on the direction.
이 부울 값 S 1=true 또는 0=false는 슬라이서가 G10/11을 지원하지 않는 경우 자동 후퇴 감지를 활성화합니다. 모든 일반 압출 전용 이동은 방향에 따라 후퇴로 분류됩니다.
M210: Set homing feedrates
M210: 원점 이동 속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No dc42 No No ??? ???
Example: M210 X1000 Y1500
예: M210 X1000 Y1500
Set the feedrates used for homing to the values specified in mm per minute.
원점 복귀에 사용되는 이송 속도를 분당 mm 단위로 지정된 값으로 설정하십시오.
M211: Disable/Enable software endstops
M211: 소프트웨어 엔드스톱 비활성화/활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
The boolean value S 1=enable or 0=disable controls state of software endstop.
부울 값 S 1=활성화 또는 0=비활성화는 소프트웨어 엔드스톱의 상태를 제어합니다.
The boolean value X, Y or Z 1=max endstop or 0=min endstop selects which endstop is controlled.
부울 값 X, Y 또는 Z 1=최대 엔드스톱 또는 0=최소 엔드스톱은 제어되는 엔드스톱을 선택합니다.
Example: M211 X1 Y1 Z1 S0
예: M211 X1 Y1 Z1 S0
Disables X,Y,Z max endstops
X, Y, Z 최대 엔드스톱을 비활성화합니다
Example: M211 X0 S1
예: M211 X0 S1
Enables X min endstop
X 최소 엔드스톱 활성화
Example: M211
예: M211
Prints current state of software endstops.
소프트웨어 엔드스톱의 현재 상태를 인쇄합니다.
M212: Set Bed Level Sensor Offset
M212: 베드 레벨 센서 오프셋 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes* No No No No No ??? ???
This G-Code command is known to be available in the newer versions of PrintrBot's branch of Marlin.
이 G-Code 명령은 최신 버전의 PrintrBot Marlin 분기에서 사용할 수 있는 것으로 알려져 있습니다.
It may not be available in other firmware.
다른 펌웨어에서는 사용하지 못할 수도 있습니다.
Example: M212 Z-0.2
예: M212 Z-0.2
Set the Z home to 0.2 mm lower than where the sensor says Z home is.
Z 홈을 센서가 Z 홈이라고 말하는 위치보다 0.2mm 낮게 설정합니다.
This is extremely useful when working with printers with hard-to-move sensors, like the PrintrBot Metal Plus.
이는 PrintrBot 메탈 플러스와 같이 이동하기 어려운 센서가 있는 프린터로 작업할 때 매우 유용합니다.
PrintrBot suggests that the user make minor (0.1-0.2) adjustments between attempts and immediately executes M500 & M501 after setting this.
PrintrBot은 사용자가 시도 사이에 사소한 (0.1-0.2) 조정을 하고 이를 설정한 후 즉시 M500 및 M501을 실행할 것을 제안합니다.
M218: Set Hotend Offset
M218: 핫엔드 오프셋 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes No No No No No ??? ???
Sets hotend offset (in mm): T
핫엔드 오프셋 설정 (mm 단위): T
Example: M218 T1 X50 Y0.5
예: M218 T1 X50 Y0.5
M220: Set speed factor override percentage
M220: 속도 계수 재정의 비율 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes Yes Yes No No ??? ???
Parameters
매개변수
Snnn Speed factor override percentage (0..100 or higher)
Snnn 속도 계수 재정의 백분율(0..100 이상)
Example
예
M220 S80
M220 S80
Sets the speed factor override percentage.
속도 계수 재정의 비율을 설정합니다.
M221: Set extrude factor override percentage
M221: 압출 계수 재정의 비율 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No Yes Yes Yes Yes Yes No No ??? ???
Parameters
매개변수
Snnn Extrude factor override percentage (0..100 or higher)
Snnn 압출 계수 재정의 백분율 (0..100 이상)
Example
예
M221 S70
M221 S70
Sets extrude factor override percentage.
압출 계수 재정의 백분율을 설정합니다.
M220: Turn off AUX V1.0.5
M220: AUX V1.0.5 끄기
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M221: Turn on AUX V1.0.5
M221: AUX V1.0.5 켜기
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M222: Set speed of fast XY moves
M222: 빠른 XY 이동 속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M223: Set speed of fast Z moves
M223: 빠른 Z 이동 속도 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M224: Enable on extruder during fast moves
M224: 빠른 이동 중에 압출기에서 활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M225: Disable on extruder during fast moves
M225: 빠른 이동 중에 압출기에서 비활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No Yes No ??? ???
M226: Gcode Initiated Pause
M226: Gcode 시작 일시 중지
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No Yes Yes Yes ??? ???
Example
예
M226
M226
Initiates a pause in the same way as if the pause button is pressed.
일시정지 버튼을 누른 것과 같은 방식으로 일시 정지를 시작합니다.
That is, program execution is stopped and the printer waits for user interaction.
즉, 프로그램 실행이 중지되고 프린터는 사용자 상호 작용을 기다립니다.
This matches the behaviour of M1 in the NIST RS274NGC G-code standard and M0 in Marlin firmware.
이는 NIST RS274NGC G 코드 표준의 M1 동작과 Marlin 펌웨어의 M0 동작과 일치합니다.
M226: Wait for pin state
M226: 핀 상태를 기다립니다
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes Yes No see M577 No No ??? ???
Parameters
매개변수
Pnnn pin number
Pnnn 핀 번호
Snnn pin state
Snnn 핀 상태
Example
예
M226 P2 S1
M226 P2 S1
Wait for a pin to be in some state.
핀이 어떤 상태가 될 때까지 기다립니다.
M227: Enable Automatic Reverse and Prime
M227: 자동 역방향 및 프라임 활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M227 P1600 S1600
예: M227 P1600 S1600
P and S are steps.
P 와 S 는 단계입니다.
"Reverse and Prime" means, the extruder filament is retracted some distance when not in use and pushed forward the same amount before going into use again. P와 S는 단계입니다.
"역방향 및 프라임"은 사용하지 않을 때 압출기 필라멘트가 어느 정도 수축되어 다시 사용되기 전에 동일한 양만큼 앞으로 밀려나는 것을 의미합니다.
This shall help to prevent drooling of the extruder nozzle.
이는 압출기 노즐의 흘러내림을 방지하는 데 도움이됩니다.
Teacup firmware implements this with M101/M103.
Teacup 펌웨어는 M101/M103을 통해 이를 구현합니다.
M228: Disable Automatic Reverse and Prime
M228: 자동 역방향 및 프라임 비활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M228
예: M228
See also M227.
M227도 참고하세요.
M229: Enable Automatic Reverse and Prime
M229: 자동 역방향 및 프라임 활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M229 P1.0 S1.0
예: M229 P1.0 S1.0
P and S are extruder screw rotations. See also M227.
P와 S는 압출기 스크류 회전입니다. M227도 참조하세요.
M230: Disable / Enable Wait for Temperature Change
M230: 온도 변화 대기 비활성화 / 활성화
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M230 S1
예: M230 S1
S1 Disable wait for temperature change S0 Enable wait for temperature change
S1 온도 변화 대기 비활성화 S0 온도 변화 대기 활성화
M231: Set OPS parameter
M231: OPS 매개변수 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No Yes No No No No ??? ???
M231 S[OPS_MODE] X[Min_Distance] Y[Retract] Z[Backslash] F[ReatrctMove]
M231 S[OPS_MODE] X[Min_Distance] Y[Retract] Z[Backslash] F[ReatrctMove]
M232: Read and reset max. advance values
M232: 최대값을 읽고 재설정합니다. 사전 가치
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No Yes No No No No ??? ???
M240: Trigger camera
M240: 트리거 카메라
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes No No No No No ??? ???
Example: M240
예: M240
Triggers a camera to take a photograph. (Add to your per-layer GCode.)
사진을 찍기 위해 카메라를 작동시킵니다. (레이어별 GCode에 추가하세요.)
M240: Start conveyor belt motor / Echo off
M240: 컨베이어 벨트 모터 시작 / 에코 꺼짐
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No Debug: Echo off No No No No No No No ??? ???
Example: M240
예: M240
The conveyor belt allows to start mass production of a part with a reprap.
컨베이어 벨트를 사용하면 재포장으로 부품의 대량 생산을 시작할 수 있습니다.
Echoing may be controlled in some firmwares with M111
에코는 M111을 사용하는 일부 펌웨어에서 제어될 수 있습니다
M241: Stop conveyor belt motor / echo on
M241: 컨베이어 벨트 모터 중지 / 에코 켜짐
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No Debug: Echo on No No No No No No No ??? ???
Example: M241
예: M241
Echoing may be controlled in some firmwares with M111
에코는 M111을 사용하는 일부 펌웨어에서 제어될 수 있습니다
M245: Start cooler
M245: 쿨러 시작
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M245
예: M245
used to cool parts/heated-bed down after printing for easy remove of the parts after print
프린팅 후 부품을 쉽게 제거할 수 있도록 프린팅 후 부품/가열 베드를 냉각시키는 데 사용됩니다
M246: Stop cooler
M246: 쿨러 중지
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No No No No No No ??? ???
Example: M246
예: M246
M250: Set LCD contrast
M250: LCD 대비 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes No No No No No No ???
Example: M250 C20
예: M250 C20
Sets LCD contrast C
가능한 경우 LCD 대비 C<대비 값> (값 0..63)을 설정합니다.
M251: Measure Z steps from homing stop (Delta printers)
M251: 원점 복귀로부터 Z 단계 측정 (델타 프린터)
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No No Yes No No No No ??? ???
M251 S0 - Reset, S1 - Print, S2 - Store to Z length (also EEPROM if enabled)
N251 S0 - 재설정, S1 - 인쇄, S2 - Z 길이로 저장 (활성화된 경우 EEPROM도 가능)
(This is a Repetier-Firmware only feature)
(이것은 Repetier-Firmware 전용 기능입니다)
M280: Set servo position
M280: 서보 위치 설정
Support FiveD Teacup Sprinter Marlin Repetier Smoothie RepRapFirmware Machinekit MakerBot grbl Redeem
No No No Yes ??? No No No Yes ??? ???
(Marlin, Repetier M340)
(Marlin, Repetier M340)
Set servo position absolute. P: servo index, S: angle or microseconds (Marlin)
서보 위치 절대 값을 설정합니다. P: 서보 인덱스, S: 각도 또는 마이크로초 (Marlin)