Commit graph

541 commits

Author SHA1 Message Date
daid
7e8c8ece12 Do not need stepsPerE from gcode interperter 2012-03-21 13:59:21 +01:00
daid
dd9d5f75cb Remove conditional import for pypy, instead import depending on arguements. 2012-03-21 13:33:01 +01:00
daid
9db415edfc Fix the multiply seperation to be always 10mm 2012-03-21 13:20:30 +01:00
daid
4e5fc14025 Show error lines in transparent and x-ray view 2012-03-21 12:18:57 +01:00
daid
71a9f24c8f Use the proper even for comboboxes #25. 2012-03-21 10:46:04 +01:00
daid
0b06341fc0 Do not emit a warning on M109. #26 2012-03-21 10:42:17 +01:00
daid
3ca5462fb8 Change the way intersection warnings are reported, so we actually know where they happened and so we can show them. 2012-03-20 18:00:53 +01:00
Lawrence Johnston
de7dd5e255 Merge commit 'e9c7135f5c71cf7342518cd8071e7b2531463b8d' 2012-03-20 09:46:29 -07:00
daid
e9c7135f5c Force minimal size to fix issue #16 2012-03-20 16:23:00 +01:00
daid
c71bc3e9e0 Moved "nozzle size" to preferences, as it is not something that really belongs are you current setting, but is a configuration option for your machine, and never really changes unless you switch machine. 2012-03-20 16:09:25 +01:00
daid
d60d30a1d2 Added raft settings for #24 2012-03-20 15:59:31 +01:00
daid
bc121033e8 Maybe solve issue #13. But most likely not. 2012-03-20 14:50:22 +01:00
daid
c9bd9940c1 Load GCode file after slicing if we still have the same model loaded 2012-03-20 12:22:44 +01:00
daid
7659bfe1a5 Add bridge settings to advanced config. Issue #18 2012-03-20 11:01:47 +01:00
daid
135d5492bd End code adjustment, suggested by rpulkrabek 2012-03-20 10:31:19 +01:00
Daid
4764e793d7 Wrong type for minimum feedrate fix 2012-03-19 23:10:47 +01:00
daid
b3888e4410 Added minimal feedrate setting to cool settings (enhancing skeinforge!) 2012-03-19 18:15:44 +01:00
daid
f6eca8e280 Add layer number to output comments 2012-03-19 17:58:30 +01:00
daid
a4c7ee8c4d Add error lines to 3D model preview after slicing 2012-03-19 17:11:50 +01:00
daid
09a4f0847c Only reload model/gcode if they have changed. Renambed "open gcode" button to "show result" 2012-03-19 16:15:16 +01:00
daid
41adf54d0c Updated osx scripts not to use 2.7 version of python, but whatever is available 2012-03-19 12:09:50 +01:00
daid
1eba972275 Merge branch 'master' of github.com:daid/SkeinPyPy 2012-03-19 11:58:50 +01:00
daid
86525cfff4 Merge pull request #22 from alx/readme-with-package
replace build.sh by package.sh in README
2012-03-19 03:57:13 -07:00
daid
871b0426eb Added current print speed volume to warning 2012-03-19 11:49:16 +01:00
Alexandre Girard
601f0372df replace build.sh by package.sh in README 2012-03-19 11:45:46 +01:00
daid
4c176dc728 Changed layer height warning to use nozzle size. Added max volume extrusion per second check for speed. 2012-03-19 11:45:40 +01:00
daid
51001d2381 Always use the configured serialport/baudrate if none given as parameters 2012-03-19 11:05:40 +01:00
daid
8f7c0a5456 Added unexpected error handling to Serial interface 2012-03-19 10:58:53 +01:00
Daid
93f8d13b0a Add proper line width calculation to GCode preview. Added raft settings. 2012-03-18 23:00:33 +01:00
Lawrence Johnston
20349fc834 Merge commit '19fcc1186a1173b594a16fcd2a88a3616415b291' 2012-03-18 14:32:48 -07:00
Daid
19fcc1186a Added possibility to switch between GCode and Model view. Added mixed view. Updated config wizard temperature check to cool down before test. Made config wizard endstop checks less agressive on communication. 2012-03-18 13:00:31 +01:00
Lawrence Johnston
16a4ea1b60 Merge commit '2fcd59bfb6f3580784252ce2691ce48a95eea284' 2012-03-17 18:17:20 -07:00
Daid
2fcd59bfb6 Moved profile read/write functions to newui. Better seperation of Skeinforge and NewUI. Moved all the defaults to profile.py, instead of all over the place. 2012-03-17 12:03:38 +01:00
Daid
ff7782fa14 Fixing a problem with the heatup button in the first run wizard 2012-03-16 19:46:40 +01:00
daid
2296e475cb Changed linux script to use python, not python2.7 2012-03-16 17:10:56 +01:00
daid
2cda64a2c9 Added skeinpypy.sh script for linux 2012-03-16 17:10:05 +01:00
daid
1fe18369b3 Extrude the 100mm a bit faster, and wait a bit longer. 2012-03-16 16:38:39 +01:00
daid
982ad9d829 Add print time estimate 2012-03-16 15:41:39 +01:00
daid
dd79a4c140 Small package fix for win32 2012-03-16 15:25:40 +01:00
daid
f9940a3173 Don't hate me, but I renamed the sources directory. 2012-03-16 15:15:08 +01:00
daid
1068de54ab Remove useless files (ever noticed Skeinforge is a mess, in EVERY possible way?) 2012-03-16 15:09:46 +01:00
daid
973a84ac8f Changes to the layer coloring, better visible gcode path now 2012-03-16 14:52:47 +01:00
daid
76d4b0f95b Renamed the build.sh to package.sh to better reflect what the script does. 2012-03-16 14:35:42 +01:00
daid
94a50b7586 Typo fix 2012-03-16 13:45:03 +01:00
daid
d271198e48 Report actual amount of filament pressed forward, even after final retraction. 2012-03-16 13:43:49 +01:00
daid
6a5cab63d7 Fix the multiply feature (oops). Added total extrusion calculation to GCode interpreter 2012-03-16 13:27:04 +01:00
daid
fb456669d2 Added help menu items, and warning for MacOS 2012-03-16 12:30:27 +01:00
daid
bb0b36cc07 Added multiply settings 2012-03-16 12:07:43 +01:00
daid
7954a951a6 Added advanced config for support 2012-03-16 11:51:44 +01:00
daid
dbf146b688 Maybe fix issue #17 2012-03-16 11:23:34 +01:00