File: README.md

package info (click to toggle)
ucrpf1host 0.0.20181108-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 372 kB
  • sloc: java: 2,227; xml: 138; makefile: 11; sh: 1
file content (16 lines) | stat: -rw-r--r-- 778 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

# ucrpf1host

This program is a host program for a 3D printer called Panowin F1.
It can also be used on other 3D printers but beware that it might not
work perfectly.

Panowin F1 has some problems on its serial port circuit of its motherboard.
The error rate is very high and makes the g-code broken often. Also their
firmware is not the standard Marlin so it needs some special care when sending
out the G-Codes. Like if the error eats the newline character, then we need to
implement a timeout in host to resend the command when newline is missing.

This host program should be used under Linux. On Windows it is probably to use
pango software (the host and slicer) made by Panowin. It uses proprietary
binary P-code which deals better with the high transmission error rate.