twobit
About
- Username
- twobit
- Joined
- Visits
- 5
- Last Active
- Roles
- Member
Comments
-
Thank you!
-
As an aside question - with the changes to the API in 1.2.1 to include the offline printers - would it be feasible to have the offline ones not returned in a different endpoint/param to exclude? Having said that, the Try/Catch to obtain the Raw Dat…
-
Thanks. Ill hopefully get some time next week to have a play. Im not sure how easily i can get wireshark on the Pi for local traffic.. maybe ill install RS on another box and see if i can trouble shoot it that way. Once i get it fixed, ill…
-
Thank you. I am not sure what would cause the issue other than the upgrade to 1.2.1 for RS. Is it safe to downgrade my RPi back to 1.2.0 for testing? Would there be any logs within RS for the API calls to see if its calling the correct endpoint/ap…
-
Looking at the API: IPAddress/printer/list/?apikey=KEY {"data":[{"active":true,"job":"none","jobid":0,"name":"Aquila","online":1,"pauseState":0,"paused":false,"slug":"Aquila"},{"active":true,"job":"none","jobid":0,"name":"Ender 3 v2","online":0,"pa…
-
HomeAssistant setup as per https://www.home-assistant.io/integrations/repetier This is the setup: #RS repetier: - host: 127.0.0.1 api_key: KEY_HEREcamera: - platform: mjpeg name: RS Camera still_image_url: http://127.0.0.1:8080…
-
I have a BLTouch 3.1 on my Ender 3 v2 and its been problems which is why I havent tried one on the Ender 6, also the Ender 6 Sprayboard seems to have issues with the BLTouch and need to plug straight to the main board, which is headache too.
-
I believe the issue is I have users setup on the RS itself which blocks the access for security reasons. I have users as I exposed my RS installation via Dataplicity so I can monitor it remotely. My internet is behind a CG-NAT and no accessible IP a…
-
Thanks. I get "For security reasons this page can only be called over localhost IP!" it was the 1.0.4 RPi image, but I have manually loaded the 1.0.5 beta and since used the auto update to 1.1.0 then due to a bug the manual 1.1.2 upgrade. Ill look …
-
I do have the 5v isolated on the USB. I do agree, likely the Ender 6 is the root cause, but it was easier to strip my two little ones haha. I ran a 2m cable out the bottom and added extra insulation around the areas it gets to the frame and at …
-
What it seems to be is maybe the non-accessible USB Port of the Ender 6. The board lies beneath the printer and you have to remove 8 bolts to get to it and then run a cable out. The Other printers the USB comes out the side and touches the frame. So…
-
I currently have two RS installations of 1.1.2 on the latest Raspberry Pi 4 with 4GB RAM plus official 7" screen. Each has 1x RPi Camera, 1x USB Camera and then 3x Printers. The one is running 3x Voxelab Aquilas and the other a Ender 3 V2, Aquila an…
-
luis84 said: I do run the awesome touch mobile interface built in on a tablet though and it's beautiful and fast. I thought the TouchUI was localhost only (http://localhost:3344/modules/front2/www/app.html/) , how did you get it to a tabl…
-
I found the issue to be my Ender 3 and Aquila appears to have the 24V ground and the Mains Earth connected via the frame. It seems to be the SD card/USB port of the main board touching the metal frame. I am unsure why the borrowed Ender 3 does not …
-
I have borrowed another Ender 3 for testing. The Ender 6 runs with that Ender 3. But with my Ender 3 and/or Aquila the Ender 6 display goes blank and disappears. Both my Ender 3 and Aquila have a 24v LED bar attached to the power supply. I won…
-
I think the answer here is that the printer shows the reperier server IP address. I have 3 printers to one server, so all show that servers ip address. The printers are USB so they do not have an ip address.
-
I was wondering if there was a way for a "back button". For example, I have gone to Page 3 of the list of gcodes. Then click into the 3D view of a file. The only way I can see to get back to the gcode files is to click on the Print main ta…
-
Thank you. I was leaning to a power issue of some sorts. The RPi and all three printers are all plugged into the same wall socket via a 4 way multi plug - each printer has their own TP-Link KP115 for power control. I have updated the Ender 6 fi…
-
While not related to my bug issue above yet, the Ender 6 has a default Marlin 1 firmware from Creality. I am likely going to try the Marlin 2.0 fork by InsanityAutomation - https://github.com/InsanityAutomation/Marlin/tree/CrealityDwin_2.0 Firmware…
-
I feel the details you have provided are not clear with what you have done or how you are accessing it. 1. What is the IP address of the computer running Reperier Server? Is it 192.1680.0.3 2. Can you access this IPAdress from another compute…
-
Thank you - I will look at this more next week.
-
I am happy to implement/code this up. Is there a recommended start point on how to determine the file being used on the touch screen to then add in logic for the extra CSS file to be loaded? I have taken a look here - https://www.repetier-server.co…
-
I have noticed too that I get random blobs/zits. I am running the latest RPi 4 with 4GB RAM and have two printers normally running concurrently. I use the Wifi builtin. I installed the 1.0.4 RPi Image and updated to the beta (ARMEL, but I think tha…
-
Thanks. No trouble at all, I hope my explanation was easy to follow!
-
For the Jyers Firmware on the Ender 3 V2 (https://github-wiki-see.page/m/Jyers/Marlin/wiki/OctoPrint-Settings) : M117 is used for File_NameM73 is used for progressI do not have my Ender 3 V2 with Jyers on right now, but my Aquila running Alex (the A…
-
Thank you, it took me a while to get the "slug". For anyone else, this is where I got it from - the URL: http://myIPaddress/#!/printer/Printer_Name/print This works as expected on the Web-Interface adding the Printer-Level section. On the Touch-Scr…
-
Thank you; I have installed the EL but will remove and make use of the HF.
-
Freakadude said: Right. So i found the script to this online (don't remember where anymore) so i am not taking any credit for that. But in essence with setting a few parameters with that script you can tell your switch to turn on or off. You …
-
I am trying to do something similar for the TP-Link KASA Energy plugs. I have the data in a webpage and interested in the 1.0.5 beta you mention. I have the 1.0.4 Raspberry Pi image setup, how do i change to 1.0.5 beta for the Raspberry Pi? I noted …