chiark / gitweb /
Youness Alaoui [Wed, 15 Jul 2015 17:35:18 +0000 (13:35 -0400)]
Add a new WX inspection window for devs (disabled)
Youness Alaoui [Wed, 15 Jul 2015 17:37:31 +0000 (13:37 -0400)]
Force the version upgrade all the time when using dev version
nickthetait [Mon, 6 Jul 2015 20:26:54 +0000 (14:26 -0600)]
Improve clarity of one-at-a-time mode. Part of #128
Youness Alaoui [Tue, 7 Jul 2015 19:48:07 +0000 (15:48 -0400)]
Prevent multiple calls to afterSplashCallback
This fixes issue #133. Problem was that if splash.OnClose was called
before the afterSplashCallback was done (such as, if it's blocking
on a configWizard), then the callback would be called again.
This also fixes a segmentation fault if you cancel the initial config wizard
by making sure the callback is done outside the event thread and splash
destruction is done at the proper time and from the proper thread.
nickthetait [Wed, 3 Jun 2015 15:52:41 +0000 (09:52 -0600)]
Improve pause at height plugin
nickthetait [Wed, 1 Jul 2015 19:39:02 +0000 (13:39 -0600)]
Refactoring
Rename variables for clarity
nickthetait [Wed, 1 Jul 2015 19:21:09 +0000 (13:21 -0600)]
Cleanup print canceling
nickthetait [Wed, 1 Jul 2015 18:20:48 +0000 (12:20 -0600)]
Add debugging stubs to DummyConnection
nickthetait [Wed, 1 Jul 2015 17:16:38 +0000 (11:16 -0600)]
Allow canceling while paused
Youness Alaoui [Mon, 29 Jun 2015 21:14:45 +0000 (17:14 -0400)]
nickthetait [Mon, 29 Jun 2015 16:45:00 +0000 (10:45 -0600)]
Fix tiny formatting issue.
nickthetait [Fri, 26 Jun 2015 18:15:51 +0000 (12:15 -0600)]
Disable motors when a print is canceled. Follow on to #118
nickthetait [Mon, 22 Jun 2015 17:21:48 +0000 (11:21 -0600)]
Fix indentation and replace spaces with tabs
Youness Alaoui [Fri, 26 Jun 2015 19:24:57 +0000 (15:24 -0400)]
Change TAZ machine width to 290
This will allow prints to be centered. Fixes issue #98
Youness Alaoui [Fri, 26 Jun 2015 18:04:04 +0000 (14:04 -0400)]
Do not change mini gantry settings in version upgrade
This is because the print-one-at-a-time feature is incomplete
and has been temporarily disabled
Youness Alaoui [Fri, 26 Jun 2015 17:33:32 +0000 (13:33 -0400)]
Disable UI movement when printing or when the print job is paused
Youness Alaoui [Fri, 22 May 2015 17:06:21 +0000 (13:06 -0400)]
Restore pause functionality.
This reverts some of the changes in commit
333a72b508288a2eaa9e1eda36d9193b5553c603
This includes the following commits :
23be7ce
05bc366
cb4ec43
00aeabf
b55b9f6
nickthetait [Mon, 22 Jun 2015 17:06:22 +0000 (11:06 -0600)]
Cooldown toolhead and bed whenever print is canceled (including closing print window). Fixes #118
nickthetait [Fri, 19 Jun 2015 16:30:03 +0000 (10:30 -0600)]
Resclice after resetting position or transformations. Fixes #116
nickthetait [Thu, 18 Jun 2015 17:27:09 +0000 (11:27 -0600)]
Remove duplicated function
nickthetait [Fri, 12 Jun 2015 22:16:29 +0000 (16:16 -0600)]
Revert "Improves #120: Better detection of avr-gcc and Arduino"
This reverts commit
577b902c11563eeac31e8b74f456caa6e39f28c5.
nickthetait [Fri, 12 Jun 2015 22:06:27 +0000 (16:06 -0600)]
Increment version
nickthetait [Fri, 12 Jun 2015 21:16:19 +0000 (15:16 -0600)]
Update combing setting for Taz5 0.5 nozzle
nickthetait [Fri, 12 Jun 2015 20:56:18 +0000 (14:56 -0600)]
nickthetait [Thu, 11 Jun 2015 15:39:40 +0000 (09:39 -0600)]
Delete old cura executable. Cleanup for #122
nickthetait [Thu, 11 Jun 2015 15:32:51 +0000 (09:32 -0600)]
Rename executable to remove naming conflict. Fixes #122
Justin Nesselrotte [Thu, 11 Jun 2015 06:44:55 +0000 (00:44 -0600)]
Improves #120: Better detection of avr-gcc and Arduino
nickthetait [Mon, 8 Jun 2015 21:01:25 +0000 (15:01 -0600)]
Enhance profile importing robustness
Older style, missing or invalid settings will revert to default values. Fixes #117.
nickthetait [Mon, 8 Jun 2015 19:44:52 +0000 (13:44 -0600)]
Add more items to git ignore list.
nickthetait [Mon, 8 Jun 2015 19:23:29 +0000 (13:23 -0600)]
Refactoring so there is a single source for the version.
nickthetait [Mon, 8 Jun 2015 17:39:01 +0000 (11:39 -0600)]
Build script uses new revision file. Increment version.
nickthetait [Mon, 8 Jun 2015 17:33:55 +0000 (11:33 -0600)]
Track version file
nickthetait [Mon, 8 Jun 2015 17:30:17 +0000 (11:30 -0600)]
Build script now uses version file.
nickthetait [Fri, 5 Jun 2015 20:48:58 +0000 (14:48 -0600)]
Update 'Retraction combing' label and description. Part of #117
nickthetait [Thu, 4 Jun 2015 22:51:36 +0000 (16:51 -0600)]
Adding a new LulzBot Mini now retains extruder head settings. Part of #104
Youness Alaoui [Wed, 3 Jun 2015 20:35:10 +0000 (16:35 -0400)]
Add a nice border around panels in quickprint settings
This makes it more pleasing and less annoying to the eyes with the
padding around the widgets
nickthetait [Wed, 3 Jun 2015 16:10:11 +0000 (10:10 -0600)]
Increment minor version number
nickthetait [Wed, 3 Jun 2015 15:52:41 +0000 (09:52 -0600)]
Update pause at height plugin's default settings to play nicely with LulzBot Mini. Follow on to #102
nickthetait [Wed, 3 Jun 2015 15:04:15 +0000 (09:04 -0600)]
Merge branch 'version-upgrade' into LulzBot-devel
daid [Sun, 12 Apr 2015 06:50:08 +0000 (08:50 +0200)]
Youness Alaoui [Tue, 2 Jun 2015 18:18:15 +0000 (14:18 -0400)]
Remove useless -r option
Fixes issue #62
nickthetait [Tue, 2 Jun 2015 18:15:26 +0000 (12:15 -0600)]
Update static text formatting
Youness Alaoui [Tue, 2 Jun 2015 17:57:31 +0000 (13:57 -0400)]
Disable the back button on the machine select page
Youness Alaoui [Tue, 2 Jun 2015 17:43:21 +0000 (13:43 -0400)]
Set the lulzbot ready page as the next one to the nozzle select page
nickthetait [Tue, 2 Jun 2015 17:47:44 +0000 (11:47 -0600)]
Set default nozzle size for Taz5 to 0.35
Youness Alaoui [Tue, 2 Jun 2015 17:36:31 +0000 (13:36 -0400)]
Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets selected
Youness Alaoui [Tue, 2 Jun 2015 17:02:53 +0000 (13:02 -0400)]
Add quickprint settings for TAZ 5 0.5mm nozzle
Youness Alaoui [Tue, 2 Jun 2015 16:49:51 +0000 (12:49 -0400)]
Set the proper machine_type for 0.5mm nozzle TAZ5
nickthetait [Tue, 2 Jun 2015 16:51:45 +0000 (10:51 -0600)]
Added print profiles for Taz5 new nozzle size. Implements part of #107
Youness Alaoui [Fri, 29 May 2015 20:32:14 +0000 (16:32 -0400)]
new machine wizard: Default machine is the Mini, not the TAZ5
Youness Alaoui [Fri, 29 May 2015 17:57:40 +0000 (13:57 -0400)]
Fix comment on single layer toggle
Youness Alaoui [Fri, 29 May 2015 17:01:58 +0000 (13:01 -0400)]
Do not reset the chain to lulzbotReady Page if we go back
Youness Alaoui [Fri, 29 May 2015 16:48:26 +0000 (12:48 -0400)]
Do not add a new mis-configured machine if the user presses Cancel in the add new machine wizard
nickthetait [Fri, 29 May 2015 15:22:54 +0000 (09:22 -0600)]
Update Taz5 help URL
nickthetait [Thu, 28 May 2015 19:42:03 +0000 (13:42 -0600)]
Revert several messy/imcomplete changes I made
nickthetait [Thu, 28 May 2015 17:38:08 +0000 (11:38 -0600)]
Labeling cleanup, hyperlink for more help.
nickthetait [Wed, 27 May 2015 14:09:15 +0000 (08:09 -0600)]
Preparing to split out nozzle sizes. Clearly I'm doing something wrong. This does not function as is.
nickthetait [Fri, 22 May 2015 17:33:45 +0000 (11:33 -0600)]
more stuff
nickthetait [Wed, 20 May 2015 20:16:08 +0000 (14:16 -0600)]
First attempt
nickthetait [Wed, 20 May 2015 17:31:38 +0000 (11:31 -0600)]
Separate Taz5 into its own config page.
nickthetait [Tue, 2 Jun 2015 18:29:52 +0000 (12:29 -0600)]
Merge branch 'taz5-nozzle-size' into LulzBot-devel
Youness Alaoui [Tue, 2 Jun 2015 18:18:15 +0000 (14:18 -0400)]
Remove useless -r option
Fixes issue #62
nickthetait [Tue, 2 Jun 2015 18:15:26 +0000 (12:15 -0600)]
Update static text formatting
Youness Alaoui [Tue, 2 Jun 2015 17:57:31 +0000 (13:57 -0400)]
Disable the back button on the machine select page
Youness Alaoui [Tue, 2 Jun 2015 17:43:21 +0000 (13:43 -0400)]
Set the lulzbot ready page as the next one to the nozzle select page
nickthetait [Tue, 2 Jun 2015 17:47:44 +0000 (11:47 -0600)]
Set default nozzle size for Taz5 to 0.35
Youness Alaoui [Tue, 2 Jun 2015 17:36:31 +0000 (13:36 -0400)]
Do not set taz5 nozzle page to be the previous page of lulzbot Ready until taz5 gets selected
Youness Alaoui [Tue, 2 Jun 2015 17:33:07 +0000 (13:33 -0400)]
Merge branch 'LulzBot-devel' into taz5-nozzle-size
Youness Alaoui [Tue, 2 Jun 2015 17:02:53 +0000 (13:02 -0400)]
Add quickprint settings for TAZ 5 0.5mm nozzle
Youness Alaoui [Tue, 2 Jun 2015 16:49:51 +0000 (12:49 -0400)]
Set the proper machine_type for 0.5mm nozzle TAZ5
nickthetait [Tue, 2 Jun 2015 16:51:45 +0000 (10:51 -0600)]
Added print profiles for Taz5 new nozzle size. Implements part of #107
Youness Alaoui [Fri, 29 May 2015 20:32:14 +0000 (16:32 -0400)]
new machine wizard: Default machine is the Mini, not the TAZ5
nickthetait [Fri, 29 May 2015 19:19:41 +0000 (13:19 -0600)]
Merge branch 'taz5-nozzle-size' into LulzBot-devel
Youness Alaoui [Fri, 29 May 2015 17:56:45 +0000 (13:56 -0400)]
Add a version upgrade function when a new version is detected
Fixes issue #111
Youness Alaoui [Fri, 29 May 2015 17:57:40 +0000 (13:57 -0400)]
Fix comment on single layer toggle
Steven Abadie [Fri, 29 May 2015 17:31:21 +0000 (11:31 -0600)]
Turned layer toggle button 90 degrees.
Youness Alaoui [Fri, 29 May 2015 17:16:02 +0000 (13:16 -0400)]
Change singleLayer toggle to new graphic and change size and position
Youness Alaoui [Fri, 29 May 2015 17:01:58 +0000 (13:01 -0400)]
Do not reset the chain to lulzbotReady Page if we go back
Steven Abadie [Fri, 29 May 2015 16:55:50 +0000 (10:55 -0600)]
Change to glButtons to include layer view toggle button.
Youness Alaoui [Fri, 29 May 2015 16:48:26 +0000 (12:48 -0400)]
Do not add a new mis-configured machine if the user presses Cancel in the add new machine wizard
nickthetait [Fri, 29 May 2015 15:22:54 +0000 (09:22 -0600)]
Update Taz5 help URL
Youness Alaoui [Fri, 29 May 2015 15:08:07 +0000 (11:08 -0400)]
Set print all at once as the default setting
Fixes issue #110
nickthetait [Thu, 28 May 2015 19:42:03 +0000 (13:42 -0600)]
Revert several messy/imcomplete changes I made
Youness Alaoui [Thu, 28 May 2015 18:36:11 +0000 (14:36 -0400)]
Add an option to print the perimeter before/after infill
nickthetait [Thu, 28 May 2015 17:38:08 +0000 (11:38 -0600)]
Labeling cleanup, hyperlink for more help.
nickthetait [Wed, 27 May 2015 14:09:15 +0000 (08:09 -0600)]
Preparing to split out nozzle sizes. Clearly I'm doing something wrong. This does not function as is.
Youness Alaoui [Fri, 22 May 2015 21:58:04 +0000 (17:58 -0400)]
Re-enable print one at a time options and set Mini gantry settings
This fixes issue #104
Youness Alaoui [Fri, 22 May 2015 21:54:50 +0000 (17:54 -0400)]
When a M0/M1 (pause) command is sent, we should pause the print instead
This will fix issues with the pause-at-z plugin on the Mini for example
Fixes issue #102
Youness Alaoui [Fri, 22 May 2015 21:51:53 +0000 (17:51 -0400)]
Fix an issue where the UI state wasn't being updated
This could happen if you pause a print within 500ms from a gcode command
being executed on the serial com. The update was ignored and if we paused
we may never get another callback update so the UI would never get updated.
This could also happen when we just open the UI and we see the temperature
values appear meaning the connection was successful, but it doesn't say
Operational and the Print button is disabled for about 5 seconds (the next
temperature update).
Youness Alaoui [Fri, 22 May 2015 21:51:36 +0000 (17:51 -0400)]
Change the Print button into Pause/Resume when no pause button is present
Youness Alaoui [Fri, 22 May 2015 21:51:04 +0000 (17:51 -0400)]
Change Pause button Resume when print is paused
Youness Alaoui [Fri, 22 May 2015 21:50:36 +0000 (17:50 -0400)]
Fix behavior of isPrinting, which should be False when in Paused state
Youness Alaoui [Fri, 22 May 2015 20:57:42 +0000 (16:57 -0400)]
Revert "Toss out broken plugin."
This reverts commit
c74ccef81fa7a64f7c3217dc6ec68521fc5f7a56.
nickthetait [Fri, 22 May 2015 17:33:45 +0000 (11:33 -0600)]
more stuff
Youness Alaoui [Fri, 22 May 2015 17:06:21 +0000 (13:06 -0400)]
Add Pause support to serial communication which adds a pause button to UI
nickthetait [Wed, 20 May 2015 20:16:08 +0000 (14:16 -0600)]
First attempt
nickthetait [Wed, 20 May 2015 17:31:38 +0000 (11:31 -0600)]
Separate Taz5 into its own config page.
Youness Alaoui [Tue, 19 May 2015 20:19:26 +0000 (16:19 -0400)]
Fix previous commit and disable print one at a time option for lulzbot printers
nickthetait [Tue, 19 May 2015 18:01:02 +0000 (12:01 -0600)]
Remove broken print one-at-a-time setting.
nickthetait [Tue, 19 May 2015 17:51:50 +0000 (11:51 -0600)]
Toss out broken plugin.