This is a (very) simple Flask application that shows how the built-in Python buildpack detection on Cloud Foundry works.
To push to Cloud Foundry, log in and then use
$ cf push myapp-name
| ;----------- | |
| ; Starting to create my own Start GCode for OrcaSlicer. | |
| ; Author: Seth Hall | |
| ;----------- | |
| M17 ; enable steppers | |
| M862.3 P "XL" ; printer model check | |
| M862.5 P2 ; g-code level check | |
| M862.6 P"Input shaper" ; FW feature check | |
| M115 U6.0.3+14902 | |
| G90 ; use absolute coordinates |
This is a (very) simple Flask application that shows how the built-in Python buildpack detection on Cloud Foundry works.
To push to Cloud Foundry, log in and then use
$ cf push myapp-name