chiark / gitweb /
Daid [Sat, 24 Mar 2012 18:50:37 +0000 (19:50 +0100)]
Updated script filenames.
Renamed SkeinPyPy to Cura in README
Daid [Sat, 24 Mar 2012 17:12:10 +0000 (18:12 +0100)]
Added printWindow placeholder
Daid [Sat, 24 Mar 2012 11:39:31 +0000 (12:39 +0100)]
Enable print button, does not do anything useful yet. But stashing the change so I can rename to Cura
Daid [Sat, 24 Mar 2012 10:01:35 +0000 (11:01 +0100)]
Rename from SkeinPyPy to Cura in URLs, paths and scripts.
Daid [Sat, 24 Mar 2012 09:52:00 +0000 (10:52 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy
Daid [Sat, 24 Mar 2012 09:51:52 +0000 (10:51 +0100)]
Rename in source files to Cura
daid [Fri, 23 Mar 2012 13:05:02 +0000 (14:05 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy
daid [Fri, 23 Mar 2012 13:04:50 +0000 (14:04 +0100)]
Switch to GCode view when GCode is generated. Switch to model view when loading a new model. #27
Daid [Thu, 22 Mar 2012 19:29:03 +0000 (20:29 +0100)]
Rename of skein to slice
daid [Thu, 22 Mar 2012 16:36:35 +0000 (17:36 +0100)]
Fix joris plugin, it caused moves to be also extruded, and removed the first data point.
daid [Thu, 22 Mar 2012 15:04:53 +0000 (16:04 +0100)]
Only have 1 load thread at a time, else we run into strange bugs
daid [Thu, 22 Mar 2012 14:30:28 +0000 (15:30 +0100)]
Speedup gcodeInterpreter a bit by compiling the regexp
daid [Thu, 22 Mar 2012 14:12:37 +0000 (15:12 +0100)]
Disable OpenGL error checking, which makes the 3D preview a lot faster.
daid [Thu, 22 Mar 2012 12:46:55 +0000 (13:46 +0100)]
Update to SkeinPyPy to work with SF50
daid [Thu, 22 Mar 2012 12:43:07 +0000 (13:43 +0100)]
Patch from SF49 to SF50. Only notiable change is the addition of the "Sharpest Angle" setting.
daid [Thu, 22 Mar 2012 11:33:39 +0000 (12:33 +0100)]
Move the rotate button to the preview window. And... model tab be-gone!
daid [Thu, 22 Mar 2012 10:24:52 +0000 (11:24 +0100)]
Move multiply to preview window. (Only rotate left to move)
daid [Wed, 21 Mar 2012 17:22:00 +0000 (18:22 +0100)]
Added reset profile function, preperation for "simple" mode
daid [Wed, 21 Mar 2012 16:46:04 +0000 (17:46 +0100)]
.
daid [Wed, 21 Mar 2012 16:23:02 +0000 (17:23 +0100)]
Add a few float validators to advanced config.
daid [Wed, 21 Mar 2012 15:53:05 +0000 (16:53 +0100)]
Added scale to preview window instead of model tab
daid [Wed, 21 Mar 2012 14:53:29 +0000 (15:53 +0100)]
Move flip option to 3D preview window
daid [Wed, 21 Mar 2012 12:59:21 +0000 (13:59 +0100)]
Do not need stepsPerE from gcode interperter
daid [Wed, 21 Mar 2012 12:33:01 +0000 (13:33 +0100)]
Remove conditional import for pypy, instead import depending on arguements.
daid [Wed, 21 Mar 2012 12:20:30 +0000 (13:20 +0100)]
Fix the multiply seperation to be always 10mm
daid [Wed, 21 Mar 2012 11:18:57 +0000 (12:18 +0100)]
Show error lines in transparent and x-ray view
daid [Wed, 21 Mar 2012 09:46:04 +0000 (10:46 +0100)]
Use the proper even for comboboxes #25.
daid [Wed, 21 Mar 2012 09:42:17 +0000 (10:42 +0100)]
Do not emit a warning on M109. #26
daid [Tue, 20 Mar 2012 17:00:53 +0000 (18:00 +0100)]
Change the way intersection warnings are reported, so we actually know where they happened and so we can show them.
daid [Tue, 20 Mar 2012 15:23:00 +0000 (16:23 +0100)]
Force minimal size to fix issue #16
daid [Tue, 20 Mar 2012 15:09:25 +0000 (16:09 +0100)]
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.
daid [Tue, 20 Mar 2012 14:59:31 +0000 (15:59 +0100)]
Added raft settings for #24
daid [Tue, 20 Mar 2012 13:50:22 +0000 (14:50 +0100)]
Maybe solve issue #13. But most likely not.
daid [Tue, 20 Mar 2012 11:22:44 +0000 (12:22 +0100)]
Load GCode file after slicing if we still have the same model loaded
daid [Tue, 20 Mar 2012 10:01:47 +0000 (11:01 +0100)]
Add bridge settings to advanced config. Issue #18
daid [Tue, 20 Mar 2012 09:31:19 +0000 (10:31 +0100)]
End code adjustment, suggested by rpulkrabek
Daid [Mon, 19 Mar 2012 22:10:47 +0000 (23:10 +0100)]
Wrong type for minimum feedrate fix
daid [Mon, 19 Mar 2012 17:15:44 +0000 (18:15 +0100)]
Added minimal feedrate setting to cool settings (enhancing skeinforge!)
daid [Mon, 19 Mar 2012 16:58:30 +0000 (17:58 +0100)]
Add layer number to output comments
daid [Mon, 19 Mar 2012 16:11:50 +0000 (17:11 +0100)]
Add error lines to 3D model preview after slicing
daid [Mon, 19 Mar 2012 15:15:16 +0000 (16:15 +0100)]
Only reload model/gcode if they have changed. Renambed "open gcode" button to "show result"
daid [Mon, 19 Mar 2012 11:09:50 +0000 (12:09 +0100)]
Updated osx scripts not to use 2.7 version of python, but whatever is available
daid [Mon, 19 Mar 2012 10:58:50 +0000 (11:58 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy
daid [Mon, 19 Mar 2012 10:57:13 +0000 (03:57 -0700)]
Merge pull request #22 from alx/readme-with-package
replace build.sh by package.sh in README
daid [Mon, 19 Mar 2012 10:49:16 +0000 (11:49 +0100)]
Added current print speed volume to warning
Alexandre Girard [Mon, 19 Mar 2012 10:45:46 +0000 (11:45 +0100)]
replace build.sh by package.sh in README
daid [Mon, 19 Mar 2012 10:45:40 +0000 (11:45 +0100)]
Changed layer height warning to use nozzle size. Added max volume extrusion per second check for speed.
daid [Mon, 19 Mar 2012 10:05:40 +0000 (11:05 +0100)]
Always use the configured serialport/baudrate if none given as parameters
daid [Mon, 19 Mar 2012 09:58:53 +0000 (10:58 +0100)]
Added unexpected error handling to Serial interface
Daid [Sun, 18 Mar 2012 22:00:33 +0000 (23:00 +0100)]
Add proper line width calculation to GCode preview. Added raft settings.
Daid [Sun, 18 Mar 2012 12:00:31 +0000 (13:00 +0100)]
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.
Daid [Sat, 17 Mar 2012 11:03:38 +0000 (12:03 +0100)]
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.
Daid [Fri, 16 Mar 2012 18:46:40 +0000 (19:46 +0100)]
Fixing a problem with the heatup button in the first run wizard
daid [Fri, 16 Mar 2012 16:10:56 +0000 (17:10 +0100)]
Changed linux script to use python, not python2.7
daid [Fri, 16 Mar 2012 16:10:05 +0000 (17:10 +0100)]
Added skeinpypy.sh script for linux
daid [Fri, 16 Mar 2012 15:38:39 +0000 (16:38 +0100)]
Extrude the 100mm a bit faster, and wait a bit longer.
daid [Fri, 16 Mar 2012 14:41:39 +0000 (15:41 +0100)]
Add print time estimate
daid [Fri, 16 Mar 2012 14:25:40 +0000 (15:25 +0100)]
Small package fix for win32
daid [Fri, 16 Mar 2012 14:15:08 +0000 (15:15 +0100)]
Don't hate me, but I renamed the sources directory.
daid [Fri, 16 Mar 2012 14:09:46 +0000 (15:09 +0100)]
Remove useless files (ever noticed Skeinforge is a mess, in EVERY possible way?)
daid [Fri, 16 Mar 2012 13:52:47 +0000 (14:52 +0100)]
Changes to the layer coloring, better visible gcode path now
daid [Fri, 16 Mar 2012 13:35:42 +0000 (14:35 +0100)]
Renamed the build.sh to package.sh to better reflect what the script does.
daid [Fri, 16 Mar 2012 12:45:03 +0000 (13:45 +0100)]
Typo fix
daid [Fri, 16 Mar 2012 12:43:49 +0000 (13:43 +0100)]
Report actual amount of filament pressed forward, even after final retraction.
daid [Fri, 16 Mar 2012 12:27:04 +0000 (13:27 +0100)]
Fix the multiply feature (oops). Added total extrusion calculation to GCode interpreter
daid [Fri, 16 Mar 2012 11:30:27 +0000 (12:30 +0100)]
Added help menu items, and warning for MacOS
daid [Fri, 16 Mar 2012 11:07:43 +0000 (12:07 +0100)]
Added multiply settings
daid [Fri, 16 Mar 2012 10:51:44 +0000 (11:51 +0100)]
Added advanced config for support
daid [Fri, 16 Mar 2012 10:23:34 +0000 (11:23 +0100)]
Maybe fix issue #17
daid [Thu, 15 Mar 2012 16:54:22 +0000 (17:54 +0100)]
Renamed "load stl" to "load model", added better error output for dangling edges (so we can show them later)
daid [Thu, 15 Mar 2012 16:27:37 +0000 (17:27 +0100)]
Made the help popups show on focus for MacOS. This is not a perfect solution, as the popup had to be moved to it was not in the way of other controls.
But atleast it shows the help for MacOS now.
daid [Thu, 15 Mar 2012 16:14:20 +0000 (17:14 +0100)]
Add our own 3D vector class, so we are less depended on Skeinforge.
daid [Thu, 15 Mar 2012 15:31:49 +0000 (16:31 +0100)]
Updated the E calibration with a heatup button. Also disable extrude/heat button during extrusion.
daid [Thu, 15 Mar 2012 14:25:16 +0000 (15:25 +0100)]
Save log output next to gcode after slicing. Also, change the way holes are reported from SF, so we can show which edges cause the error
daid [Thu, 15 Mar 2012 10:21:07 +0000 (11:21 +0100)]
More to ignore! (Thanks for the ignore file alex)
Alexandre Girard [Thu, 15 Mar 2012 10:15:30 +0000 (18:15 +0800)]
modify build script to update Printrun instead of cloning it at each build
Alexandre Girard [Thu, 15 Mar 2012 10:06:28 +0000 (18:06 +0800)]
add gitignore
daid [Wed, 14 Mar 2012 16:11:42 +0000 (17:11 +0100)]
After some tests with EVT_KILL_FOCUS I found something interresting. This might solve the issue with the popups for MacOS
daid [Wed, 14 Mar 2012 15:24:18 +0000 (16:24 +0100)]
Moved the 3D normal generation to the model loading, so it does not block the rendering update
daid [Wed, 14 Mar 2012 15:01:06 +0000 (16:01 +0100)]
Added infill overlap percentage in advanced settings.
daid [Wed, 14 Mar 2012 12:20:35 +0000 (05:20 -0700)]
Merge pull request #8 from thehans/patch-1
Search the full path
daid [Wed, 14 Mar 2012 11:28:42 +0000 (12:28 +0100)]
Send an M92 Exxx when doing test extrusion
Hans L [Wed, 14 Mar 2012 03:39:56 +0000 (22:39 -0500)]
Search the full path
Bill Bumgarner [Sun, 11 Mar 2012 18:26:43 +0000 (02:26 +0800)]
update format
Bill Bumgarner [Sun, 11 Mar 2012 18:23:44 +0000 (02:23 +0800)]
updated readme
Bill Bumgarner [Sat, 10 Mar 2012 19:25:11 +0000 (03:25 +0800)]
- build.sh now copies just the startup scripts, and not any editor turds.
- startup scripts on Mac OS X are marked executable
- startup scripts now make sure that PyOpenGL is installed
Bill Bumgarner [Sat, 10 Mar 2012 19:01:46 +0000 (03:01 +0800)]
- build.sh can now take an optional argument that is the architecture of the target platform. I.e.:
./build.sh osx64
- updated to use the latest nightly pypy as it both seems relatively stable and the URL is subject to less rot
- updated pronterface.sh to push user to installing Cocoa variant of wxPython and to no longer launch in 32 bit mode
Daid [Mon, 12 Mar 2012 19:15:26 +0000 (20:15 +0100)]
Workaround for STL loading problem. Really need to refactor this.
Daid [Mon, 12 Mar 2012 18:52:55 +0000 (19:52 +0100)]
Possibly fix the popups for MacOS
daid [Mon, 12 Mar 2012 11:31:27 +0000 (12:31 +0100)]
Changed the way the default background colour for controls is set after validation. The documented way of setting wx.NullColour does not work correctly on windows XP style and MacOS
daid [Mon, 12 Mar 2012 11:23:21 +0000 (12:23 +0100)]
Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window
daid [Mon, 12 Mar 2012 11:18:17 +0000 (12:18 +0100)]
Removed useless G21 in start code
daid [Mon, 12 Mar 2012 10:03:27 +0000 (11:03 +0100)]
Removed debug message from Joris plugin
Daid [Sun, 11 Mar 2012 10:56:50 +0000 (11:56 +0100)]
Fixed flip options, added show log when slicing fails, fixed bug in comb module
Daid [Sat, 10 Mar 2012 18:08:46 +0000 (19:08 +0100)]
Removing the Alpha SkeinPyPy. NewUI seems the best way to go.
Daid [Sat, 10 Mar 2012 12:16:00 +0000 (13:16 +0100)]
Removed unused GLUT import
Daid [Sat, 10 Mar 2012 12:09:32 +0000 (13:09 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy
Daid [Sat, 10 Mar 2012 12:09:23 +0000 (13:09 +0100)]
Updated the build script to newer pypy build. And removed GLE32.dll library for windows, as it requires an dll which is not packaged with it
Daid [Sat, 10 Mar 2012 11:12:46 +0000 (12:12 +0100)]
Some bugfixes on the beta3 release
Daid [Fri, 9 Mar 2012 19:00:22 +0000 (20:00 +0100)]
Renamed DepthComplexity to XRay in code
Added working steps per E calibration
Fixed checkboxes being unchecked always on first run