Ignacio Astaburuaga

Results 15 comments of Ignacio Astaburuaga

I have a fan always on my pi, therefore it seems like I may not need the fancontrol. I have removed the `fancontrol` from the `all` make target and it...

That might of fixed the initial issue. I changed from: ```go srv, err := daemon.New(name, description, []string{}...) ``` to (followed what the error wanted): ```go srv, err := daemon.New(name, description,...

you can solve that by running it with `sudo`, do: ```bash sudo make install ``` its because it will install the binaries in your system, as a regular user you...

@eyal0 any info on this? dont mean to rush you, I know you are probably busy. At this point, my only solution is to clean install my octoprint

I get the following error: ``` Running: "/home/pi/oprint/lib/python2.7/site-packages/octoprint_PrintTimeGenius/analyzers/marlin-calc.armv7l" "/home/pi/.octoprint/uploads/CE3PRO_Alexa_R2D2_Rasor_-_Main_Body.gcode" "M221 T0 S0 M200 S0 D1.75 M92 X80.00 Y80.00 Z400.00 E93.00 M203 X500.00 Y500.00 Z5.00 E25.00 M201 X500.00 Y500.00 Z100.00 E5000.00...

The input to the above `json.loads` evaluates to the following: ```python line = ' {"estimatedPrintTime": 144989.22102009310037829, "printingArea": {"maxX": -inf, "maxY": -inf, "maxZ": -inf, "minX": inf, "minY": inf, "minZ": inf}, "dimensions":...

The output was really long so I did `command > output 2>&1` and then `cat output | grep -v 'Progress: '` I made sure that it executed with the multiline...

Its up to date with the lastest from the octoprint repo. that is `2.2.7` for PTG. yeah I am running octoprint from my pi. so arm yes. Also `uname` confirms...

I tried the same file with each M code separately. here is a list of the ones that passed or failed: ``` M221 T0 S0 -> fail M200 S0 D1.75...

Will give that a try once a print finished and I can connect the octopi once again. Probably tonight. If I recall correctly that was one of my first troubleshooting...