- Oct 07, 2016
-
-
Scott Lahteine authored
-
- Oct 06, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roxy-3D authored
Improve M48 output; Add min, max, range, etc.
-
- Oct 05, 2016
-
-
Brian authored
-
Brian authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix buzzer when both i2c and beeper pin are set
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Oct 04, 2016
-
-
Scott Lahteine authored
Small update of language_kana.h
-
Scott Lahteine authored
Add note for M205
-
- Oct 03, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
As suggested in #4940
-
esenapaj authored
-
MagoKimbra authored
-
- Oct 02, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Put max_jerk vars in array, clean up jerk code
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
More detailed debugging of G28 delta
-
Scott Lahteine authored
-
- Oct 01, 2016
-
-
Scott Lahteine authored
Pid unconstrained itemp
-
Scott Lahteine authored
Cleanup of G38.2 / G38.3
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
1) modified 3 code files Marlin.h Marlin_main.cpp endstops.cpp 2) modified config files so I could test on my machine Testing was done on an AzteegX3pro based machine. The probe was hooked to the Z_MIN endstop. My controller doesn't have a dedicated Z_PROBE input so I couldn't test that functionality. Verified that a large file (without any G38 commands) executed the same before and after the changes. Verified that the head moves as expected when G38.2 and G38.3 commands are issued. Single & multiple axis moves were tested along with + and - directions. Code was added to the main ISR. In normal operation only one extra IF statement is evaluated. I didn't notice any performance degradation because of the added code. The G38 commands are expected to be issued manually by the operator during machine setup. The G38 commands wait until the machine is idle before proceeding. That way the other commands are minimally impacted by the extra ISR overhead when a G38 command is in the queue. The G38 commands are very similar to the G28 commands except 1) only the Z_PROBE is used and movement can be in the + or - direction. See issue 4677 for a discussion on adding G38 commands to Marlin. Feature request: add ability to use G38.2 command (CNC) MarlinFirmware/Marlin#4677
-
Scott Lahteine authored
Don't check Z_MAX on raise when the probe pwns the pin
-
- Sep 30, 2016
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Rerouter authored
Apply changes to all configs
-
- Sep 29, 2016
-
-
Scott Lahteine authored
Fix up ABL - Add PROBE_Y_FIRST option. Arduino 1.6.8 required.
-
Scott Lahteine authored
K8400 has 1xXY an 2xZ endstop plugs
-
Scott Lahteine authored
-