Commit Graph

49 Commits (24e2fa936c87ac41d3feb62907d3022d6d7356f2)

Author SHA1 Message Date
Kliment Yanev 1ac5059160 Add button to reset view (no icon) 2012-05-23 16:21:56 +02:00
jezmy a49194a19f Updated with tooltips; gviz now has toolbar with icons; fixed binding to print button 2012-05-08 14:53:33 +01:00
Kliment Yanev b43093d080 Initialize default arc values to 0. Closes #200 2012-05-03 10:02:39 +02:00
Kliment Yanev 0dd3ce31e8 Made pronterface extremely compact to help it fit a tiny netbook screen 2012-04-26 10:08:59 +02:00
Kliment Yanev 594d8edefe Add up, down, plus and - buttons to gviz 2012-04-23 22:42:43 +02:00
Kliment Yanev 120740f002 Added search functionality to gcode editor.
Merge branch 'experimental' of https://github.com/jezmy/Printrun into experimental

Conflicts:
	gviz.py
2012-04-23 10:12:48 +02:00
Jeremy Hammett 3a0ab1570b Update gviz.py 2012-04-23 01:32:42 +02:00
Jeremy Hammett 2613f65d18 Update gviz.py 2012-04-20 13:52:31 +02:00
Jeremy Hammett b5db90d1e4 Update gviz.py 2012-04-20 13:49:54 +02:00
Jeremy Hammett 4cfd073f1f Update gviz.py 2012-04-20 13:25:28 +02:00
hurzl 6fb50be6f4 zoom by shift+key 2012-03-05 10:42:14 +01:00
Henrik Brix Andersen 3cf7e03095 Handle g0 equal to g1. 2012-02-06 21:46:08 +01:00
Alessandro Ranellucci 34ede756a6 Full GPLv3 notice 2012-01-23 12:36:49 +01:00
Alessandro Ranellucci 7d2ef9a6b6 Added licensing info to README and all source files 2012-01-23 12:17:28 +01:00
Clarence Risher 5abf7b1fbe resolve merge conflicts 2011-12-11 05:04:08 -05:00
Clarence Risher 5d4aad0c89 all dimensions in one string 2011-12-11 04:11:47 -05:00
Clarence Risher 5b4b84d819 add bed center coordinate option, sort options in dialog 2011-12-10 09:04:53 -05:00
Alessandro Ranellucci 29b5d09b2c Bugfix: paths were not hilighted in preview during print anymore 2011-12-07 12:22:45 +01:00
Kliment Yanev 0421125340 Add buggy and slow gcode rendering (hard disabled by default) 2011-12-03 23:05:30 +01:00
Kliment Yanev 344cee8452 Make gviz scale 2011-11-30 21:49:31 +01:00
Kliment Yanev aa0a045ecd Reduce memory usage by clearing gviz cache. Avoid delays by using a queue to draw executed gcodes. 2011-11-22 19:08:00 +01:00
Alessandro Ranellucci 331d5072c3 Bugfix: gviz exception while printing 2011-11-13 23:08:06 +01:00
Alessandro Ranellucci c90bbc23e1 Paint arcs in red colour to warn that they won't be printed by most firmwares 2011-11-07 13:04:21 +01:00
Alessandro Ranellucci 382f22459c Support for G2/G3 arcs in preview window 2011-11-07 10:39:29 +01:00
Alessandro Ranellucci 694d0f45e5 Paint travel moves with a different colour 2011-09-07 13:43:36 +02:00
Keegi 6e0d5a700b Revert "Merge pull request #55 from nesqi/master" - breaks custom buttons and scroll zoom in gviz
This reverts commit d2b90ebe77, reversing
changes made to 8af5496a4a.
2011-09-02 11:58:58 +03:00
Erik Jonsson 4f4b1b4a8a Made the gviz component resize as the window resizes. 2011-08-28 15:09:26 +02:00
Keegi cf62dc2504 preview extrusion width as setting 2011-08-07 23:11:35 +03:00
Keegi 3813ea29cc fixed drawing grid for non-square beds 2011-08-07 23:05:02 +03:00
Keegi eaa2a4c0cc settings for bed size/grid lines 2011-08-07 23:00:13 +03:00
Kliment eaaa56a3a2 Fix window title text 2011-07-31 09:57:15 +02:00
Kliment 679b119361 Add gridlines to gviz 2011-07-31 09:56:00 +02:00
Keegi fbe76b6d42 Fixed faded layer draw order in gviz 2011-07-28 12:54:06 +03:00
Keegi 7ce9bd0df6 Eye candy on gviz
- line width/extrusion width scales with window zoom
- fade layer colour into background colour
- handle gviz window resizing
2011-07-26 19:29:50 +03:00
kliment 655ab135e5 Fix permissions, allow commands when printer disconnected 2011-07-15 09:15:12 +02:00
kliment 76818fc072 Fix crash on new file load 2011-07-10 11:57:11 +02:00
kliment 51f59b0618 Fix crash on new gcode file load if no previous file was loaded 2011-07-04 11:45:17 +02:00
kliment 72c68030cc Do not choke on comments in gviz 2011-06-30 14:05:53 +02:00
kliment f39d0d915e Only bind paint event once in gviz 2011-06-30 06:59:11 +02:00
kliment 09b7718f56 Only redraw when necessary in gviz 2011-06-29 22:17:53 +02:00
Keegi dc9cd71137 reversed layerup/layerdown direction on shift-mousewheel 2011-06-26 20:55:22 +03:00
Keegi 3e69e353bd mouse-wheel zooming in gviz window 2011-06-26 20:46:15 +03:00
kliment 83d593ee11 Add custom button support, change progress bar color, make gcode preview bigger 2011-06-25 01:28:36 +02:00
kliment 96243e1883 Fix gcode visualization window caption and highlights 2011-06-23 14:53:44 +02:00
kliment 48b981f2b1 Bigger gcode visualization window on click, layer progress bar 2011-06-22 14:54:59 +02:00
kliment f69de94a47 Real-time print move visualization 2011-06-22 13:40:27 +02:00
kliment 52a51fc75a Show current layer in visualization instead of all layers 2011-06-22 12:21:04 +02:00
kliment e97d8df393 Correct mirroring of part in pronterface, strip comments from gcode before sending 2011-06-22 08:19:13 +02:00
kliment 0b147a12bd Added very basic gcode visualization 2011-06-21 18:52:11 +02:00