orion
About
- Username
- orion
- Joined
- Visits
- 6
- Last Active
- Roles
- Member
Comments
-
So I just tried playing around with Prusa again as launched from Repetier and it is basically useless. In my standalone Prusa, I can add filaments and they show up in the library of filaments as they should. However in the Prusa launched from Repeti…
-
OK - that makes sense why I'm seeing a LOT of bugs with the Cura slicer in Repetier host. My solution has been to just slice in Cura and not use Repetier host at all - I just upload my gcode to the server. I gave Prusa a try, but the integration wit…
-
I've got a similar issue but it only occurs with a raft. I have "Enable Cooling" un-checked, so you'd think the cooling fan should ALWAYS be off (e.g. for ABS) but no! in the G-Code after it prints the first layer of the raft, then fan goes 100% via…
-
Your instructions are incorrect, or at least incorrectly/incompletely written. It would be nice to get the second solution to work. I was able to open your settings UI in an X-session (where the settings were locked) but never on the HDMI display, s…
-
I see there are instructions on the new V30+ images to rotate. Unfortunately those instructions do not work either. https://www.repetier-server.com/download-images/ Quote: Solution one is m our config tool, just go to 8 Run raspi-config 6 Interfac…
-
I am having similar issues where this does not work. I need to rotate the Repetier screen (via HDMI from the Pi 3) 90 degrees. No matter what, the Repetier UI screen stays exactly the same zero rotation. I can't even rotate 180 degrees. Is there ano…
-
Looking at the G-Code documentation - your regex is correct, though it still didn't take for some reason. However I think I found the issue in firmware: (bug) https://github.com/MarlinFirmware/Marlin/issues/23504 I updated the temperature.cpp and t…
-
I just tried this, but I don't think it took... also I could be wrong but I think I need a regex like: \s*T0:\d+\.\d+\s*\/\s*\d+\.\d+\s*(.*) replacing with just $1 as it appears my issue has an incorrect temperature reported at the beginning of the…
-
I think I see what you're doing with this XML. Nice. Looks like it's only on Repetier Server though? Is there a similar place to put this regex if using just the direct serial connection in Repetier Host? Thanks!