Scott Lahteine
0c7c45063b
PID_ADD_EXTRUSION_RATE based on MarlinKimbra
9年前
Scott Lahteine
92ac133f2b
Conditionals and Sanity Check for SINGLENOZZLE
9年前
Scott Lahteine
69abfef82e
Add "SINGLENOZZLE" extruder option
9年前
AnHardt
f5a036510f
Extend M421 with I and J parameters
Extend M421 with I and J parameters
9年前
Scott Lahteine
1a6c72cb57
Apply to the rest of the configs
9年前
Scott Lahteine
37c6d0f4ed
Reword MESH_G28_REST_ORIGIN comment
9年前
Edward Patel
c7d90dc5ec
Add option to configure G28 all axis resting position for MBL
9年前
Mateusz Juszczyk
bbe4c20ef6
Update language_pl.h
9年前
João Brázio
14652bb141
Moves shared helper scripts to the buildroot
9年前
João Brázio
80f05920c5
Moves Felix's dual configuration to a folder
9年前
Scott Lahteine
8218558953
Update comments, rename next_ping_ms, followup to #3797
9年前
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.
9年前
AnHardt
2207001333
No compromises for the manage_heater()
No compromises for the manage_heater(). manage_heater() will return immediately when there is nothing to do, but needs a constant detaT to work proper.
Calling idle() only every 200ms results in a display update every ~2 seconds - that should be enough.
For the other functionalities in idle() and manage_inactivity() 200ms is a lot but hopefully works.
9年前
AnHardt
0c4d885d5b
Speedup sreen update delay
Speedup sreen update delay
and correct a comment.
A module division by 10 is slooooow. (powers of 2 are fast - but then you can AND a bitmask with the same result)
9年前
Rafa Couto
9d416289cc
Update Galician language to 1.1.0-RCBugFix.
9年前
Scott Lahteine
07c9a11c3c
Automatically set X2 stepper pins
9年前
João Brázio
e6effb8f35
Implements S1 argument in M999
9年前
Scott Lahteine
2a7b1a85f7
Improve DUAL_X_CARRIAGE sanity check errors
9年前
Scott Lahteine
516e79bbda
Declare extruder_duplication_enabled in Marlin.h
9年前
esenapaj
56d5ae596c
Update Japanese trasration
・Add new translation
・Change translation
9年前
Scott Lahteine
4041508ffb
Function decl. in headers don't need "extern"
9年前
Scott Lahteine
ecec5c5e58
Bezier style and DELTA patch
9年前
Scott Lahteine
a28970784c
XYZ unhomed
9年前
Scott Lahteine
a9926b71a4
Require homing of Z before G29
9年前
AnHardt
41e9569dbc
Minor DELTA segmentation speedup
Minor DELTA segmentation speedup by pulling calculations out of the loop.
9年前
João Brázio
b6a3aef297
G29: Report final position back to host when using MBL
9年前
esenapaj
95f30529a6
Add stowing process for MECHANICAL_PROBE
9年前
esenapaj
e2b87f6c85
Separate Z_PROBE_ALLEN_KEY from MECHANICAL_PROBE
9年前
Scott Lahteine
2f14934c65
Fix checkExtruderAutoFans
Make sure to only set the fan state once when extruders share a fan
9年前
João Brázio
ecd490ed49
Bugfix: iteration invokes undefined behavior
9年前
Scott Lahteine
754b0152f5
Fix MBL zigzag calls
9年前
esenapaj
6d722716f7
Follow-up the PR #3720 and #3759
Update forgotten Configuration_DUAL.h
9年前
João Brázio
451000387d
Remove the hotbed icon when HAS_TEMP_BED is false
9年前
Scott Lahteine
a058226799
Prevent watchdog timeout in bezier moves
9年前
Scott Lahteine
13175ce7da
Fix error checking in M421
9年前
Scott Lahteine
bc5a547d55
More robust MBL index / point conversion
9年前
Scott Lahteine
a3520b6f01
More precision in M503 output for MBL's M421
9年前
João Brázio
f9a62f6a8e
Added PRINTJOB_TIMER_AUTOSTART section to example config files
9年前
João Brázio
8a18c52002
Adds an option to disable print job timer auto start
9年前
João Brázio
a79267217b
M78 now allows stats reset using the S78 argument
9年前
João Brázio
b660f1bdb8
Bugfix: Multiple M77 no longer increment the print counter
9年前
Scott Lahteine
ddf3e1e22d
Tweaks to some verbiage
9年前
Scott Lahteine
ddac17a195
Add BEZIER_CURVE_SUPPORT (G5 XYZEFIJPQ)
9年前
Scott Lahteine
b4c891dfd2
Remove obsolete reference to prepare_arc_move
9年前
Scott Lahteine
9f6b8f7d5b
Remove extra @section directive from configs
9年前
Scott Lahteine
4d6bb52b26
Don't try to enable unused auto fans
Addressing #3743
9年前
João Brázio
596f15348d
Updated pt_PT language pack
9年前
João Brázio
d7522152e1
Warn user about useless of individual axis homing and DELTA kinematics
9年前
AnHardt
8a4376d51f
Idle during long arcs
Idle during long arcs
to prevent from watchdog resets during high segmented fast arcs.
9年前
esenapaj
888443ca1e
Enclose all #error strings with apostrophes
9年前