Commit graph

1419 commits

Author SHA1 Message Date
make-ing
19f2ec9824 fixed wrong dictionary entry bug if limits are exceeded 2015-11-13 19:11:13 +01:00
make-ing
ced9688647 added dictionary algorithm to speed up feedrate and intensity override 2015-11-13 17:11:56 +01:00
make-ing
1f2d9f1243 fixed pause bug when grbl was sending Queue state without an hardware button pressed 2015-11-13 17:02:04 +01:00
make-ing
0e041ed4a9 fixed array in array bug 2015-11-13 16:17:44 +01:00
make-ing
c547c714e8 added round() to avoid unwanted decial places in the replace function 2015-11-13 16:05:09 +01:00
Teja
e010b2c4a9 code cleanup 2015-11-13 15:41:38 +01:00
Teja
f5aaa627f4 changing slider values only at slide stop. 2015-11-13 15:39:43 +01:00
make-ing
32985cb783 added gcode hooks for G01, G02 and G03 2015-11-13 15:27:58 +01:00
make-ing
88476fbab8 fixed bug with mininmum feedrate 2015-11-13 15:23:45 +01:00
make-ing
418bebd84c added filter to remove empty strings in baselist in serialList function 2015-11-13 15:09:52 +01:00
make-ing
5ac5b77eeb skipping feedrate and intensity replacement if factor is 1 2015-11-13 14:45:09 +01:00
make-ing
4e7087077d fixed bug with wrong photo aspectratio to fix 4/3 2015-11-12 17:21:19 +01:00
make-ing
0f946026bf added feedrate and intensity override functionality 2015-11-09 15:39:24 +01:00
Teja
239aee0c80 Merge branch 'mrbeam' of https://github.com/mrbeam/OctoPrint into mrbeam 2015-11-09 12:16:15 +01:00
Teja
aaea7a408f feedrate and intensity overrides are sending now /... commands 2015-11-09 12:15:47 +01:00
make-ing
56e32f83a0 Merge branch 'mrbeam' of https://github.com/mrbeam/OctoPrint into mrbeam 2015-11-09 11:19:35 +01:00
make-ing
9362544067 added changing intensity in G1, G2 and G3 sending hooks 2015-11-09 11:19:29 +01:00
Teja
87054b7eb4 ui for feedrate and intensity override. 2015-11-08 09:51:58 +01:00
make-ing
34394e65d6 added sending hook for G1,G2 and G3 commando for changing feedrate 2015-11-08 09:45:09 +01:00
Teja
1c4a782618 Merge branch 'mrbeam' of https://github.com/mrbeam/OctoPrint into mrbeam 2015-11-02 09:47:38 +01:00
Teja
587c727bda disables the convert button during composition generation 2015-11-02 09:47:07 +01:00
make-ing
39a8e46000 added pause delay also for setPause(False) 2015-11-02 09:39:06 +01:00
Teja
577ed9591a setting max x,y travel on grbl takes origin offsets into account. 2015-10-31 19:02:05 +01:00
Teja
099c5dc33c Merge branch 'mrbeam' of https://github.com/mrbeam/OctoPrint into mrbeam 2015-10-31 18:21:32 +01:00
Teja
59802eaa7e bugfix. svg files are transformable when additional gcode is placed. 2015-10-31 18:20:30 +01:00
Teja
212f066998 bugfix for Snapsvg.io bug 390 until they release a new version. 2015-10-31 18:20:19 +01:00
make-ing
262f8d2dc8 implemented unselectFile method; fixed return to pause bug with a delay 2015-10-30 18:33:09 +01:00
make-ing
208d377a75 changed wait to 1 sec 2015-10-28 15:21:47 +01:00
make-ing
4cd0409972 fixed a few bugs 2015-10-28 11:18:28 +01:00
make-ing
fbe9b37f94 commented metric stuff 2015-10-27 16:07:36 +01:00
make-ing
74e8ebb4ac changed back to comm_acc2 2015-10-27 15:48:26 +01:00
make-ing
7c22e07fb3 changed back from wait to sleep 2015-10-27 15:25:01 +01:00
make-ing
38c0f64a2a changed from sleep() to wait() 2015-10-27 14:28:16 +01:00
make-ing
be699ba55c changed back to comm_acc 2015-10-27 13:39:03 +01:00
make-ing
5d3ae61e5c added metric stuff, and fixed ?\n bug 2015-10-27 13:33:39 +01:00
make-ing
5dc5afa9d4 commented all send_event stuff 2015-10-26 18:26:07 +01:00
make-ing
d92a7477ba changed wait timeout to 0.01 and changed position of send_event.set() to directly after the readline() 2015-10-26 18:17:04 +01:00
make-ing
52a9954024 changed back to \n and fixed acc bug 2015-10-26 16:37:04 +01:00
make-ing
ab00b348f2 changed from \r to \r\n 2015-10-26 16:26:01 +01:00
make-ing
fd0b479ed4 changed from line-feed to carriage-return 2015-10-26 16:05:38 +01:00
make-ing
2075e4697c changed wait timeout to 0.05 2015-10-26 15:31:52 +01:00
make-ing
a994557eb9 changes to cancelPrint() method 2015-10-23 10:36:27 +02:00
make-ing
edecf336bd Merge branch 'perftest' into mrbeam 2015-10-23 10:33:07 +02:00
make-ing
c30fff8118 fixed status report bug! Grbl does not send ok for realtime commandsgit add .! if so, then you probably send a \n with it. 2015-10-22 17:15:09 +02:00
make-ing
8fed6d5d7e changed a lot of stuff 2015-10-22 15:21:52 +02:00
make-ing
79c10ea410 changed a lot of stuff 2015-10-21 15:57:34 +02:00
make-ing
312af22a73 changed some stuff 2015-10-21 14:55:54 +02:00
make-ing
0f2edfd82e added setPause() method 2015-10-20 18:12:30 +02:00
make-ing
6ff1ad52e7 added cancelPrint method 2015-10-20 18:03:47 +02:00
make-ing
0b5395e21d changed send_event.set() handling into _readline() 2015-10-20 17:22:03 +02:00
make-ing
796fbeacdd a lot of changes 2015-10-20 16:21:01 +02:00
make-ing
0c9ddbfd85 added debug message 2015-10-19 15:05:56 +02:00
make-ing
d6bfb03214 changed some stuff 2015-10-19 14:36:03 +02:00
make-ing
ac458f6a24 removed a lot of stuff in monitoring loop 2015-10-19 14:11:24 +02:00
make-ing
078fafbdb6 a lot of changes 2015-10-19 14:00:52 +02:00
Teja
4a12294f1d ui support for filled areas. 2015-10-18 14:40:34 +02:00
make-ing
04415d8656 fixed bad operator bug 2015-10-17 16:14:55 +02:00
make-ing
9776bba6bc added new comm_acc2 file and switched to it 2015-10-16 18:48:42 +02:00
Teja
4763a17da6 Merge branch 'stable-1.2.2' into filled_areas 2015-10-14 14:26:44 +02:00
Teja
58b5be9c71 code cleanup. 2015-10-13 18:23:42 +02:00
Teja
b7fd4c20ce really disabled debug coloring 2015-10-13 18:22:35 +02:00
Teja
07bafed37e removed debug coloring, cleanup works 2015-10-13 18:20:36 +02:00
Teja
8974ab535e infill rendering does not duplicate images 2015-10-13 17:44:38 +02:00
Teja
70b97bbca9 first working version of infill 2015-10-13 15:57:51 +02:00
Teja
fec89b70f4 image support. embedding and removing filters was the key. 2015-10-12 23:21:47 +02:00
Teja
cd83dd2a9b huge step forward, still wip. 2015-10-12 22:36:18 +02:00
make-ing
b97995323a added stop of temperature_poll during printing 2015-10-12 17:41:55 +02:00
make-ing
40343d5b89 removed rest of debug messages 2015-10-12 17:00:26 +02:00
make-ing
32ebec4973 blabla 2015-10-12 16:48:40 +02:00
make-ing
e93ffe0dba removed cmd_type temperature_poll 2015-10-12 16:40:02 +02:00
Teja
8c6ba8890d wip 2015-10-12 15:42:39 +02:00
make-ing
40b9eabd80 more debug messages 2015-10-12 15:13:03 +02:00
make-ing
5cc305e72f more debug messages 2015-10-12 15:03:51 +02:00
make-ing
4fe4945f24 more debug messages 2015-10-12 14:52:26 +02:00
make-ing
6a36933c25 removed some debug messages 2015-10-12 14:40:12 +02:00
make-ing
168a062dbb more debug messages 2015-10-12 14:25:40 +02:00
make-ing
1593baf16b more debug messages 2015-10-12 13:55:57 +02:00
make-ing
68e4904972 more debug messages 2015-10-12 13:49:06 +02:00
make-ing
d6b01068ac revert _clear_to_send.set() position 2015-10-12 12:44:53 +02:00
make-ing
d1b6e91fea changed _clear_to_send.set() position 2015-10-12 12:24:34 +02:00
make-ing
546b6e81af blabla bug? 2015-10-12 11:54:03 +02:00
make-ing
76324792e8 blabla bug? 2015-10-12 11:31:01 +02:00
make-ing
85ffe73b98 blabla bug? 2015-10-12 11:22:05 +02:00
make-ing
54913c1154 added debug message 2015-10-12 11:11:04 +02:00
make-ing
730033ef82 added debug message 2015-10-12 10:56:28 +02:00
make-ing
e94890a807 changed if statement to check for '?' IN command 2015-10-12 10:47:55 +02:00
make-ing
121716fd1a added status report queued logic to handle allready queued '?' 2015-10-12 10:36:12 +02:00
Teja
84a90edd95 grab pictures from camera feature 2015-10-10 17:09:24 +02:00
make-ing
9d383f303e added /disconnect to help message 2015-10-06 18:46:00 +02:00
make-ing
2449f9e327 changed standart position poll rate to 1sec and removed disabling during printing 2015-10-06 16:40:49 +02:00
make-ing
77499fb868 changed acc remaining value from 10 to 5 character 2015-10-06 12:54:21 +02:00
make-ing
5b89302deb added stuff to resolve acc_line_length bug 2015-10-06 12:47:19 +02:00
make-ing
8a9317d742 changed sleep from 0.1sec to 0.001sec in _send_loop() 2015-10-06 11:31:55 +02:00
make-ing
147034680d added exception argument 2015-10-06 10:40:10 +02:00
make-ing
adce7b877d removed cprofile 2015-10-06 09:50:10 +02:00
make-ing
4793ec0e54 added cProfile 2015-10-01 18:46:13 +02:00
make-ing
e4931acaa6 removed yappi 2015-10-01 18:31:47 +02:00
make-ing
23cab00b36 yappi output to /tmp/yappi 2015-10-01 18:21:18 +02:00
make-ing
d5e4a5f4ae added disconnect special command and added yappi to profile while loop 2015-10-01 17:59:56 +02:00
make-ing
ad745e067b remove changes 2015-10-01 17:47:56 +02:00