Commit Graph

1317 Commits (7d51b3247663bc7f47830dfaca834d0bd028a173)

Author SHA1 Message Date
daid ad36fa9132 Extrusion multiply is the inverse of packing density 2012-03-26 15:11:08 +02:00
daid 22291be50e Added experimental Slic3r option as backend. This does not support all options. 2012-03-26 15:03:26 +02:00
daid 3f0c86d1d9 Move nozzle_size back to machine config. Rename machine config tab to advanced config, and advanced config window to expert config 2012-03-26 13:45:31 +02:00
Daid 0d16ef4bd1 Updated script filenames.
Renamed SkeinPyPy to Cura in README
2012-03-24 19:50:37 +01:00
Daid 1021f0f3f7 Added printWindow placeholder 2012-03-24 18:12:10 +01:00
Daid 3ded557584 Enable print button, does not do anything useful yet. But stashing the change so I can rename to Cura 2012-03-24 12:39:31 +01:00
Daid 3973424294 Rename from SkeinPyPy to Cura in URLs, paths and scripts. 2012-03-24 11:01:35 +01:00
Daid ed55f52e71 Merge branch 'master' of github.com:daid/SkeinPyPy 2012-03-24 10:52:00 +01:00
Daid 895fe2a180 Rename in source files to Cura 2012-03-24 10:51:52 +01:00
daid 7bc8d3388a Merge branch 'master' of github.com:daid/SkeinPyPy 2012-03-23 14:05:02 +01:00
daid 8567e7c2e0 Switch to GCode view when GCode is generated. Switch to model view when loading a new model. #27 2012-03-23 14:04:50 +01:00
Lawrence Johnston 8a2085762f Merge commit '25687ea3b8a2583ba30b27c30d78672c7135374a' 2012-03-22 19:18:47 -07:00
Daid 25687ea3b8 Rename of skein to slice 2012-03-22 20:29:03 +01:00
daid 1ec67a61d7 Fix joris plugin, it caused moves to be also extruded, and removed the first data point. 2012-03-22 17:36:35 +01:00
daid a0fb01ba49 Only have 1 load thread at a time, else we run into strange bugs 2012-03-22 16:04:53 +01:00
daid ef26c9029e Speedup gcodeInterpreter a bit by compiling the regexp 2012-03-22 15:30:28 +01:00
daid a1ce9a995b Disable OpenGL error checking, which makes the 3D preview a lot faster. 2012-03-22 15:12:37 +01:00
daid 2612610381 Update to SkeinPyPy to work with SF50 2012-03-22 13:46:55 +01:00
daid c9746b95b9 Patch from SF49 to SF50. Only notiable change is the addition of the "Sharpest Angle" setting. 2012-03-22 13:43:07 +01:00
daid 53c39d5b4f Move the rotate button to the preview window. And... model tab be-gone! 2012-03-22 12:33:39 +01:00
daid befd9bfdc5 Move multiply to preview window. (Only rotate left to move) 2012-03-22 11:24:52 +01:00
daid 77b16b5ccf Added reset profile function, preperation for "simple" mode 2012-03-21 18:22:00 +01:00
daid 25be736935 . 2012-03-21 17:46:04 +01:00
daid 8990a097f7 Add a few float validators to advanced config. 2012-03-21 17:23:02 +01:00
daid b398e2a2cd Added scale to preview window instead of model tab 2012-03-21 16:53:05 +01:00
daid d923d8d3b8 Move flip option to 3D preview window 2012-03-21 15:53:29 +01:00
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