Skip to content

Commit

Permalink
markup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fookatchu committed Apr 19, 2019
1 parent b287fe2 commit 45fe3d2
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
pyPhotonfile is a library used for manipulating Photon-files created for the Anycubic Photon 3D-Printer. Currently it supports removing and adding
new layers as well as changing global parameters like the exposure time, etc.
It is based on the work done by `PhotonFileEditor`_. While PhotonFileEditor works, I was in need of a clean library which is why I refactored most of the code.
pyPhotonfile is a library used for manipulating Photon-files created for the Anycubic Photon 3D-Printer. Currently it supports removing and adding new layers as well as changing global parameters like the exposure time, etc.
It is based on the work done by [PhotonFileEditor](https://github.com/Photonsters/PhotonFileEditor). While PhotonFileEditor works, I was in need of a clean library which is why I refactored most of the code.
pyPhotonfile is the backbone of [SL1toPhoton](https://github.com/fookatchu/SL1toPhoton).

.. _PhotonFileEditor: https://github.com/Photonsters/PhotonFileEditor

.. DANGER::
Use at your own risk. This is the first release!
Friendly Reminder
=================
Use at your own risk. Please verify that what you are doing will not break your printer.

Example Usage
========================================

.. code-block:: python

```python
from pyphotonfile import Photon

photon = Photon('in_file.Photon')
Expand All @@ -24,3 +21,4 @@ Example Usage
photon.exposure_time = 10
photon.bottom_layers = 3
photon.write('out_file.Photon')
```

0 comments on commit 45fe3d2

Please sign in to comment.