-
Testing current git head, I get this error:
> $ ./slic3r.pl --load $HOME/git/M2-config/slic3r-config-PLA.ini $HOME/git/M2/Printed\ Parts/STL/M2\ Filament\ Drive\ 1.75mm.stl
> => Processing triangula…
-
### Version
1.3.0-dev f24fc2c6757a819ceaf5344bb6ecd5479b0eacb1
### Operating system type + version
Ubuntu 16.04
### Behavior
When overriding settings for the current print with the quick acce…
-
When I try to use property **id** in the `@Query` annotation it fails on compilation.
### Task List
- [x] Steps to reproduce provided
- [x] Stacktrace (if present) provided
- [x] Example that …
-
Current head, updated 2 minutes ago. Tried exporting gcode, and slic3r wants to name my output file:
[input_filename_base]_20131104-110131_0.9.11-dev.gcode
My output filename format is:
[input_file…
-
When inspecting the gcode generated by slic3r 0.9.8, I can see that perimeters along a straight wall aren't parallell on each layer. Some of the lines drawn are skewed compared to the wall, and many o…
-
As discussed in issue #278, printing of perimeters and infill in this order:
```
perimeter->next island->perimeter->first island->infill->next island->infill
```
is suboptimal and probably never a r…
-
1) RxJS is too big.
2) Throttling in RxJS is severily broken (a huge problem as we depend heavily on throttling).
```js
import * as R from "ramda"
import K from "kefir"
import {Observable as O}…
-
For this design:
![stl-preview](https://cloud.githubusercontent.com/assets/274367/4435757/f7bb21bc-4755-11e4-9efa-dd4f4b42b133.png)
The Gcode output from Slic3r 1.1.7 is missing one of the wedges:
!…
-
When I start a clean slic3r (no existing settings) it starts in Simple mode. When I change to Expert mode and click OK, I'm told I have to restart slic3r, which is fine. But the Preferences window rem…
-
I'm getting the following results using `beforeEnd`
```
> kefir.later(1).beforeEnd(() => 0).log()
[later.beforeEnd] undefined
[later.beforeEnd] 0
[later.beforeEnd]
```
```
> kefir.const…