linuxcnc/docs/man/man1/image-to-gcode.1
Sebastian Kuzminsky c2011bf151 Merge remote-tracking branch 'origin/2.8' into 2.9
* origin/2.8:
  Fix obsolete link to documentation in image-to-gcode(1).
  mb2hal: fix error when PIN_NAMES > 5
  return PROGRAM NONE if no program is open
  Adjusted scripts/platform-is-supported to not fail on Debian Testing and Unstable.
  githelper.sh: New master glob
  qtvcp -cam_align panel: add window size setting option
  gmoccapy: update release notes
  gmoccapy: fixed sensitizing of user tab button (#2111)
  Fix broken download link in Gmoccapy docs
  Getting Started: Update checksums (en, es, cn)
  Add firmware 7i96d_1pwm for 7i96 for PNCconf
  docs: Bump the version number in the install docs
  Fix the changelog syntax
  gmoccapy: fix error on creating file when RS274NGC_STARTUP_CODE is not set
  gmoccapy: updated changelog
  Release v2.8.4
  pncconf: add inm and outm support plus 7i96s card
  Add preliminary 7I96S support
  hm2_eth: add support for 7i96
  Fix minor outm mistrakes
  Add OutM simple output module support
2022-12-02 16:11:17 -07:00

55 lines
1.9 KiB
Groff

.\" Copyright (c) 2020 andypugh
.\"
.\" This is free documentation; you can redistribute it and/or
.\" modify it under the terms of the GNU General Public License as
.\" published by the Free Software Foundation; either version 2 of
.\" the License, or (at your option) any later version.
.\"
.\" The GNU General Public License's references to "object code"
.\" and "executables" are to be interpreted as the output of any
.\" document formatting or typesetting system, including
.\" intermediate and printed output.
.\"
.\" This manual is distributed in the hope that it will be useful,
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
.\" GNU General Public License for more details.
.\"
.\" You should have received a copy of the GNU General Public
.\" License along with this manual; if not, write to the Free
.\" Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
.\" USA.
.\"
.\"
.\"
.TH IMAGE-TO-GCODE "1" "2020-08-26" "LinuxCNC Documentation" "The Enhanced Machine Controller"
.SH NAME
image-to-gcode \- converts bitmap images to G-code
.SH SYNOPSIS
.B image-to-gcode
.SH DESCRIPTION
\fBimage-to-gcode\fR converts a bitmap image to G-code inteerpreting the
brightness of each pixel as a Z-height.
Detailed docs:
http://linuxcnc.org/docs/stable/html/gui/image-to-gcode.html
.SH "SEE ALSO"
\fBLinuxCNC(1)\fR
Much more information about LinuxCNC and HAL is available in the LinuxCNC
and HAL User Manuals, found at /usr/share/doc/LinuxCNC/.
.SH BUGS
None known at this time.
.PP
.SH AUTHOR
This man page written by andypugh, as part of the LinuxCNC project.
.SH REPORTING BUGS
Report bugs at https://github.com/LinuxCNC/linuxcnc/issues
.SH COPYRIGHT
Copyright \(co 2020 andypugh.
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.