Страница "Консоль" предназначена для ручного управления принтером путём отправки G-кодов и других команд. Она включает поле ввода для отправки команд и область истории, где отображаются запросы и ответы принтера.
Нажмите на ранее отправленную команду в истории, чтобы подставить её в поле "Отправить Код" и повторить отправку.
Справа от поля ввода расположена кнопка Справки, открывающая список дополнительных команд, поддерживаемых принтером, помимо стандартных G-кодов.
Ниже приведён перечень стандартных G-кодов, которые поддерживает принтер.
Printer supports the following standard G-Code commands:
- Move (G0 or G1): G1 [X<pos>] [Y<pos>] [Z<pos>] [E<pos>] [F<speed>]
- Dwell: G4 P<milliseconds>
- Move to origin: G28 [X] [Y] [Z]
- Turn off motors: M18 or M84
- Wait for current moves to finish: M400
- Use absolute/relative distances for extrusion: M82, M83
- Use absolute/relative coordinates: G90, G91
- Set position: G92 [X<pos>] [Y<pos>] [Z<pos>] [A<pos>] [C<pos>] [E<pos>]
- Set speed factor override percentage: M220 S<percent>
- Set extrude factor override percentage: M221 S<percent>
- Set acceleration: M204 S<value> OR M204 P<value> T<value>
o Note: If S is not specified and both P and T are specified, then the acceleration is set to the minimum of P and T. If only one of P or T is specified, the command has no effect.
• Get extruder temperature: M105
• Set extruder temperature: M104 [T<index>] [S<temperature>]
• Set extruder temperature and wait: M109 [T<index>] S<temperature>
o Note: M109 always waits for temperature to settle at requested value
• Set bed temperature: M140 [S<temperature>]
• Set bed temperature and wait: M190 S<temperature>
o Note: M190 always waits for temperature to settle at requested value
• Set fan speed: M106 S<value>
• Turn fan off: M107
• Emergency stop: M112
• Get current position: M114
• Get firmware version: M115