- May 22, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
oldmcg authored
* UBL G29 -P3.1 mesh fill with distance-weighted least squares fit. * Back to original -O0 on G29 for now.
-
Scott Lahteine authored
Constrain LCD status message rendering
-
Roxy-3D authored
* Misc. Clean Up Mostly UBL related clean up. - But fixed a bug in the thermistortables. - Made G26 more responsive to user aborts. - Added sanity checks for older name for UBL_MESH_VALIDATION. - Made G29 P4 able to edit invalidated mesh points - Restore a reasonable Fade Height for UBL when creating new state information - Get UBL's Topology Map to look a little bit better - Make sure the user doesn't see a blank screen when doing Mesh Editing. * Huh??? GitHub Desktop screwed up! * get the planner object in scope * Fix out of scope z_fade_height * Travis timed out... I need a change so I can force a new commit and sync.
-
- May 21, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix set_lcd_contrast
-
MagoKimbra authored
-
Scott Lahteine authored
Cleanup code, organize & document fastio pin mappings
-
Roxy-3D authored
Changed UBL_G26_MESH_EDITING to UBL_G26_MESH_VALIDATION Added UBL_MESH_EDIT_MOVES_Z to prepare for that change (coming next)
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Reference: #6804
-
Scott Lahteine authored
-
Scott Lahteine authored
Add "live editing" option to LCD menus
-
Scott Lahteine authored
Restore current temp accessors to float
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
G33 updates
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 19, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Disable PROBE_MANUALLY for UBL
-
Scott Lahteine authored
Plus some other UBL tweaks.
-
- May 18, 2017
-
-
Scott Lahteine authored
Patch LCD code for 5th extruder
-
Scott Lahteine authored
Tweak Azteeg X3 PRO _pins.h so Viki2 will work for those without a case light
-
Brian authored
- add comment explaining that the Panucatt Viki2 wiring diagram uses pin 44
-
bgort authored
Add `G7` gcode command to move between UBL mesh points
-
- May 17, 2017
-
-
Brian authored
-
Brian authored
- can be augmented in the future to enable for other leveling systems Quite simple, but did not want to modify `G1` as the additional checking would slow it down. Tested & working.
-
bgort authored
Fix recent regressions, &c.
-
Brian authored
- fix broken `M421` due to less-than-careful optimization - add HOME_AFTER_DEACTIVATE define to advanced config so not everyone has to rehome after steppers are deactivated - misc. cleanups (remove unused label, unused variables)
-
Scott Lahteine authored
-