Commit graph

264 commits

Author SHA1 Message Date
Lars Brubaker
cee88e16db added ability to turn off send with checksum
made print_center setting show up
2017-11-30 13:59:25 -08:00
Lars Brubaker
a0557ed6c0 Adding support for turning on and off extruder long run reset 2017-11-30 13:59:25 -08:00
Lars Brubaker
e2d5b5b701 Turning on support % for sla 2017-11-28 16:11:51 -08:00
John Lewin
41b9f9ed3c Remove seemingly invalid bed temp ExtraSettings from SD Card Reader
- Issue MatterHackers/MCCentral#2183
Strange things appearing in settings
2017-11-09 01:51:49 -08:00
John Lewin
3eea3ea1ae Most CSV list definitions from generic to specialized field 2017-11-09 01:51:48 -08:00
John Lewin
1900858a8f Fix typos 2017-11-04 21:11:00 -07:00
John Lewin
63bb93ca67 Fix validate_layer_height help text
- Issue MatterHackers/MatterControl#2445
Validate Layer Height Description
2017-11-02 16:06:04 -07:00
Lars Brubaker
96f0977010 Made FanControls values go from 0-100
Made all values round trip without changing
Made sure we can't get into an update fan loop
Made printer connection hold the speed as a double but send as an int
Made sure the starting display value of EditableNumberDisplay is correct
2017-11-02 12:29:10 -07:00
Lars Brubaker
bc3a7a3572 Improving sla initial layer description 2017-10-30 17:28:07 -07:00
Lars Brubaker
887d761a8f Making SLA setting more appropriate 2017-10-30 15:41:08 -07:00
Lars Brubaker
b0fa37b2a4 Added first pass at support for SLA printers
Took out unused slice settings
2017-10-30 13:10:18 -07:00
Lars Brubaker
af49a4fcfd Added in the ability to set the number of first layers
layers that print slow
2017-09-22 16:32:18 -07:00
John Lewin
cebc48ba3b Use consistent format for SliceSetting -> PresentationName
- Enforce with test
2017-09-14 14:11:49 -07:00
John Lewin
eb6141abe1 Consolidate extruder settings, use nozzle term where applicable 2017-09-14 13:31:02 -07:00
John Lewin
fb5c271b84 Add default value for new driver_type definition 2017-09-13 14:25:03 -07:00
John Lewin
3c45b47fb5 Add driver_type specification to properties.json 2017-09-13 12:53:08 -07:00
John Lewin
334f64148b Remove per-field GCode sections, improve highlight styling 2017-09-13 06:45:23 -07:00
John Lewin
f1596b535f Improve checkbox behavior, reload on Show Reset button click 2017-09-13 06:45:21 -07:00
John Lewin
7e93caf274 Fix typo in bottom_solid_layers 2017-09-13 06:45:20 -07:00
Lars Brubaker
412481d255 Put in validate layer height
made right button not do design tools
check starting bed temp
2017-08-21 15:46:16 -07:00
Lars Brubaker
d3e7d00b3e Put in a enable retract setting
Made slice settings disable work
2017-08-02 15:19:32 -07:00
Lars Brubaker
f48fac0985 Renaming layer height to layer thickness 2017-07-28 10:54:05 -07:00
Lars Brubaker
6231611456 Removed Bottom Clip 2017-07-11 15:15:37 -07:00
Lars Brubaker
9ad3dfeee9 Put in the ability to ramp the extra extrusion after move
Made the change islands retract always occur if requested.
2017-07-07 08:40:54 -07:00
John Lewin
85b4ea8afc Fix spelling errors, add 2D term exception 2017-07-06 18:17:11 -07:00
Lars Brubaker
9635b3308b Put in regex read write translation code 2017-06-29 09:47:34 -07:00
John Lewin
32713e682c Sanitized Master.txt 2017-06-15 17:19:51 -07:00
Lars Brubaker
64e72512a6 Took out z can be negative.
Put z height on leveling wizard
2017-06-14 17:47:02 -07:00
Lars Brubaker
6c22a896d9 Taking out center on bed for design tools. 2017-06-08 14:43:01 -07:00
Lars Brubaker
a689781772 Merging in 1.7.1 improvements 2017-06-07 16:09:42 -07:00
Lars Brubaker
352eb792f1 Merge branch 'smash_1.7.1' into design_tools
# Conflicts:
#	PartPreviewWindow/View3D/View3DWidget.cs
#	SlicerConfiguration/SliceSettingsWidget.cs
#	SlicerConfiguration/SlicingQueue.cs
#	StaticData/SliceSettings/Properties.json
2017-05-19 14:57:04 -07:00
Lars Brubaker
a1e1c48d90 All new 1.7.1 changes 2017-05-19 14:39:57 -07:00
Lars Brubaker
bc9d9ca9c0 Merge remote-tracking branch 'origin/1.7' into design_tools
# Conflicts:
#	StaticData/SliceSettings/Properties.json
2017-04-14 12:51:17 -07:00
Lars Brubaker
e1374ece9d Putting in support for filament runout sensor
writing support for sms message on filament run out and pause
2017-04-13 14:25:46 -07:00
Lars Brubaker
3fc69a7e81 Merge branch '1.7' into design_tools
# Conflicts:
#	StaticData/Translations/Master.txt
2017-04-12 18:28:16 -07:00
Lars Brubaker
30f8a838ec Put in default value for use_g30_for_bed_probe 2017-04-12 12:47:40 -07:00
Lars Brubaker
c0a7331579 Merge branch '1.7' into design_tools
# Conflicts:
#	SlicerConfiguration/Settings/SettingsHelpers.cs
#	StaticData/SliceSettings/Properties.json
#	StaticData/Translations/Master.txt
2017-04-12 12:29:31 -07:00
Lars Brubaker
4c9d976c56 Put in auto-calibration measuring if G30 is available 2017-04-11 17:49:23 -07:00
John Lewin
907609b587 Design tools 2017-03-15 16:29:56 -07:00
Lars Brubaker
0b6c4e94f1 Merge branch '1.7'
# Conflicts:
#	StaticData/SliceSettings/Properties.json
2017-03-14 14:18:57 -07:00
Matt Moening
596c9e64b2 BaudRate is Visible when network Printing is enabled 2017-02-24 15:21:01 -08:00
John Lewin
ee631255e1 Add manual_movement_speeds to properties.json
- Add to SettingsKeys and migrate usage
- Convert non event EventHandler with StringEventArgs to Action<string>
- Remove SetManualMovementSpeeds function
2017-02-16 11:48:04 -08:00
John Lewin
3211eae456 Remove redundant default values from properties.json
- Ensure valid SliceSettingData defaults
- Ensure ExtraSettings keeps "" default if missing
- Use auto properties in SliceSettingsOrganizer
- Remove single use private defaultEngineType variable
2017-02-16 08:33:46 -08:00
Tyler Anderson
f6c6bbef66 Changed labels for skirt and brim 2017-02-15 15:52:01 -08:00
John Lewin
0f8f81be6e New tuning settings should not invalidate gcode by modifying hash 2017-02-02 14:22:39 -08:00
John Lewin
3aa13d82c4 Persist tuning adjustments into printer settings 2017-02-02 10:56:14 -08:00
Lars Brubaker
8d47359ad9 Clear user baby stepping after new print leveling.
settings save on change
removed redundant expand_thin_walls setting
2017-02-01 13:38:14 -08:00
larsbrubaker
cdab37fbb5 Made the probe height a settings value
MatterHackers/MatterControl#937
On print leveling setup move up an amount from the previous point, not to an absolute point
2017-02-01 07:54:55 -08:00
Lars Brubaker
ec9915e6e0 Improved pathing 2017-01-20 15:52:25 -08:00
Tyler Anderson
636266c7ec Help text changes 2017-01-09 17:58:49 -08:00