- 20 Aug, 2012 2 commits
-
-
Kliment Yanev authored
Conflicts: pronterface.py
-
Kliment Yanev authored
-
- 19 Aug, 2012 1 commit
-
-
kliment authored
Patching the load command so that it works with the pronterface ui
-
- 20 Aug, 2012 1 commit
-
-
D1plo1d authored
Patching do_load so that it updates the pronterface ui when the load command is used within pronterface Conflicts: pronterface.py
-
- 16 Aug, 2012 3 commits
-
-
kliment authored
Fixes #271
-
Markus Hitter authored
The new algorithm mangles the request string as before, but then looks for the first valid number instead of a number in fixed places. This hopefully works for all firmwares. To avoid future regressions, a list of sample strings was started. Feel free to add more samples in.
-
Markus Hitter authored
While neither PCB milling nor comments in parentheses are part of the innermost core or RepRap printing, they happen and should be handled gracefully.
-
- 13 Aug, 2012 8 commits
-
-
kliment authored
Do not echo messages from printer twice when in loud mode
-
Markus Hitter authored
-
kliment authored
Add debug option to menu
-
Markus Hitter authored
As this is now part of the standard interface, it's pointless to list it as possible extension code.
-
Markus Hitter authored
In a source code repository, all sources should be visible, including those meant to be hidden at runtime.
-
Markus Hitter authored
In verbose mode (self.p.loud = True), the code actually sending the G-code line prints this, too, so this was a duplicate.
-
Markus Hitter authored
Making these visible should help users to find out what's going on on unexpected printer behaviour.
-
Markus Hitter authored
No new functionality.
-
- 23 Jul, 2012 3 commits
- 15 Jul, 2012 5 commits
-
-
Kliment Yanev authored
-
Kliment Yanev authored
-
Kliment Yanev authored
-
Kliment Yanev authored
-
Kliment Yanev authored
Make crash in estimation code not block file load. Diable web interface by default.
-
- 11 Jul, 2012 1 commit
-
-
Kliment Yanev authored
-
- 29 Jun, 2012 2 commits
-
-
kliment authored
printcore - send the initial M105 using _send instead of send_now
-
Andrew Dalgleish authored
send_now can't be used until the printer is online.
-
- 28 Jun, 2012 6 commits
-
-
kliment authored
Exerimental: missing colons on if statements
-
Christopher Keller authored
-
kliment authored
Check whether printer is online when calling send()
-
Andrew Dalgleish authored
-
kliment authored
Add optional wait timeout in milliseconds to printcore send, send_now
-
Andrew Dalgleish authored
-
- 15 Jun, 2012 4 commits
- 13 Jun, 2012 1 commit
-
-
kliment authored
webinterface.py compatibility with Python 2.6
-
- 07 Jun, 2012 1 commit
-
-
Alexander Hiam authored
-
- 05 Jun, 2012 2 commits
-
-
Kliment Yanev authored
-
kliment authored
Added web interface
-