User Tools

Site Tools


Sidebar

Home



G-Code


About

  Order of execution
  Parameters

G-Codes

M-Codes

Other Codes

O-Words

Comments

  clear
  print
  debug
  status
  msg
  msgdlg
  clipboard
  mdi

  log
  logcreate
  logopen
  logclose

  txt

  pointsclear
  pointssave
  pointsload
  pointsshapes
  pointpos
  point

  expr

  py
  pythr

  name
  desc

  dlgname
  dlg
  dlgshow

  arrclr
  array
  arrchr
  crc16
  crc32

  sw_reset
  sw_print

  block_begin
  block_end

  color

Functions

Operators

Macros

gcode:comments:comment-print

print

Prints string to output window.

Syntax

(print,str)

Parameters

str String to be printed to output window.

Examples

(print,This is my message)

Output: This is my message


#<value> = 123.456789
(print,#<value>)

Output: 123.456789


#<value> = 123.456789
(print,#<value,2>)

Output: 123.46


#<value> = 123.456789
(print,#<value,0>)

Output: 123


#<value> = 171
(print,#<value,x>)

Output: AB


#<value> = 43981
(print,#<value,x>)

Output: ABCB

See also

gcode/comments/comment-print.txt · Last modified: 2024/04/04 10:29 by andrej

Page Tools