blackfede

About

Username
blackfede
Joined
Visits
5
Last Active
Roles
Member

Comments

  • As things are moving slower than expected I wrote a new wrapper to have prusaslicer working with repetierhost as of version 2.1.3 on linux and likely on macos https://github.com/federico-galli/repetier-wrapper
  • I wrote a wrapper to ignore --gui hardcoded option but also if it starts, it then fails to slice and / or place objects on the plate. Is there any planned release? This is my code, if you want to try #!/bin/bash command="" for i in "$@" do   case …
  • I see. The configureFirst.sh plugins copy the CuraEngine file. The point is that I never launched it and looks like if you just download the precompiled version it's broken. Perhaps this should be checked in repetierHost lanuch script? I am discove…
  • I have tested also my other fedora, this second one is a fedora 22 with repetier 1.6.1 The "hack" works also there. In my system it does not looks like a copy of the two, the file size is different.. $ pwd /home/blackman/RepetierHost/plugins/Cura…
  • I have the same problem on another linux pc, which I have at work and it's not configured for printing. I use the stock options just to try some slicing. My first pc has repetier 1.6.1 and the second one 1.5.6 Both are on Fedora 22-23, 64 bit machin…
  • I do have the same problem from a long time but I am able to find this discussion just now. My log show the same error in the ini file and the same thing: the object sliced with cura is always on 0,0 after the slice. I've checked my permissions a…