Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Graph
c82da85e6406409c223358122826b1ded5654da8
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jul
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Jun
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
31
May
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
6
5
2
1
30
Apr
29
28
27
25
24
20
19
15
12
11
10
9
Another thread safety change
Cleanup
Fix drawing of layer gauge in 2D viewer
Merge branch 'master' of github.com:kliment/Printrun
Heavily speedup 2D viewer loading speed by using gcoder correctly (#412)
Heavily rework the way layers are split in gcoder
Improve description and name of the 3D viewer setting
Removing guppy from the requirements. Install it manually if you need it for debugging.
Splitting prontserve __init__ and start into seperate methods so that the server shutdown works more reliably.
Merge branch 'master' of github.com:kliment/Printrun
Adding a heaptrace option for memory profiling prontserve and updating tornado in an attempt to squawsh the prontserve memory leak.
Fix potential thread race in online() callback, possibly fixing #168
Rework excluder logic (#413)
Fix potential thread conflict in lock() behavior
Add option to lock on print start (#400)
Initial lock implementation (#400)
Don't ignore pure E moves (such as retractions)
Fix main viewers
Factor gviz/gcview frame UI and add layer slider to 2D viewer
Add layer slider to 3D viewer window
Rework off() to work with Marlin
Moving all websocket communications out of the read thread callbacks (now async). Fixing threading issues with prontserve.
Fixing the prontserve sendcb so that it catches all target temperature events.
Merge branch 'master' of github.com:kliment/Printrun
Adding a fan speed option and better fan errors to prontserve.
Ignore off() argument
Merge branch 'master' of github.com:kliment/Printrun
Add Fit icon
Merge branch 'master' of github.com:kliment/Printrun
Patching file upload to use less memory.
"off" should turn fans off too (#409)
Gracefully handle EAGAIN in readline (#406)
Add control toolbar for 3D viewer (#411)
Rework gcview a little bit
Move recover button to a new Advanced menu
Move Compose button and create a Tools menu
Add "off" button
Add "off" command to pronsole (#409)
Fixed extrude/reverse buttons positionning in tabbed mode
Better extrude buttons arrangement (#393)