Skip to content

A small tool for interfacing with your Anycubic Photon 3D Printer via Ethernet from the command line.

License

Notifications You must be signed in to change notification settings

kogapf/remote-cli-for-anycubic-photon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photos

A small tool for interfacing with your Anycubic Photon 3D Printer from the command line.

It is inspired by the Universal Photon Network Controller, which didn't work reliably for me on my Linux system and the code of which I considered to be too messy. Though the code presented herein is still considered alpha quality and thus requires some cleaning. But it works.

Requirements

  • Go
  • PHCN-UN to activate network functionality.

Installation

Run sudo make install. (Take note that only a symbolic link is created to /usr/local/bin/photos.)

Usage

photos connect --target IP:PORT
	Connect to the printer and save the information at ~/.photos
photos list
	List files on the plugged in USB drive
photos shell
	Opens an interactive shell. Neat for testing raw gcodes and analyzing the return messages.
photos [upload | download | delete] FILE
photos print $FILE
photos bottom-fan [off | on | during_printing]
photos top-fan [off | on | during_printing | during_led_operation]
	Fan settings are not saved, i.e. they reset when the printer is turned off and on again.

There are other commands, documentation is yet to be done. Look at the source.

About

A small tool for interfacing with your Anycubic Photon 3D Printer via Ethernet from the command line.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published