Commit graph

1877 commits

Author SHA1 Message Date
Gregory Diaz
08c8205f59 Updated settings for all 3D Stuffmaker printers. 2015-03-19 12:31:52 -07:00
Lars Brubaker
bbbbd6a626 Merge pull request #210 from gregory-diaz/1.2.2
Added updated settings sent from 'Revolution 3D' and '3D Stuffmaker'
2015-03-18 13:32:21 -07:00
Gregory Diaz
bb1504d0a3 Added updated settings sent from 'Revolution 3D' and '3D Stuffmaker' 2015-03-18 12:36:44 -07:00
Lars Brubaker
8366433b66 Made the airwolf hd series not have software leveling enabled by default. 2015-02-24 16:20:45 -08:00
Lars Brubaker
9eb04377a5 updated translation 2015-02-23 18:15:40 -08:00
Lars Brubaker
3dd2624946 Merge branch 'development' into 1.2.2 2015-02-23 12:47:51 -08:00
Lars Brubaker
f40edb4e84 Made the timing print in seconds. 2015-02-23 12:47:02 -08:00
Lars Brubaker
b47ed3eff7 Merge pull request #186 from gregory-diaz/1.2.2
Fixed bug for 'Create Part Sheet' crash when queue is synced to SD Card.
2015-02-23 12:46:38 -08:00
Gregory Diaz
b61887a085 Fixed bug for 'Create Part Sheet' crash when queue is synced to SD Card. 2015-02-23 12:45:11 -08:00
Lars Brubaker
4a7718c1f5 Merge pull request #185 from jlewin/development
Resolve Mac build breaks
2015-02-23 12:33:02 -08:00
John Lewin
0c08b3c96c Resolve Mac build breaks 2015-02-23 11:06:03 -08:00
larsbrubaker
8ef3aba724 Made the menu always unselect on close
Made some copied code share a single source.
2015-02-22 15:50:28 -08:00
larsbrubaker
d64d867710 Made the print timing info still allow the the terminal window to filter correctyl. 2015-02-22 10:01:06 -08:00
Lars Brubaker
1ab46d7977 Fixed the error message when a gcode file is too big to show.
Made the terminal window output during printing show the time since start.
2015-02-21 16:30:29 -08:00
Lars Brubaker
b11c22fb31 Made the wait for g1 line try to guess how long is reasonable. 2015-02-21 12:01:59 -08:00
Lars Brubaker
c166af5795 Made the cache cleaning also delete unused directories.
Made the text creator scroll bars sized better.
2015-02-21 10:09:39 -08:00
Lars Brubaker
5bc8795d86 Made the cache cleaning delete all unreferenced png tga stl and amf files.
Made it so we always show what slicing engine we are using in settings
Made it so when we switch to MatterSlice for dual extrusion we reload the display correctly
Put in a clear history button on settings
2015-02-20 12:05:44 -08:00
Lars Brubaker
01f3478a68 Moved the delete cache data to a common location.
Took out the M109 from 3D STuffmaker so it uses the new override correctly.
2015-02-19 11:37:20 -08:00
Lars Brubaker
fd094f25af Fixed a bug where the temp could get in a state of ping-ponging between values.
Working on better cache cleaning.
Added a heat extruder before homing config option
Made 3D Stuffmaker use the new setting
2015-02-19 10:56:54 -08:00
Lars Brubaker
428473203f Don't start the waiting for position timer when starting a print. 2015-02-18 13:11:05 -08:00
Lars Brubaker
c484b5746e Warn when adding big parts to the queue 2015-02-18 12:20:58 -08:00
larsbrubaker
fe7ed2a59f Enabled the warning on files too big. 2015-02-18 08:10:33 -08:00
Lars Brubaker
804da8967e Made unit tests for slicing a cube
Got the code passing the tests.
2015-02-17 19:16:10 -08:00
larsbrubaker
2ce5b6ee75 Working more on the new slicer. 2015-02-17 07:58:53 -08:00
larsbrubaker
9d176fcd3b Bottom clip will just go in the mesh position. 2015-02-16 22:42:52 -08:00
larsbrubaker
5b509f340f Renamed a variable in Ray to show it is normalized
Started work on a slicer that works natively on our mesh structureMoved Plane from RayTracer to Vector Math
2015-02-16 19:59:46 -08:00
larsbrubaker
cbbeeac8ae Don't show the bed temp if there is no heated bed.
Don't write bed temp to gcode if there is no heated bed.
Read bed temp through accessor function so we can filter it based on if the printer has a heated bed.
Added BedTemperature function on Active Slice Settings
2015-02-16 16:16:06 -08:00
larsbrubaker
a14002c176 Put hexagon in slice settings. 2015-02-16 08:52:36 -08:00
Lars Brubaker
86bd2d7c48 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-02-13 17:35:57 -08:00
Lars Brubaker
a59b24c2d9 Working on a View menu
Making it possible to tell pop out windows to save states
Took out some dead code
2015-02-13 17:35:48 -08:00
Lars Brubaker
82a81a6b1f Merge pull request #182 from gregory-diaz/development
Added printer settings for Revolution 3D' s new models.
2015-02-13 14:46:10 -08:00
Lars Brubaker
d383355bb0 Merge pull request #183 from jlewin/development
Reduce delay when removing profiles
2015-02-13 14:00:03 -08:00
John Lewin
d04872d79c Reduce delay when removing profiles 2015-02-13 10:34:23 -08:00
Gregory Diaz
9f23b8acc8 Added printer settings for Revolution 3D' s new models. 2015-02-13 10:28:11 -08:00
Kevin Pope
7d260d6cac Merge pull request #181 from jlewin/development
Expose transactions to improve sqlite write performance
2015-02-13 09:24:55 -08:00
John Lewin
c2f8e9a15e Expose transactions to improve sqlite write performance 2015-02-13 09:14:43 -08:00
Kevin Pope
e5df2ca54f Merge pull request #180 from gregory-diaz/Duplicate_Settings
Fix for duplicate settings bug
2015-02-12 18:30:19 -08:00
Gregory Diaz
a5569bfdf7 Fix for duplicate settings bug 2015-02-12 18:02:47 -08:00
Lars Brubaker
101a5bc9be Merge pull request #179 from jlewin/development
Remove duplicate call to PrinterOutputCache.OnHasChanged
2015-02-12 13:51:09 -08:00
John Lewin
1ae47938e5 Remove duplicate call to PrinterOutputCache.OnHasChanged 2015-02-12 13:47:16 -08:00
Lars Brubaker
c442390062 Updated our drivers (RAMPS and FTDI) 2015-02-12 13:41:53 -08:00
Lars Brubaker
bc094a1587 Made the wait for position on M114 have a timeout. 2015-02-11 17:55:07 -08:00
Lars Brubaker
30f1db1337 Merge pull request #177 from jlewin/development
Perform permission validation before allowing connection attempts
2015-02-11 09:45:02 -08:00
John Lewin
180c65d02e Perform permission validation before allowing connection attempts 2015-02-10 18:48:33 -08:00
Kevin Pope
c212510fa5 Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development 2015-02-10 18:30:58 -08:00
Kevin Pope
627a79a5ca Don't attempt to play notification on Mac. 2015-02-10 18:29:36 -08:00
Lars Brubaker
f9fed74e36 Make sure we can handle trying to check a bad zip file for centering. 2015-02-10 14:36:02 -08:00
Lars Brubaker
e345dd3bd9 Merge pull request #176 from jlewin/development
Ensure overwrite behavior if possible for CreateFromDirectory or fallbac...
2015-02-10 11:41:42 -08:00
Lars Brubaker
08d620a468 Make sure we don't crash on a bad model while trying to check if it can be centered. 2015-02-10 11:39:55 -08:00
John Lewin
af9668b40c Ensure overwrite behavior if possible for CreateFromDirectory or fallback to rename if not 2015-02-10 10:56:56 -08:00