chiark / gitweb /
cura.git
12 years agoRemove useless files (ever noticed Skeinforge is a mess, in EVERY possible way?)
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?)

12 years agoChanges to the layer coloring, better visible gcode path now
daid [Fri, 16 Mar 2012 13:52:47 +0000 (14:52 +0100)]
Changes to the layer coloring, better visible gcode path now

12 years agoRenamed the build.sh to package.sh to better reflect what the script does.
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.

12 years agoTypo fix
daid [Fri, 16 Mar 2012 12:45:03 +0000 (13:45 +0100)]
Typo fix

12 years agoReport actual amount of filament pressed forward, even after final retraction.
daid [Fri, 16 Mar 2012 12:43:49 +0000 (13:43 +0100)]
Report actual amount of filament pressed forward, even after final retraction.

12 years agoFix the multiply feature (oops). Added total extrusion calculation to GCode interpreter
daid [Fri, 16 Mar 2012 12:27:04 +0000 (13:27 +0100)]
Fix the multiply feature (oops). Added total extrusion calculation to GCode interpreter

12 years agoAdded help menu items, and warning for MacOS
daid [Fri, 16 Mar 2012 11:30:27 +0000 (12:30 +0100)]
Added help menu items, and warning for MacOS

12 years agoAdded multiply settings
daid [Fri, 16 Mar 2012 11:07:43 +0000 (12:07 +0100)]
Added multiply settings

12 years agoAdded advanced config for support
daid [Fri, 16 Mar 2012 10:51:44 +0000 (11:51 +0100)]
Added advanced config for support

12 years agoMaybe fix issue #17
daid [Fri, 16 Mar 2012 10:23:34 +0000 (11:23 +0100)]
Maybe fix issue #17

12 years agoRenamed "load stl" to "load model", added better error output for dangling edges...
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)

12 years agoMade the help popups show on focus for MacOS. This is not a perfect solution, as...
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.

12 years agoAdd our own 3D vector class, so we are less depended on Skeinforge.
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.

12 years agoUpdated the E calibration with a heatup button. Also disable extrude/heat button...
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.

12 years agoSave log output next to gcode after slicing. Also, change the way holes are reported...
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

12 years agoMore to ignore! (Thanks for the ignore file alex)
daid [Thu, 15 Mar 2012 10:21:07 +0000 (11:21 +0100)]
More to ignore! (Thanks for the ignore file alex)

12 years agomodify build script to update Printrun instead of cloning it at each build
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

12 years agoadd gitignore
Alexandre Girard [Thu, 15 Mar 2012 10:06:28 +0000 (18:06 +0800)]
add gitignore

12 years agoAfter some tests with EVT_KILL_FOCUS I found something interresting. This might solve...
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

12 years agoMoved the 3D normal generation to the model loading, so it does not block the renderi...
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

12 years agoAdded infill overlap percentage in advanced settings.
daid [Wed, 14 Mar 2012 15:01:06 +0000 (16:01 +0100)]
Added infill overlap percentage in advanced settings.

12 years agoMerge pull request #8 from thehans/patch-1
daid [Wed, 14 Mar 2012 12:20:35 +0000 (05:20 -0700)]
Merge pull request #8 from thehans/patch-1

Search the full path

12 years agoSend an M92 Exxx when doing test extrusion
daid [Wed, 14 Mar 2012 11:28:42 +0000 (12:28 +0100)]
Send an M92 Exxx when doing test extrusion

12 years agoSearch the full path
Hans L [Wed, 14 Mar 2012 03:39:56 +0000 (22:39 -0500)]
Search the full path

12 years agoupdate format
Bill Bumgarner [Sun, 11 Mar 2012 18:26:43 +0000 (02:26 +0800)]
update format

12 years agoupdated readme
Bill Bumgarner [Sun, 11 Mar 2012 18:23:44 +0000 (02:23 +0800)]
updated readme

12 years ago- build.sh now copies just the startup scripts, and not any editor turds.
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

12 years ago- build.sh can now take an optional argument that is the architecture of the target...
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

12 years agoWorkaround for STL loading problem. Really need to refactor this.
Daid [Mon, 12 Mar 2012 19:15:26 +0000 (20:15 +0100)]
Workaround for STL loading problem. Really need to refactor this.

12 years agoPossibly fix the popups for MacOS
Daid [Mon, 12 Mar 2012 18:52:55 +0000 (19:52 +0100)]
Possibly fix the popups for MacOS

12 years agoChanged the way the default background colour for controls is set after validation...
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

12 years agoFixing issue 6: rerunning the calibration wizard does not update the filament diamete...
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

12 years agoRemoved useless G21 in start code
daid [Mon, 12 Mar 2012 11:18:17 +0000 (12:18 +0100)]
Removed useless G21 in start code

12 years agoRemoved debug message from Joris plugin
daid [Mon, 12 Mar 2012 10:03:27 +0000 (11:03 +0100)]
Removed debug message from Joris plugin

12 years agoFixed flip options, added show log when slicing fails, fixed bug in comb module
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

12 years agoRemoving the Alpha SkeinPyPy. NewUI seems the best way to go.
Daid [Sat, 10 Mar 2012 18:08:46 +0000 (19:08 +0100)]
Removing the Alpha SkeinPyPy. NewUI seems the best way to go.

12 years agoRemoved unused GLUT import
Daid [Sat, 10 Mar 2012 12:16:00 +0000 (13:16 +0100)]
Removed unused GLUT import

12 years agoMerge branch 'master' of github.com:daid/SkeinPyPy
Daid [Sat, 10 Mar 2012 12:09:32 +0000 (13:09 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy

12 years agoUpdated the build script to newer pypy build. And removed GLE32.dll library for windo...
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

12 years agoSome bugfixes on the beta3 release
Daid [Sat, 10 Mar 2012 11:12:46 +0000 (12:12 +0100)]
Some bugfixes on the beta3 release

12 years agoRenamed DepthComplexity to XRay in code
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

12 years agoPossibly fixed layout bug after slicing on MacOS
Daid [Fri, 9 Mar 2012 16:33:40 +0000 (17:33 +0100)]
Possibly fixed layout bug after slicing on MacOS

12 years agoSave alteration files in UTF-8
Daid [Fri, 9 Mar 2012 16:12:18 +0000 (17:12 +0100)]
Save alteration files in UTF-8

12 years agoChanged font for start/end gcode
Daid [Fri, 9 Mar 2012 16:02:30 +0000 (17:02 +0100)]
Changed font for start/end gcode

12 years agoOnly save the alteration file if it was loaded
Daid [Fri, 9 Mar 2012 16:00:09 +0000 (17:00 +0100)]
Only save the alteration file if it was loaded

12 years agoFixed default selection of ultimaker on config wizard for MacOS:
Daid [Fri, 9 Mar 2012 15:43:07 +0000 (16:43 +0100)]
Fixed default selection of ultimaker on config wizard for MacOS:

12 years agoAnother attempt at fixing the macOS OpenGL bug
Daid [Fri, 9 Mar 2012 15:39:45 +0000 (16:39 +0100)]
Another attempt at fixing the macOS OpenGL bug

12 years agoAttemt to fix MacOS OpenGL
Daid [Fri, 9 Mar 2012 15:26:54 +0000 (16:26 +0100)]
Attemt to fix MacOS OpenGL

12 years agoPossibly fixed OpenGL bug for MacOS?
Daid [Fri, 9 Mar 2012 15:12:59 +0000 (16:12 +0100)]
Possibly fixed OpenGL bug for MacOS?
Changed font size for titles to default size for system

12 years agoReally fixed it this time... I hope
Daid [Fri, 9 Mar 2012 14:53:39 +0000 (15:53 +0100)]
Really fixed it this time... I hope

12 years agoFixed possibly another MacOS layout bug
Daid [Fri, 9 Mar 2012 14:50:37 +0000 (15:50 +0100)]
Fixed possibly another MacOS layout bug

12 years agoFixed windows tooltip bug
Daid [Fri, 9 Mar 2012 14:47:39 +0000 (15:47 +0100)]
Fixed windows tooltip bug
Fixed SerialExeception import bug
Possibly fixed MacOS layout bug`

12 years agoFix problems with serial connection
unknown [Fri, 9 Mar 2012 14:14:12 +0000 (15:14 +0100)]
Fix problems with serial connection
Added first version of steps per E
Added more GCode path preview (lower layers)

12 years agoAdded filament diameter configuration
daid [Thu, 8 Mar 2012 16:28:55 +0000 (17:28 +0100)]
Added filament diameter configuration
Made firmware upload use the serial port preference

12 years agoAdded firmware upload menu items
daid [Thu, 8 Mar 2012 10:10:17 +0000 (11:10 +0100)]
Added firmware upload menu items

12 years agoFixes for the config wizard
Daid [Wed, 7 Mar 2012 21:45:41 +0000 (22:45 +0100)]
Fixes for the config wizard

12 years agoAdded first endstop check (still need to verify if it works)
daid [Wed, 7 Mar 2012 16:42:36 +0000 (17:42 +0100)]
Added first endstop check (still need to verify if it works)
Changed a few messages

12 years agoAdded model transformation options (scale/flip/rotate)
daid [Wed, 7 Mar 2012 15:58:04 +0000 (16:58 +0100)]
Added model transformation options (scale/flip/rotate)

12 years agoUpdated README.
daid [Wed, 7 Mar 2012 11:19:29 +0000 (12:19 +0100)]
Updated README.

12 years agoRemoved checkSSE2, check is included in pypy now.
daid [Wed, 7 Mar 2012 11:17:03 +0000 (12:17 +0100)]
Removed checkSSE2, check is included in pypy now.
Updated to the config wizard, check endstops (work in progress, untested)

12 years agoAdded a progress dialog to the firmware upload
Daid [Tue, 6 Mar 2012 22:11:40 +0000 (23:11 +0100)]
Added a progress dialog to the firmware upload
Started on the machine check.

12 years agoMade wizard firmware install functional
daid [Tue, 6 Mar 2012 16:48:56 +0000 (17:48 +0100)]
Made wizard firmware install functional

12 years agoLarge update adding:
Daid [Mon, 5 Mar 2012 21:30:54 +0000 (22:30 +0100)]
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

12 years agoAdded log view to progress panel
daid [Mon, 5 Mar 2012 17:53:19 +0000 (18:53 +0100)]
Added log view to progress panel

12 years agoAdded start.gcode (when did this go missing?)
daid [Mon, 5 Mar 2012 11:20:54 +0000 (12:20 +0100)]
Added start.gcode (when did this go missing?)

12 years agoMerge branch 'master' of github.com:daid/SkeinPyPy
daid [Wed, 29 Feb 2012 17:26:25 +0000 (18:26 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy

12 years agoAdded depth complexity to 3D view. This helps in finding problems in 3D models.
daid [Wed, 29 Feb 2012 17:25:57 +0000 (18:25 +0100)]
Added depth complexity to 3D view. This helps in finding problems in 3D models.

12 years agoFixed the gcode start/end editor (was modified by the M92 and temperature insertion...
daid [Wed, 29 Feb 2012 15:36:14 +0000 (16:36 +0100)]
Fixed the gcode start/end editor (was modified by the M92 and temperature insertion hacks)

12 years agoMerge branch 'master' of github.com:daid/SkeinPyPy
Daid [Tue, 28 Feb 2012 18:37:33 +0000 (19:37 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy

12 years ago.
Daid [Tue, 28 Feb 2012 18:37:17 +0000 (19:37 +0100)]
.
Merge branch 'master' of github.com:daid/SkeinPyPy

Conflicts:
SkeinPyPy_NewUI/skeinforge_application/alterations/end.gcode
SkeinPyPy_NewUI/skeinforge_application/alterations/start.gcode

12 years agoUpdated the GCode preview, now uses thick lines for extrusion. Allows you to spot...
daid [Tue, 28 Feb 2012 16:39:46 +0000 (17:39 +0100)]
Updated the GCode preview, now uses thick lines for extrusion. Allows you to spot slicing errors better.
This update also adds a layer selection to the GCode preview.

12 years agoSplit gcode interperter from preview window.
daid [Tue, 28 Feb 2012 14:02:24 +0000 (15:02 +0100)]
Split gcode interperter from preview window.
Added top down view
Added mouse wheel zoom
Removed 2 useless analyze plugins
Added temperature
Added template for M92 E value (but not configurable yet)
Remove M101 M103 from GCode
Moved filament to print settings

12 years agoRenamed "configWindowBase" package to "configBase"
daid [Tue, 28 Feb 2012 10:28:28 +0000 (11:28 +0100)]
Renamed "configWindowBase" package to "configBase"
Fixed a small issue if you had never opened the advanced config window
Fixed few comments in joris plugin

12 years agoUpdated start/end code with correct style comments (not evil comments)
daid [Mon, 27 Feb 2012 16:29:14 +0000 (17:29 +0100)]
Updated start/end code with correct style comments (not evil comments)

12 years ago.
daid [Mon, 27 Feb 2012 16:21:50 +0000 (17:21 +0100)]
.

12 years agoAdded joris plugin
daid [Mon, 27 Feb 2012 16:14:51 +0000 (17:14 +0100)]
Added joris plugin
Added bunch of advanced settings for cups/vases
Added missing help tooltips

12 years agoFixed bug when wall width was less then the nozzle size.
daid [Mon, 27 Feb 2012 15:40:33 +0000 (16:40 +0100)]
Fixed bug when wall width was less then the nozzle size.
Added advanced settings (mostly for 'joris' cups)

12 years agoSplit the main window code into a configBase and the main window
daid [Mon, 27 Feb 2012 13:51:52 +0000 (14:51 +0100)]
Split the main window code into a configBase and the main window
Fixed first layer speed
Fixed popup text update when warning/error is generated

12 years agoFixed comments in start/end gcode. Marlin doesn't like () style comments
Daid [Sun, 26 Feb 2012 18:06:37 +0000 (19:06 +0100)]
Fixed comments in start/end gcode. Marlin doesn't like () style comments

12 years agoChanges for new UI version
Daid [Sun, 26 Feb 2012 14:37:29 +0000 (15:37 +0100)]
Changes for new UI version

12 years agoPrint speed twice, that cannot be right!
Daid [Sun, 26 Feb 2012 13:55:02 +0000 (14:55 +0100)]
Print speed twice, that cannot be right!

12 years agoAdded support
Daid [Sun, 26 Feb 2012 13:30:34 +0000 (14:30 +0100)]
Added support
Added a few comments to export so preview and future advanced tuning can
be done
Speed up preview of GCode
Added last used file reload

12 years agoAdd error message if pypy crashes
Daid [Fri, 24 Feb 2012 22:01:22 +0000 (23:01 +0100)]
Add error message if pypy crashes
Position 3D model at given printer center
Add temperature/support headers so I do not forget those settings.

12 years ago.
Daid [Fri, 24 Feb 2012 21:44:18 +0000 (22:44 +0100)]
.

12 years agoFixed some windows UI bugs
Daid [Fri, 24 Feb 2012 21:37:53 +0000 (22:37 +0100)]
Fixed some windows UI bugs
Set some defaults for settings
Fixed start/end swap (oops)
Fixed rounding error (again)

12 years agoFixed some floating point rounding errors
daid [Fri, 24 Feb 2012 18:25:55 +0000 (19:25 +0100)]
Fixed some floating point rounding errors

12 years agoUpdated a whole bunch of settings so they actually work now.
daid [Fri, 24 Feb 2012 18:19:00 +0000 (19:19 +0100)]
Updated a whole bunch of settings so they actually work now.

12 years agoAdded validators, which show red/yellow when validation generates a warning or error.
daid [Fri, 24 Feb 2012 16:07:03 +0000 (17:07 +0100)]
Added validators, which show red/yellow when validation generates a warning or error.
Added 'better' popup for tooltip help.

12 years agoFixed the OpenGL window (old implementation caused problems in windows)
Daid [Thu, 23 Feb 2012 21:47:42 +0000 (22:47 +0100)]
Fixed the OpenGL window (old implementation caused problems in windows)
Changed the way profiles are loaded/saved/used. This is more flexable,
allows for calculations inside the actual settings to SF

12 years agoAdded left/right config panels for better overview of config tab.
daid [Thu, 23 Feb 2012 17:15:29 +0000 (18:15 +0100)]
Added left/right config panels for better overview of config tab.
Solved window start size problem
Made few adjustments to start/end code.

12 years agoRemove debug print (oops)
daid [Thu, 23 Feb 2012 16:45:54 +0000 (17:45 +0100)]
Remove debug print (oops)

12 years agoEnhanced the progress indicator to be "total" not per step.
daid [Thu, 23 Feb 2012 14:56:03 +0000 (15:56 +0100)]
Enhanced the progress indicator to be "total" not per step.

12 years agoAdded a proper toolbar to the 3D preview.
daid [Thu, 23 Feb 2012 13:08:34 +0000 (14:08 +0100)]
Added a proper toolbar to the 3D preview.
Fixed pypy run (wx error)

12 years agoRenamed "config" to "profile"
daid [Thu, 23 Feb 2012 11:04:23 +0000 (12:04 +0100)]
Renamed "config" to "profile"

12 years agoSome fixes in the GCode interperter. Start/End gcode is saved now.
Daid [Wed, 22 Feb 2012 19:44:00 +0000 (20:44 +0100)]
Some fixes in the GCode interperter. Start/End gcode is saved now.

12 years agoAdded multiple skirt line feature
Daid [Wed, 22 Feb 2012 19:15:56 +0000 (20:15 +0100)]
Added multiple skirt line feature

12 years agoMerge branch 'master' of github.com:daid/SkeinPyPy
Daid [Wed, 22 Feb 2012 18:20:02 +0000 (19:20 +0100)]
Merge branch 'master' of github.com:daid/SkeinPyPy

12 years agoAdded some clean actions to build, which save a lot of final package size
daid [Wed, 22 Feb 2012 17:44:14 +0000 (18:44 +0100)]
Added some clean actions to build, which save a lot of final package size

12 years agoAdded same patch for checkSSE2 to newUI version
daid [Wed, 22 Feb 2012 15:06:53 +0000 (16:06 +0100)]
Added same patch for checkSSE2 to newUI version

12 years agoAdded check for windows to check for SSE2 instructions. Needs a custom executable :(
daid [Wed, 22 Feb 2012 14:58:22 +0000 (15:58 +0100)]
Added check for windows to check for SSE2 instructions. Needs a custom executable :(