Lars Brubaker
b373d5c14a
Fixed a bug in first layer extrusion width.
2015-06-09 11:30:14 -07:00
Lars Brubaker
1f1ec9f701
Made the behavior of the 3d view match more closely the results of the gcode view in regards to the center_on_bed option.
2015-05-22 11:11:32 -07:00
Lars Brubaker
2a6b48b02d
Make sure we pre-process our settings for all slicing engines.
2015-05-20 13:36:29 -07:00
John Lewin
875bbb40b0
Revise ATX Power submission from peter1960
2015-04-30 15:46:45 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
90331a49a3
Moving to using submodules
...
Changed HasEmergecyStoy to ShowResetConnection
2015-02-26 10:17:41 -08:00
Gregory Diaz
866729a20f
Latest work on e-stop button
2015-02-25 16:14:32 -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
51dcf9bc17
Added has hardware leveling to slice settings and implemented in code to
...
remove the software print leveling when present.
Added the setting to lulzbot mini, robo r1 and prntrbot simple metal
2015-01-23 08:03:59 -08:00
Lars Brubaker
5a98936302
Put in more localizations and new strings.
2015-01-09 13:05:30 -08:00
Lars Brubaker
99929ef5b1
Better error message on retraction speed set to 0 (from user support)
2015-01-09 12:57:48 -08:00
Lars Brubaker
369f3c7d70
Fixed a bug when setting the slice settings to say there are 0 extruders.
2015-01-05 10:09:28 -08:00
Lars Brubaker
098920e311
Merge pull request #128 from gregory-diaz/development
...
Development
2014-12-16 16:55:26 -08:00
Lars Brubaker
0b4fad709c
Made it so we only heat up the extruders that will be printing.
...
Including checking for support and raft extruders.
2014-12-16 16:35:56 -08:00
Gregory Diaz
e1f4c818dd
code that handles null organizer settings data
2014-12-16 11:07:44 -08:00
Lars Brubaker
cd1a9c5833
Fixed a bug importing new slic3r ini files.
2014-12-11 09:56:03 -08:00
Lars Brubaker
220b386a26
Cleaning up some interfaces
2014-12-09 16:40:52 -08:00
Lars Brubaker
a54a59e25f
Putting a menu to switch view settings.
...
Made the trace data build faster.
Made ungroup understand mesh collections better
Made the slice settings layer index be an enum so it is clearer what is being accessed
Put menu items into separate files
2014-12-09 15:16:08 -08:00
larsbrubaker
30c77146ec
Took out all the user folder stuff and put it into the file dialog.
...
Also made file dialog remember what folder was last used and use that one if it has been set.
Does the old user folder when not set.
2014-12-06 11:12:05 -08:00
John Lewin
3b5b65f822
Remove IEnumberable assumptions from ReadLines callers and cleanup invokes
2014-12-04 13:41:16 -08:00
John Lewin
eba756966b
Initial StaticData platform abstraction
2014-12-04 12:22:34 -08:00
kevinepope
e936fe98f7
Change message confirmation dialogs from modal to async w/callback.
2014-10-21 21:20:09 -07:00
Kevin Pope
526873ac5f
Added some initial multi-material preset support. Slice mapping pulls correct temp based on preset.
2014-10-14 17:10:22 -07:00
Kevin Pope
9e9259bfba
Adding mutli-material UI support.
2014-10-14 14:39:46 -07:00
larsbrubaker
2ee0f7a111
Put in an ExtrudersShareTemperature setting
...
Getting the gcode output to put in extruder 2 temps.
2014-10-13 17:00:25 -07:00
Kevin Pope
3f0850a752
UI related updates. Work on formatting of print history and print library items. Made slice settings import work asynchronously.
2014-10-09 12:23:31 -07:00
larsbrubaker
7a3d263f9d
Improved the parameters that we pass to gcode renderer (made them a class)
...
Made it so we can remove the offsets when rendering multi material gcode
Default to grid on
Extruder offsets are now loadable and savable and editable
2014-09-29 17:59:57 -07:00
larsbrubaker
e75dc94e0d
Fixed a bug when closing the 3D view while it is still loading or processing.
...
Working on adding material settings to 3D view.
2014-09-26 15:04:04 -07:00
larsbrubaker
54f406a031
Make sure we can handle blank lines in Slice settings files (they have been added manually)
...
Put in wipe tower and wipe shield (more work on dual extrusion)
2014-09-10 10:01:13 -07:00
Kevin Pope
4759adbf3b
Merge branch 'development' into greg-development
...
Conflicts:
MatterControl.csproj
StaticData/Translations/Master.txt
2014-08-20 10:52:47 -07:00
gregory-diaz
a9bfdf9fd3
implementing part of export as x3g
2014-08-19 18:10:38 -07:00
larsbrubaker
430f803f38
Made the infill understand a %.
...
Upgraded to the latest slic3r release.
2014-08-11 15:41:38 -07:00
gregory-diaz
fa8c2b6b6d
Made it so that the UI reloads only if a Hardware_Setting is changed on Slice Settings page.
2014-07-23 16:03:15 -07:00
gregory-diaz
c9fc99bd11
Changing any of the printer capability settings now triggers a re-load of the UI
2014-07-23 12:46:04 -07:00
larsbrubaker
96c2582959
More work on sd card printing.
...
Validate the first layer extrusion width
Make the test work for oems
2014-06-20 17:54:39 -07:00
larsbrubaker
e8247a8481
Put all the icons into the icons directory
...
Lots of work on printing from SD card
Put in hardware options to describe printer settings (fan, heated bed, sd card)
moved icons into subdirectory.
2014-06-19 11:25:28 -07:00
larsbrubaker
0e646dca68
Change the namespace of PrinterCommunication and the class name.
...
Deleted lots of unused usings.
Working to get the 2point leveling working.
Started work on a new printer io layer
Fixed the crash on disconnect while printing.
2014-06-11 14:52:58 -07:00
larsbrubaker
af3a345ce2
Renaming for clarity.
...
Got the third point data collection to work better.
2014-06-06 19:10:13 -07:00
larsbrubaker
7dd57bb6b5
Now the 2 point leveling at least can be instantiated.
2014-06-06 17:33:26 -07:00
larsbrubaker
6ec46b7ed1
Put the printer configuration page into a matching namespace and renamed it with printer prefix
...
Put in the code to handle multiple bed leveling procedures.
Saving the print level data into the printer as a json string
2014-06-06 16:05:18 -07:00
larsbrubaker
00e10bfbea
Working on 3D gcode view
...
Making the view navigation controls for 2d and 3d a separate class.
2014-05-25 11:11:11 -07:00
Kevin Pope
9cd754d2a6
Reversed priority (and coloring) of Material versus Quality slice presets.
2014-04-12 13:56:04 -07:00
Kevin Pope
96ea37f86f
Changed slice config extension (for export) to ".slice"
2014-04-10 16:38:18 -07:00
Kevin Pope
0a57376804
Added lockout overlay to overridden slice settings. Added ability to open specific slice preset detail editor directly.
2014-04-09 18:45:29 -07:00
kevinepope
14c92d2314
Enable Quality slice presets.
2014-04-08 21:04:28 -07:00
Kevin Pope
2e418fd48d
Lots of work on Slice Presets.
2014-04-08 19:33:09 -07:00
larsbrubaker
afee787587
Working on adding a print level sample position edit window .
...
Cleaned up the names of the functions to get the print level sample positions vs. the measured positions.
2014-04-02 18:14:26 -07:00
Kevin Pope
f1ac2fe746
Prep work on slice settings layering.
2014-03-24 18:56:41 -07:00
larsbrubaker
b649f3aab3
The spelling of filament corrected.
2014-03-24 07:06:07 -07:00
larsbrubaker
5c0993f83e
Changed the interface to translations.
2014-03-11 15:24:47 -07:00