Skip to content

Simulates REST API responses from Monoprice Select Mini V2 printers.

Notifications You must be signed in to change notification settings

loociano/monoprice-select-mini-v2-api-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fake Monoprice Select Mini V2 Printer

This program simulates a Monoprice Select Mini V2 printer.

It is used to develop the Monoprice Select Mini Wi-Fi plugin for Cura without a real printer.

How to run

$ python -m src.FakePrinter

INFO:FakePrinter:Starting fake printer on http://localhost/

Then open http://localhost:80.

Supported commands

Troubleshooting

Program exits on Windows

Try disabling World Wide Web Publishing Service to use port 80:

  1. Go to Start > All Programs > Administrative Tools > Services.
  2. In the services list, right-click on World Wide Web Publishing Service, and then click Stop.

About

Simulates REST API responses from Monoprice Select Mini V2 printers.

Topics

Resources

Stars

Watchers

Forks