Scott Lahteine
381bc6f0b0
set_position => set_position_mm
8年前
Scott Lahteine
9729e9c450
Combine ST7565 / U8GLIB_NHD_C12864 items in dogm
8年前
Scott Lahteine
d698c89971
Fix bad movement in gcode_T when switching
8年前
Scott Lahteine
a0b000d752
Support for SAV_3DGLCD OLED LCD controller
8年前
Scott Lahteine
bd97bbc52a
Make HAS_LCD_CONTRAST a boolean flag
8年前
Bo Herrmannsen
a1a8240606
added defines present in en but not in da
8年前
Bo Herrmannsen
5eb7a79d93
initial changes to DA
8年前
Scott Lahteine
55ef04a566
Need to call dac_init() in setup() for DAC_STEPPER_CURRENT
As reported by https://github.com/MarlinFirmware/Marlin/pull/3182#issuecomment -222595488
8年前
Scott Lahteine
43a71ef226
Remove excess allen key probe examples from configs
8年前
Scott Lahteine
ff53819856
Drop FORCE_INLINE in planner.h
This change actually does increase the binary size by about 12 bytes,
but how does it affect performance?
8年前
Scott Lahteine
e60224a943
Drop FORCE_INLINE from endstops.h
`FORCE_INLINE` seems to have no effect with standard optimization.
8年前
Scott Lahteine
85512e9372
Drop FORCE_INLINE from temperature.h
`FORCE_INLINE` seems to have no effect on code generation with standard
optimization.
8年前
Scott Lahteine
78fb02a5ad
Apply static to Temperature class
8年前
Scott Lahteine
668d50f68e
Keep Stepper encapsulation, use static data and methods
8年前
Scott Lahteine
26f866b908
Apply static to Endstops class
8年前
Scott Lahteine
470d5ac09f
Apply static to Planner class
8年前
Scott Lahteine
ecfdcf7250
Tiny calc_timer speedup
8年前
Edward Patel
06593833ff
MBL: Move border macros to Configuration_adv.h
8年前
Scott Lahteine
d3efc96289
Patch conditionals for DEFAULT_LCD_CONTRAST, MINIPANEL
- `DEFAULT_LCD_CONTRAST` was incorrectly overriding all `DOGLCD`
- `MINIPANEL` conditionals are identical to `MAKRPANEL`
8年前
Edward Patel
92a27c37b3
MBL: Apply https://github.com/MarlinFirmware/Marlin/pull/3903 to example_configurations
8年前
Scott Lahteine
dc22097b3a
Fix some of array initializations
- In `stepper.h` init `count_direction` array
- In `ultralcd.cpp` init `autotune_temp` array
8年前
João Brázio
40e64b36de
Closes #3826 : SD printing will now pause and stop the print counter
The LCD menu items for SD printing pause/stop have been updated to control
also the print job timer. This commit also fixes a small output bug with
M78, the failed print counter was displaying the wrong value.
8年前
Edward Patel
eb2746a34f
MBL: Fix for negative x/y positions
8年前
Scott Lahteine
fad7680605
Slower SPI speed for MAX31855
8年前
Scott Lahteine
827738a790
set_z parameters marked const
8年前
Scott Lahteine
9049f4084b
EEPROM report uses G29 S3
8年前
Scott Lahteine
4955163959
Propose simpler probe index methods
8年前
Scott Lahteine
a1a5cb5393
Propose simpler cel index methods
8年前
Scott Lahteine
360adc6a3b
Small reduction in M421 code
8年前
Scott Lahteine
a4ed988c60
Two index finding functions for MBL
8年前
Scott Lahteine
0e55c06f7d
Rename CORE_AXIS_3 to NORMAL_AXIS
8年前
Scott Lahteine
5172d4ba40
COREYZ stepper, planner, endstop, babysteps
8年前
Scott Lahteine
6c7f4909b1
COREYZ Conditionals, SanityCheck for only a single kinematic
8年前
Scott Lahteine
95fee8ca81
Add option for CoreYZ kinematics
8年前
AnHardt
bb66ffb2ae
Correct hardware endstops default
All credits to RicardoGA
8年前
João Brázio
75221fa673
Followup for #3813
8年前
João Brázio
8c0edb2de4
Fixes #3809 and adds several improvements to the Stopwatch and
PrintCounter classes
8年前
Scott Lahteine
c5130fd23b
Additional instructions for controller reverse options
8年前
Scott Lahteine
0c7c45063b
PID_ADD_EXTRUSION_RATE based on MarlinKimbra
8年前
Scott Lahteine
92ac133f2b
Conditionals and Sanity Check for SINGLENOZZLE
8年前
Scott Lahteine
69abfef82e
Add "SINGLENOZZLE" extruder option
8年前
AnHardt
f5a036510f
Extend M421 with I and J parameters
Extend M421 with I and J parameters
8年前
Scott Lahteine
1a6c72cb57
Apply to the rest of the configs
8年前
Scott Lahteine
37c6d0f4ed
Reword MESH_G28_REST_ORIGIN comment
8年前
Edward Patel
c7d90dc5ec
Add option to configure G28 all axis resting position for MBL
8年前
Mateusz Juszczyk
bbe4c20ef6
Update language_pl.h
8年前
João Brázio
14652bb141
Moves shared helper scripts to the buildroot
8年前
João Brázio
80f05920c5
Moves Felix's dual configuration to a folder
8年前
Scott Lahteine
8218558953
Update comments, rename next_ping_ms, followup to #3797
8年前
AnHardt
e761bdbb4b
Remove SF_ARC_FIX from G5 (Cubic B-spline)
Remove SF_ARC_FIX from G5 (Cubic B-spline).
SF_ARC_FIX is a fix for G2/G3 (arcs) where Skeinforge always produced relative instead of absolute coordinates for the endpoint of an arc.
It's very unlikely this is also a problem with Cubic B-splines. More likely is copying from the G2/G3 code.
8年前