@@ -606,6 +606,10 @@ you want to change the printer that is connected to a pi.
606
606
607
607
## List one-click printers
608
608
609
+ <aside class =" notice " >
610
+ This endpoint requires the <b >Pro</b > plan.
611
+ </aside >
612
+
609
613
``` shell
610
614
curl https://api.simplyprint.io/{id}/printers/OneClickPrint? pIds=1234,1235 \
611
615
-H ' accept: application/json' \
@@ -659,7 +663,7 @@ curl https://api.simplyprint.io/{id}/printers/OneClickPrint?pIds=1234,1235 \
659
663
## AutoPrint enable / disable
660
664
661
665
<aside class =" notice " >
662
- AutoPrint requires the <b >Print Farm</b > plan.
666
+ This endpoint requires the <b >Print Farm</b > plan.
663
667
</aside >
664
668
665
669
``` shell
@@ -698,10 +702,14 @@ curl https://api.simplyprint.io/{id}/printers/autoprint/SetEnabled \
698
702
699
703
## AutoPrint check state
700
704
705
+ <aside class =" notice " >
706
+ This endpoint requires the <b >Print Farm</b > plan.
707
+ </aside >
708
+
701
709
``` shell
702
710
curl https://api.simplyprint.io/{id}/printers/autoprint/CheckState \
703
711
-H ' accept: application/json' \
704
- -H ' X-API-KEY: {API_KEY}' \
712
+ -H ' X-API-KEY: {API_KEY}'
705
713
```
706
714
707
715
> Success response
@@ -741,6 +749,10 @@ curl https://api.simplyprint.io/{id}/printers/autoprint/CheckState \
741
749
742
750
## AutoPrint get settings
743
751
752
+ <aside class =" notice " >
753
+ This endpoint requires the <b >Print Farm</b > plan.
754
+ </aside >
755
+
744
756
``` shell
745
757
curl https://api.simplyprint.io/{id}/printers/autoprint/GetAutoPrintSettings \
746
758
-H ' accept: application/json' \
@@ -787,6 +799,10 @@ curl https://api.simplyprint.io/{id}/printers/autoprint/GetAutoPrintSettings \
787
799
788
800
## AutoPrint save settings
789
801
802
+ <aside class =" notice " >
803
+ This endpoint requires the <b >Print Farm</b > plan.
804
+ </aside >
805
+
790
806
``` shell
791
807
curl https://api.simplyprint.io/{id}/printers/autoprint/SaveAutoPrintSettings \
792
808
-X POST \
@@ -836,6 +852,10 @@ curl https://api.simplyprint.io/{id}/printers/autoprint/SaveAutoPrintSettings \
836
852
837
853
## AutoPrint get gcode templates
838
854
855
+ <aside class =" notice " >
856
+ This endpoint requires the <b >Print Farm</b > plan.
857
+ </aside >
858
+
839
859
``` shell
840
860
curl https://api.simplyprint.io/{id}/printers/autoprint/GetGcodeTemplates \
841
861
-H ' accept: application/json' \
@@ -887,6 +907,10 @@ curl https://api.simplyprint.io/{id}/printers/autoprint/GetGcodeTemplates \
887
907
888
908
## AutoPrint set cleared beds amount
889
909
910
+ <aside class =" notice " >
911
+ This endpoint requires the <b >Print Farm</b > plan.
912
+ </aside >
913
+
890
914
``` shell
891
915
curl https://api.simplyprint.io/{id}/printers/autoprint/SetClearedBedsAmount \
892
916
-X POST \
0 commit comments