chiark / gitweb /
cura.git
10 years agoadded comments
nallath [Thu, 6 Feb 2014 14:01:00 +0000 (15:01 +0100)]
added comments

10 years agoadded todo coment
nallath [Thu, 6 Feb 2014 13:42:45 +0000 (14:42 +0100)]
added todo coment

10 years agoMerge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine
nallath [Thu, 6 Feb 2014 13:39:18 +0000 (14:39 +0100)]
Merge branch 'SteamEngine' of https://github.com/daid/Cura into SteamEngine

10 years agoRemoved old code
nallath [Thu, 6 Feb 2014 13:39:05 +0000 (14:39 +0100)]
Removed old code

10 years agoFix the exception when there is no engine result and one opens the layer view.
daid [Thu, 6 Feb 2014 13:37:07 +0000 (14:37 +0100)]
Fix the exception when there is no engine result and one opens the layer view.

10 years agoFix the wildcard filters for loading.
daid [Thu, 6 Feb 2014 12:55:58 +0000 (13:55 +0100)]
Fix the wildcard filters for loading.

10 years agoRemoved old functions
nallath [Thu, 6 Feb 2014 12:40:14 +0000 (13:40 +0100)]
Removed old functions

10 years agoAdded comments
nallath [Thu, 6 Feb 2014 12:34:23 +0000 (13:34 +0100)]
Added comments

10 years agoRename opengl to openglHelpers to better tell what it does.
daid [Thu, 6 Feb 2014 12:13:26 +0000 (13:13 +0100)]
Rename opengl to openglHelpers to better tell what it does.

10 years agoAdd some more documentation. And the zhop feature.
daid [Wed, 5 Feb 2014 12:15:27 +0000 (13:15 +0100)]
Add some more documentation. And the zhop feature.

10 years agoAdd more documentation, fix commandline slicing.
daid [Tue, 4 Feb 2014 11:38:19 +0000 (12:38 +0100)]
Add more documentation, fix commandline slicing.

10 years agoAdd more documentation...
daid [Tue, 4 Feb 2014 08:36:51 +0000 (09:36 +0100)]
Add more documentation...

10 years agoFor now prevent UltiGCode from using connectionManager.
daid [Mon, 3 Feb 2014 15:25:46 +0000 (16:25 +0100)]
For now prevent UltiGCode from using connectionManager.

10 years agoImprove serial communication.
daid [Mon, 3 Feb 2014 14:22:59 +0000 (15:22 +0100)]
Improve serial communication.

10 years agoImprove serial autodetection.
daid [Mon, 3 Feb 2014 14:00:13 +0000 (15:00 +0100)]
Improve serial autodetection.

10 years agoAdd version 0.1 of serial communication with printerConnection.
daid [Mon, 3 Feb 2014 13:33:42 +0000 (14:33 +0100)]
Add version 0.1 of serial communication with printerConnection.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 30 Jan 2014 08:22:32 +0000 (09:22 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoRemove all the absolute imports, as they are unneeded.
daid [Thu, 30 Jan 2014 08:09:30 +0000 (09:09 +0100)]
Remove all the absolute imports, as they are unneeded.

10 years agoFix doodle3D and Dummy printer connections for new in-memory engine interface.
daid [Thu, 30 Jan 2014 07:38:14 +0000 (08:38 +0100)]
Fix doodle3D and Dummy printer connections for new in-memory engine interface.

10 years agoAdd replace-info to replace information in start of GCode.
daid [Wed, 29 Jan 2014 16:19:14 +0000 (17:19 +0100)]
Add replace-info to replace information in start of GCode.

10 years agoFix engine-log from file menu entry.
daid [Wed, 29 Jan 2014 14:56:02 +0000 (15:56 +0100)]
Fix engine-log from file menu entry.

10 years agoSet version to 14.02-TEST1
daid [Wed, 29 Jan 2014 13:24:22 +0000 (14:24 +0100)]
Set version to 14.02-TEST1

10 years agoAdd inset speeds.
daid [Wed, 29 Jan 2014 09:01:06 +0000 (10:01 +0100)]
Add inset speeds.

10 years agoShow GCode loading progress.
daid [Wed, 29 Jan 2014 08:10:16 +0000 (09:10 +0100)]
Show GCode loading progress.

10 years agoImprove the layer rendering a bit, render top down and keep local reference to ensure...
daid [Wed, 29 Jan 2014 07:44:44 +0000 (08:44 +0100)]
Improve the layer rendering a bit, render top down and keep local reference to ensure nothing is removed while accessing.

10 years agoUse socket to communicate polygon data, so it can be done in binary. This also remove...
daid [Tue, 28 Jan 2014 16:46:32 +0000 (17:46 +0100)]
Use socket to communicate polygon data, so it can be done in binary. This also removes the temp file used to communicate the 3D model to the slicer.

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Tue, 28 Jan 2014 10:27:32 +0000 (11:27 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoImprove the GCode viewing, show the moves and actual gcode on the current layer if...
daid [Tue, 28 Jan 2014 10:27:21 +0000 (11:27 +0100)]
Improve the GCode viewing, show the moves and actual gcode on the current layer if loaded.

10 years agoMerge pull request #714 from hg42/fix-713-architecture-in-readme
daid [Sun, 26 Jan 2014 12:47:23 +0000 (04:47 -0800)]
Merge pull request #714 from hg42/fix-713-architecture-in-readme

fix #713: debian_amd64/debian_i386 in README

10 years agofix #713: debian_amd64/debian_i386 in README
hg42@gmx.net [Sat, 25 Jan 2014 23:06:09 +0000 (00:06 +0100)]
fix #713: debian_amd64/debian_i386 in README

--HG--
extra : source : f78e6edcc56499f89b27d75dbba7dc470b17303f

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Fri, 24 Jan 2014 10:09:36 +0000 (11:09 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoChange how the engine is interfaced from the python code. Put the GCode viewer in...
daid [Fri, 24 Jan 2014 09:19:24 +0000 (10:19 +0100)]
Change how the engine is interfaced from the python code. Put the GCode viewer in a seperate file.

10 years agoMerge pull request #712 from hg42/fix-issue-704-replacegcodetags-workaround
daid [Wed, 22 Jan 2014 08:39:29 +0000 (00:39 -0800)]
Merge pull request #712 from hg42/fix-issue-704-replacegcodetags-workaround

fix issue #704, replacing variables in gcode file damaging line at file ...

10 years agoMerge pull request #708 from hg42/fix-missing-files-in-debian-packages
daid [Mon, 20 Jan 2014 10:10:29 +0000 (02:10 -0800)]
Merge pull request #708 from hg42/fix-missing-files-in-debian-packages

fix debian packages (missing /usr/bin/cura and desktop file)

10 years agofix issue #704, replacing variables in gcode file damaging line at file offset 2048
hg42@gmx.net [Sat, 18 Jan 2014 18:55:43 +0000 (19:55 +0100)]
fix issue #704, replacing variables in gcode file damaging line at file offset 2048

10 years agofix debian packages (missing /usr/bin/cura and desktop file)
hg42@gmx.net [Sat, 18 Jan 2014 18:11:41 +0000 (19:11 +0100)]
fix debian packages (missing /usr/bin/cura and desktop file)

--HG--
extra : source : c644a0b1991295c842a1738b4c9b2cc9774c6887

10 years agoMerge pull request #706 from hg42/fix-most-communication-problems
daid [Sat, 18 Jan 2014 08:25:36 +0000 (00:25 -0800)]
Merge pull request #706 from hg42/fix-most-communication-problems

Fix most communication problems (#698 without waiting for "start")

10 years agoMerge pull request #707 from hg42/debian-i386-amd64-packages
daid [Sat, 18 Jan 2014 08:24:17 +0000 (00:24 -0800)]
Merge pull request #707 from hg42/debian-i386-amd64-packages

Debian i386 amd64 packages

10 years ago.hgignore: allow debian variants
hg42@gmx.net [Fri, 17 Jan 2014 21:02:26 +0000 (22:02 +0100)]
.hgignore: allow debian variants

10 years agoallow debian cross compilation to i386 or amd64 deb packages
hg42@gmx.net [Fri, 17 Jan 2014 18:33:18 +0000 (19:33 +0100)]
allow debian cross compilation to i386 or amd64 deb packages

10 years agoSet the proper dual-extrusion offset default
daid [Tue, 14 Jan 2014 15:05:56 +0000 (16:05 +0100)]
Set the proper dual-extrusion offset default

10 years agoTrigger slicing when updating one-at-a-time mode.
daid [Mon, 13 Jan 2014 19:50:57 +0000 (20:50 +0100)]
Trigger slicing when updating one-at-a-time mode.

10 years agoAdd support angle setting.
daid [Mon, 13 Jan 2014 07:09:52 +0000 (08:09 +0100)]
Add support angle setting.

10 years agowhile printing don't send real time commands (like M105) immediately, but queue them...
hg42@gmx.net [Mon, 13 Jan 2014 00:44:32 +0000 (01:44 +0100)]
while printing don't send real time commands (like M105) immediately, but queue them instead

--HG--
extra : source : 8f7db2333b68e63b518d12e709cd26a6ee9d335b

10 years agoshow baudrates while connecting
hg42@gmx.net [Mon, 13 Jan 2014 00:38:39 +0000 (01:38 +0100)]
show baudrates while connecting

--HG--
extra : source : b029e75eb02505544a2717eee914df369b007e2d

10 years agoMerge pull request #693 from N3MIS15/circ_bed
daid [Fri, 10 Jan 2014 14:05:15 +0000 (06:05 -0800)]
Merge pull request #693 from N3MIS15/circ_bed

Render circular bed when enabling bed at center

10 years agoFirmware 14.01.2 to fix the crash bug when print is finished. 14.01
daid [Fri, 10 Jan 2014 12:22:25 +0000 (13:22 +0100)]
Firmware 14.01.2 to fix the crash bug when print is finished.

10 years agoAdded machine setting for different shaped beds
N3MIS15 [Thu, 9 Jan 2014 18:57:53 +0000 (05:57 +1100)]
Added machine setting for different shaped beds
Added Circular bed option

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Thu, 9 Jan 2014 11:45:44 +0000 (12:45 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years ago.
daid [Thu, 9 Jan 2014 11:45:31 +0000 (12:45 +0100)]
.

10 years agoUpdate debian control file.
Daid [Wed, 8 Jan 2014 10:18:07 +0000 (11:18 +0100)]
Update debian control file.

10 years agoVersion 14.01
daid [Wed, 8 Jan 2014 09:23:11 +0000 (10:23 +0100)]
Version 14.01

10 years agoAdded 14.01.1 UM2 firmware to fix the abort-print bug. Updated "new version" dialog.
daid [Wed, 8 Jan 2014 08:10:16 +0000 (09:10 +0100)]
Added 14.01.1 UM2 firmware to fix the abort-print bug. Updated "new version" dialog.

10 years agoIf programmer based auto-detection of serial port fails, try all ports and baudrates...
daid [Mon, 6 Jan 2014 09:29:51 +0000 (10:29 +0100)]
If programmer based auto-detection of serial port fails, try all ports and baudrates to find anything that might work.

10 years agoMake error detection less "all inclusive" to fix #690
daid [Mon, 6 Jan 2014 08:09:37 +0000 (09:09 +0100)]
Make error detection less "all inclusive" to fix #690

10 years agoMerge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine
daid [Mon, 6 Jan 2014 07:08:58 +0000 (08:08 +0100)]
Merge branch 'SteamEngine' of github.com:daid/Cura into SteamEngine

10 years agoMake default retraction enabled.
daid [Mon, 6 Jan 2014 07:03:21 +0000 (08:03 +0100)]
Make default retraction enabled.

10 years agoMerge pull request #687 from hg42/fix-repetier-connect-idle-wait
daid [Sun, 5 Jan 2014 18:19:07 +0000 (10:19 -0800)]
Merge pull request #687 from hg42/fix-repetier-connect-idle-wait

Fix connect with Repetier firmware which sends wait when idle, also extend .hgignore + .gitignore

10 years agoincrease getShortErrorString to 30 characters for more meaningful logs
hg42@gmx.net [Sun, 5 Jan 2014 16:02:36 +0000 (17:02 +0100)]
increase getShortErrorString to 30 characters for more meaningful logs

--HG--
extra : source : 40022ac1f4b7bd8394b5dc74036b2ba2355ef45d

10 years agoshow where the preferences come from
hg42@gmx.net [Mon, 13 Jan 2014 00:36:48 +0000 (01:36 +0100)]
show where the preferences come from

--HG--
extra : source : c3fd5b230ed8c9632def9fae3d28aea83edf9c5c

10 years agoRepetier sends "wait" when idle, so we never get an empty line
hg42@gmx.net [Sun, 5 Jan 2014 14:35:59 +0000 (15:35 +0100)]
Repetier sends "wait" when idle, so we never get an empty line

--HG--
extra : source : 9dcdee7cf6656d62e960da1f10d9ab4fd8d83a97

10 years ago.gitignore debian tree
hg42@gmx.net [Sun, 5 Jan 2014 14:48:43 +0000 (15:48 +0100)]
.gitignore debian tree

10 years agomake .hgignore more like .gitignore, ignore .hgsubstate
hg42@gmx.net [Sun, 5 Jan 2014 14:38:57 +0000 (15:38 +0100)]
make .hgignore more like .gitignore, ignore .hgsubstate

10 years agoMerge pull request #681 from hg42/faster-virtualprinter
daid [Sun, 5 Jan 2014 08:40:41 +0000 (00:40 -0800)]
Merge pull request #681 from hg42/faster-virtualprinter

Faster virtualprinter

10 years agomake VirtualPrinter much faster
hg42@gmx.net [Sat, 4 Jan 2014 17:31:05 +0000 (18:31 +0100)]
make VirtualPrinter much faster

--HG--
extra : source : fb98aa778d7f0cb761ad7fa860cdd4505a96759e

10 years agoshow printing z position in gcode view via layer range and slider
hg42@gmx.net [Sat, 4 Jan 2014 17:38:31 +0000 (18:38 +0100)]
show printing z position in gcode view via layer range and slider

--HG--
extra : source : 4c79c88d8b17cf02771861eeed9c2e09b113c24d

10 years agoalways show numbers on slider
hg42@gmx.net [Thu, 2 Jan 2014 15:14:51 +0000 (16:14 +0100)]
always show numbers on slider

--HG--
extra : source : 634ece8776ec3ffa73227fbd733734dc34baf10f

10 years agomake stdout unbuffered to ensure proper updates of sceneView
hg42@gmx.net [Sat, 4 Jan 2014 17:30:17 +0000 (18:30 +0100)]
make stdout unbuffered to ensure proper updates of sceneView

--HG--
extra : source : 94d8184628cf890b18ea4ff9382fc39699490a0f

10 years agoSyncing drawing loaders from NinjaKittens.
daid [Thu, 2 Jan 2014 15:11:33 +0000 (16:11 +0100)]
Syncing drawing loaders from NinjaKittens.

10 years agoMinor fix for Doodle3D support.
daid [Thu, 2 Jan 2014 12:28:23 +0000 (13:28 +0100)]
Minor fix for Doodle3D support.

10 years agoUpdate one-at-a-time and all-at-once printing dynamicly depending on the heighst...
daid [Thu, 2 Jan 2014 07:41:41 +0000 (08:41 +0100)]
Update one-at-a-time and all-at-once printing dynamicly depending on the heighst object. Make it possible to switch between the two modes in the tools menu.

10 years agoOptimize the push-free implementation.
daid [Thu, 2 Jan 2014 07:11:04 +0000 (08:11 +0100)]
Optimize the push-free implementation.

10 years agoFix the bug of loading very small objects.
daid [Sat, 28 Dec 2013 13:18:13 +0000 (14:18 +0100)]
Fix the bug of loading very small objects.

10 years agoadd Mercurial to isDevVersion()
hg42@gmx.net [Wed, 25 Dec 2013 12:40:09 +0000 (13:40 +0100)]
add Mercurial to isDevVersion()

--HG--
extra : source : e048ef52ec5c435130f2be08cb965567e811f8e4

10 years agoadd .hgignore to make use of Mercurial easier
hg42@gmx.net [Sat, 4 Jan 2014 17:49:00 +0000 (18:49 +0100)]
add .hgignore to make use of Mercurial easier

10 years agoUpdate to 13.12 version number.
daid [Mon, 23 Dec 2013 12:37:50 +0000 (13:37 +0100)]
Update to 13.12 version number.

10 years agoUpdate the printerconnections for multiple Doodle3D box support.
daid [Mon, 23 Dec 2013 12:36:54 +0000 (13:36 +0100)]
Update the printerconnections for multiple Doodle3D box support.

10 years agoAdded keyboard control for the 3D window to look around with cursor keys.
daid [Thu, 19 Dec 2013 11:12:41 +0000 (12:12 +0100)]
Added keyboard control for the 3D window to look around with cursor keys.

10 years agoUpdate the changelog.
daid [Thu, 19 Dec 2013 10:00:48 +0000 (11:00 +0100)]
Update the changelog.

10 years agoDisable the steppers after finishing printing.
daid [Thu, 19 Dec 2013 09:32:15 +0000 (10:32 +0100)]
Disable the steppers after finishing printing.

10 years agoSet the new minimal-extrusion-before-retraction default.
daid [Thu, 19 Dec 2013 09:31:38 +0000 (10:31 +0100)]
Set the new minimal-extrusion-before-retraction default.

10 years agoAdd the machine settings option to the machine menu.
daid [Wed, 18 Dec 2013 15:03:04 +0000 (16:03 +0100)]
Add the machine settings option to the machine menu.

10 years agoAdd base height to image loader.
daid [Wed, 18 Dec 2013 14:49:46 +0000 (15:49 +0100)]
Add base height to image loader.

10 years agoFix #602
daid [Wed, 18 Dec 2013 14:04:12 +0000 (15:04 +0100)]
Fix #602

10 years agoMake fix horrible type A default.
daid [Wed, 18 Dec 2013 13:41:52 +0000 (14:41 +0100)]
Make fix horrible type A default.

10 years agoFix bug in UM2 firmware where the abort print did not home the head. Added option...
daid [Wed, 18 Dec 2013 13:20:00 +0000 (14:20 +0100)]
Fix bug in UM2 firmware where the abort print did not home the head. Added option to open the save location after saving an GCode file.

10 years agoUpdate firmwares to 13.12 to fix the acceleration planner bug. Add dialog on new...
daid [Mon, 16 Dec 2013 15:09:25 +0000 (16:09 +0100)]
Update firmwares to 13.12 to fix the acceleration planner bug. Add dialog on new version start.

10 years agoExplain the wipe tower volume better.
daid [Thu, 12 Dec 2013 13:47:07 +0000 (14:47 +0100)]
Explain the wipe tower volume better.

10 years agoUpdate version number to 13.12-test
daid [Wed, 11 Dec 2013 09:52:07 +0000 (10:52 +0100)]
Update version number to 13.12-test

10 years agoPossible fix for #655
daid [Tue, 10 Dec 2013 13:33:16 +0000 (14:33 +0100)]
Possible fix for #655

10 years agoAdd wipe tower size setting.
daid [Mon, 9 Dec 2013 09:29:52 +0000 (10:29 +0100)]
Add wipe tower size setting.

10 years agoFix typo
daid [Mon, 9 Dec 2013 08:45:13 +0000 (09:45 +0100)]
Fix typo

10 years agoPossible fix for #639
daid [Fri, 6 Dec 2013 14:56:25 +0000 (15:56 +0100)]
Possible fix for #639

10 years agoHandle the doodle3d api better, which can be slow if it gets a lot of data.
daid [Fri, 6 Dec 2013 12:45:55 +0000 (13:45 +0100)]
Handle the doodle3d api better, which can be slow if it gets a lot of data.

10 years agoFix multiple dual-extrusion prints on a platform printed all-at-once.
daid [Fri, 6 Dec 2013 10:32:59 +0000 (11:32 +0100)]
Fix multiple dual-extrusion prints on a platform printed all-at-once.

10 years agoSlow down the connect.doodle3d query so lots of Cura installs will not overload the...
daid [Thu, 5 Dec 2013 13:28:27 +0000 (14:28 +0100)]
Slow down the connect.doodle3d query so lots of Cura installs will not overload the API.

10 years agoAdd missing checkboard, fixed #637
daid [Wed, 4 Dec 2013 13:30:15 +0000 (14:30 +0100)]
Add missing checkboard, fixed #637

10 years agoFix head size on object loading.
daid [Wed, 4 Dec 2013 09:38:20 +0000 (10:38 +0100)]
Fix head size on object loading.

10 years agoMake sure the print fits on the bed with dual-extrusion-support.
daid [Wed, 4 Dec 2013 09:18:53 +0000 (10:18 +0100)]
Make sure the print fits on the bed with dual-extrusion-support.

10 years agoAccount for multiple extruders in the new object size polygons.
daid [Tue, 3 Dec 2013 14:14:52 +0000 (15:14 +0100)]
Account for multiple extruders in the new object size polygons.