Commit Graph

675 Commits (2ade97783accd0077e2548fbf27155a716a52f40)

Author SHA1 Message Date
Bill Bumgarner 3b558eac52 updated readme 2012-03-13 04:19:02 +08:00
Bill Bumgarner 6e01b9cd3d - 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
2012-03-13 04:19:01 +08:00
Bill Bumgarner d7d543e199 - 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
2012-03-13 04:19:01 +08:00
Daid 8a8be87a75 Workaround for STL loading problem. Really need to refactor this. 2012-03-12 20:15:26 +01:00
Daid ef278b6b1d Possibly fix the popups for MacOS 2012-03-12 19:52:55 +01:00
daid a8ec211df9 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 2012-03-12 12:31:27 +01:00
daid dc339de638 Fixing issue 6: rerunning the calibration wizard does not update the filament diameter in the main window 2012-03-12 12:23:21 +01:00
daid e20799ffef Removed useless G21 in start code 2012-03-12 12:18:17 +01:00
daid 183aed4dd0 Removed debug message from Joris plugin 2012-03-12 11:03:27 +01:00
Lawrence Johnston f160894298 Merge commit '351bb29ade66bed0b3b147cd790293d206127c95'
* commit '351bb29ade66bed0b3b147cd790293d206127c95':
  Fixed flip options, added show log when slicing fails, fixed bug in comb module
2012-03-11 14:57:57 -07:00
Bill Bumgarner c70edc80de update format 2012-03-11 11:26:43 -07:00
Bill Bumgarner f5e5278fc4 updated readme 2012-03-11 11:23:44 -07:00
Daid 351bb29ade Fixed flip options, added show log when slicing fails, fixed bug in comb module 2012-03-11 11:56:50 +01:00
Bill Bumgarner 8d78a0224f - 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
2012-03-10 11:25:11 -08:00
Bill Bumgarner 5a2d769c1b - 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
2012-03-10 11:01:46 -08:00
Daid 34bc6c5b0b Removing the Alpha SkeinPyPy. NewUI seems the best way to go. 2012-03-10 19:08:46 +01:00
Daid d19a3c676c Removed unused GLUT import 2012-03-10 13:16:00 +01:00
Daid 344111470c Merge branch 'master' of github.com:daid/SkeinPyPy 2012-03-10 13:09:32 +01:00
Daid 6cea65d7e5 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 2012-03-10 13:09:23 +01:00
Daid 75e3364967 Some bugfixes on the beta3 release 2012-03-10 12:12:46 +01:00
Daid fdb3a32a40 Renamed DepthComplexity to XRay in code
Added working steps per E calibration
Fixed checkboxes being unchecked always on first run
2012-03-09 20:00:22 +01:00
Daid 5bb5c3640b Possibly fixed layout bug after slicing on MacOS 2012-03-09 17:33:40 +01:00
Daid 1a09b3502d Save alteration files in UTF-8 2012-03-09 17:12:18 +01:00
Daid 33015f068a Changed font for start/end gcode 2012-03-09 17:02:30 +01:00
Daid 425dcaae75 Only save the alteration file if it was loaded 2012-03-09 17:00:09 +01:00
Daid d1203aa101 Fixed default selection of ultimaker on config wizard for MacOS: 2012-03-09 16:43:07 +01:00
Daid 0b7567ed06 Another attempt at fixing the macOS OpenGL bug 2012-03-09 16:39:45 +01:00
Daid 9b2ca263d3 Attemt to fix MacOS OpenGL 2012-03-09 16:26:54 +01:00
Daid 291ccdadcb Possibly fixed OpenGL bug for MacOS?
Changed font size for titles to default size for system
2012-03-09 16:12:59 +01:00
Daid 41736f70c3 Really fixed it this time... I hope 2012-03-09 15:53:39 +01:00
Daid aef78e0582 Fixed possibly another MacOS layout bug 2012-03-09 15:50:37 +01:00
Daid 51766df22f Fixed windows tooltip bug
Fixed SerialExeception import bug
Possibly fixed MacOS layout bug`
2012-03-09 15:47:39 +01:00
unknown 2cba5e4183 Fix problems with serial connection
Added first version of steps per E
Added more GCode path preview (lower layers)
2012-03-09 15:14:12 +01:00
daid ae11f32486 Added filament diameter configuration
Made firmware upload use the serial port preference
2012-03-08 17:28:55 +01:00
daid 14a3b305f1 Added firmware upload menu items 2012-03-08 11:10:17 +01:00
Daid 42cc76a0e0 Fixes for the config wizard 2012-03-07 22:45:41 +01:00
daid 4078f6cfa0 Added first endstop check (still need to verify if it works)
Changed a few messages
2012-03-07 17:42:36 +01:00
daid ed61e889dc Added model transformation options (scale/flip/rotate) 2012-03-07 16:58:04 +01:00
daid b09a4c14cd Updated README. 2012-03-07 12:19:29 +01:00
daid b3ed15c2bf Removed checkSSE2, check is included in pypy now.
Updated to the config wizard, check endstops (work in progress, untested)
2012-03-07 12:17:03 +01:00
Daid 200221ae4f Added a progress dialog to the firmware upload
Started on the machine check.
2012-03-06 23:11:40 +01:00
daid 224dcfdef5 Made wizard firmware install functional 2012-03-06 17:48:56 +01:00
Daid d3af800217 Large update adding:
-Python based firmware loader (not used yet)
-Beginning of the first run wizard
-Preferences window
Also moved around a few functions, cleaned somethings up
2012-03-05 22:30:54 +01:00
daid 85e0068641 Added log view to progress panel 2012-03-05 18:53:19 +01:00
daid 41ed3e34de Added start.gcode (when did this go missing?) 2012-03-05 12:20:54 +01:00
daid 01731e0a56 Merge branch 'master' of github.com:daid/SkeinPyPy 2012-02-29 18:26:25 +01:00
daid d535ec9795 Added depth complexity to 3D view. This helps in finding problems in 3D models. 2012-02-29 18:25:57 +01:00
daid a73c1c1ca2 Fixed the gcode start/end editor (was modified by the M92 and temperature insertion hacks) 2012-02-29 16:36:14 +01:00
Daid 5fa46f89d5 Merge branch 'master' of github.com:daid/SkeinPyPy 2012-02-28 19:37:33 +01:00
Daid 92dcb02e4b .
Merge branch 'master' of github.com:daid/SkeinPyPy

Conflicts:
	SkeinPyPy_NewUI/skeinforge_application/alterations/end.gcode
	SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode
2012-02-28 19:37:17 +01:00