Matt Moening
bfa2db035a
Updated Printer Auto Name
...
Auto Name will now suggest names without numbers if there are no printers of the same make and model
Auto Name will now suggest the lowest possible number if there are printers of the same make and model
2015-04-17 20:14:20 -07:00
Lars Brubaker
bcd67d4aa1
Took out the code for remembering and setting the slice settings tab and added new code that puts it
...
and reads it from the user settings db.
2015-04-16 18:08:43 -07:00
Lars Brubaker
b5d3bb9c04
Got the touch screen to remember tab state.
...
Got the Options page to remember its state
Fixed a early binding bug in PopOutManager
2015-04-16 13:08:26 -07:00
Lars Brubaker
81b09633ce
Reorganized
2015-04-09 17:45:14 -07:00
Lars Brubaker
591528ee91
Ran code maid against this code.
2015-04-08 15:20:10 -07:00
Lars Brubaker
53ded760e9
Put a try catch around the printer on idle call
...
Refactor / renaming
2015-03-25 18:01:57 -07:00
Lars Brubaker
4f8c0742ce
Made the com tester able to respond as if it is MarlinFirmware
...
Took out the ability to print to printer sd card.
You can still print from sd card)
You can still save gcode to an sd card
Put in and EXTENSIONS check from firmware
Putting in a URI_GCODE_SEND
2015-03-14 16:00:04 -07:00
Lars Brubaker
da5e8c4d4f
Moving code around to make android work
2015-03-11 10:30:46 -07:00
Lars Brubaker
280ceca0c9
Moving FrostedSerial classes into their own files.
...
Made a FrostedSerialPortFactory rather than just static methods so that we can override it.
Working on a QRSolver to help with print leveling on Kossel
2015-03-09 11:35:29 -07: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
John Lewin
d04872d79c
Reduce delay when removing profiles
2015-02-13 10:34:23 -08:00
John Lewin
1ae47938e5
Remove duplicate call to PrinterOutputCache.OnHasChanged
2015-02-12 13:47:16 -08:00
John Lewin
97d4a21985
Revise candidatePort selection
2015-02-04 19:51:36 -08:00
Lars Brubaker
ec092b744e
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2015-02-04 14:24:54 -08:00
Lars Brubaker
f6e243672a
Terminal window on Android shows softkeyboard.
...
White space formating
2015-02-04 11:04:10 -08:00
John Lewin
b3a9afcd94
Account for FrostedSerialPort.GetPortNames() having zero items, don't filter 002/002
2015-02-02 12:47:12 -08:00
Lars Brubaker
0af9175f97
Got menus to be able to be scrolled on Android.
...
Put in some license text.
2015-01-28 16:07:40 -08:00
Lars Brubaker
da4f6f6fe7
Merge pull request #170 from jlewin/development
...
Ensure active connected printer is disabled if removed - Fixes #87154858
2015-01-28 14:24:07 -08:00
John Lewin
eda577b8e9
Ensure active connected printer is disabled if removed - Fixes #87154858
2015-01-28 14:13:35 -08:00
Lars Brubaker
21fbeed029
Make sure we never rebuild the bed image while still loading the config (delay the rebuild until draw).
...
Do a better job closing the connection widget
2015-01-28 14:13:23 -08:00
Lars Brubaker
e7c0261d25
Made many more of the factory fixed size settings include the point size scaling so they are the right size.
2015-01-27 09:34:15 -08:00
Lars Brubaker
a65cdb9267
Made the movement controls a bit bigger on Android.
2015-01-27 08:45:34 -08:00
larsbrubaker
0b3bbc136b
Fixed the number edit not to grow on Android. Made it's VAnchor always ParentCenter
...
Made the logic to test if a part should be centered on the bed be if it was output by MatterControl
Some other white space changes
2015-01-25 17:54:26 -08:00
John Lewin
753b4e52c6
Conditionally display AutoConnect on printer edit form - Fixes #86664638
2015-01-21 18:30:21 -08:00
Lars Brubaker
eec0211b3b
Made the terminal window in 32 bit be limited to 10 megs of cache.
2015-01-21 11:45:42 -08:00
John Lewin
4e1ad536e2
Conditionally display port details on printer edit form - Fixes #86355354
2015-01-21 08:28:11 -08:00
Lars Brubaker
bc30ddca05
Added a profile for PrintSpace Altair
...
Better handling of bad setup.ini files
2015-01-07 11:21:25 -08:00
Lars Brubaker
634031b9ce
Name consistency on slider constructor params.
...
Made the touch screen adjustment slider size smaller
2015-01-05 11:31:52 -08:00
Lars Brubaker
6cfc1e67f9
Made the CREATE_AND_SELECT_PRINTER load the correct settings.
...
Took out a bunch of redundant code that was in both PrinterSetupStatus and SetupStepMakeModelName (took out of SetupStepMakeModelName)
renamed PrinterSetupStaus variable to currentPrinterSetupStatus as the first is also the name of the class and quite confusing.
2015-01-05 10:27:24 -08:00
Lars Brubaker
5dff18c421
Made the gcode warning checkbox work
...
Made the terminal view show correctly when printing.
2014-12-31 11:09:57 -08:00
Kevin Pope
6993a6541e
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-28 17:29:56 -08:00
Kevin Pope
66726af531
Set max height for model chooser in setup wizard.
2014-12-28 17:28:39 -08:00
Lars Brubaker
a68276154b
Messing with drawing the buttons.
2014-12-27 16:21:30 -08:00
larsbrubaker
0a97cf0a1d
Started work on z height turning controls.
2014-12-27 08:19:48 -08:00
Kevin Pope
f8d53056b4
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-24 08:15:12 -08:00
Kevin Pope
ac98f1a852
Move PrinterSetupStatus to a separate file.
2014-12-24 08:14:30 -08:00
larsbrubaker
f788ccb6cd
Made it so if we crash we can tell.
...
Made it so if we know we crashed we disable the 3d display o gcode (just in case).
We can make more crash recovery now as well.
2014-12-22 22:49:57 -08:00
Gregory Diaz
499468b631
Fixed crash on OEM builds with only one printer model
2014-12-22 14:53:00 -08:00
Kevin Pope
9797e901fb
Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
2014-12-20 09:07:40 -08:00
Kevin Pope
899ece89c8
Edit mode button cleanup.
2014-12-20 09:07:13 -08:00
Gregory Diaz
d2df19667e
Merge remote-tracking branch 'origin/development' into development
2014-12-19 09:43:58 -08:00
Lars Brubaker
fe65590ff5
Made the text control less tall
2014-12-18 14:51:08 -08:00
Lars Brubaker
f2f32ae75c
Made the controls lay out better and made them respect the state of the printer and show it.
2014-12-18 14:44:08 -08:00
Gregory Diaz
e0c7dccb07
fixed make selection dropdown problem..."Select Make" is now visible again.
2014-12-18 13:44:48 -08:00
Lars Brubaker
33b7588900
Put back in the % indicator for fan speed and the ability to edit it.
2014-12-18 12:36:22 -08:00
Lars Brubaker
4aa647b4e1
Allow 3 decimal places in z
2014-12-18 11:31:04 -08:00
Lars Brubaker
2b69fdd0c7
Make the terminal do the right filtering when opening.
...
Make the open save state more robust.
2014-12-17 16:04:21 -08:00
Lars Brubaker
ef20f2e65a
Made lots of windows stay on top of the main window.
...
Fixed a bug with the close menu item and the terminal window being open.
2014-12-17 10:30:45 -08:00
Lars Brubaker
c79156df87
Increased the delay
2014-12-17 09:59:24 -08:00
Lars Brubaker
a6f8ef0a11
Fixed a problem with min size
...
Made sure all closing sets the size
2014-12-17 09:53:07 -08:00