Commit Graph

4911 Commits (89e630b2fba82b2a54b551d9d643f87d1ec8a727)
 

Author SHA1 Message Date
Scott Lahteine 89e630b2fb Merge pull request from thinkyhead/rc_singlenozzle
SINGLENOZZLE
Scott Lahteine 678cbad76a Merge pull request from jbrazio/bugfix/followup-3813
Followup for 
Scott Lahteine 6cdae35261 Merge pull request from jbrazio/cleanup/hires-logo
Cleanup the Marlin logo with a hires svg version
Scott Lahteine 714d526614 Merge pull request from AnHardt/hw-endstops-default
Correct hardware endstops default
João Brázio 05a041cb13
Cleanup the Marlin logo with a hires svg version
AnHardt bb66ffb2ae Correct hardware endstops default
All credits to RicardoGA
João Brázio 75221fa673
Followup for
Scott Lahteine f9b4b90058 Merge pull request from jbrazio/bugfix/3809
Stopwatch and PrintCounter improvements
João Brázio 8c0edb2de4
Fixes and adds several improvements to the Stopwatch and
PrintCounter classes
Scott Lahteine 03e44e0f83 Merge pull request from thinkyhead/rc_reverse_options_doc
Additional instructions for controller reverse options
Scott Lahteine c5130fd23b Additional instructions for controller reverse options
Scott Lahteine cadf441059 Merge pull request from AnHardt/extend-M421
Extend M421 with I and J parameters
Scott Lahteine 0c7c45063b PID_ADD_EXTRUSION_RATE based on MarlinKimbra
Scott Lahteine 92ac133f2b Conditionals and Sanity Check for SINGLENOZZLE
Scott Lahteine 69abfef82e Add "SINGLENOZZLE" extruder option
AnHardt f5a036510f Extend M421 with I and J parameters
Extend M421 with I and J parameters
Scott Lahteine 2f6e7b7b9b Merge pull request from MatixYo/patch-7
Update language_pl.h to the latest strings
Scott Lahteine 88291d1656 Merge pull request from thinkyhead/rc_epatel_g28_rest_pos
MBL: Add option to configure G28 resting position for all axes
Scott Lahteine f69b5afe4c Travis CI test for MBL
Scott Lahteine 1a6c72cb57 Apply to the rest of the configs
Scott Lahteine 37c6d0f4ed Reword MESH_G28_REST_ORIGIN comment
Edward Patel c7d90dc5ec Add option to configure G28 all axis resting position for MBL
Mateusz Juszczyk bbe4c20ef6 Update language_pl.h
Scott Lahteine 319d184999 Merge pull request from jbrazio/feature/buildroot-cleanup
Buildroot cleanup
João Brázio 3d3a919059
Moves the Marlin logo into the buildroot
João Brázio 08b485a310
Travis will now generate and use the custom version header file
Scott Lahteine a469341555 Merge pull request from jbrazio/feature/move-felix-cfg
Moves Felix's dual configuration to a folder
João Brázio 66fb23edb5
Makes buildroot bin scripts executable
João Brázio 14652bb141
Moves shared helper scripts to the buildroot
Scott Lahteine 61de6daf1d Merge pull request from thinkyhead/rc_plan_arc_idle
Apply config changes, tweak comments, next_ping_ms => next_idle_ms
João Brázio 80f05920c5
Moves Felix's dual configuration to a folder
Scott Lahteine 8218558953 Update comments, rename next_ping_ms, followup to
Scott Lahteine 6d68b12e28 Merge pull request from AnHardt/fix-screen-updatedelay
Rework intermediate idle() and manage_heater() calls in G2/G3 and G5
Scott Lahteine aaaf4febaf Merge pull request from esenapaj/RCBugFix
Update Galician language to 1.1.0-RCBugFix.
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.
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.
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)
Rafa Couto 9d416289cc Update Galician language to 1.1.0-RCBugFix.
Scott Lahteine b422e39016 Merge pull request from thinkyhead/rc_x2_automatic_pins
Automatically set X2 stepper pins
Scott Lahteine 07c9a11c3c Automatically set X2 stepper pins
Scott Lahteine 8aa591ca09 Merge pull request from jbrazio/feature/m999-s-arg
Implements S1 argument in M999
Scott Lahteine 138c5c8378 Merge pull request from thinkyhead/rc_dual_x_compile_fix
DUAL_X_CARRIAGE fixes, improvements, Travis test
Scott Lahteine 7527fdec0b Add Travis test for DUAL_X_CARRIAGE
João Brázio e6effb8f35
Implements S1 argument in M999
Scott Lahteine 2a7b1a85f7 Improve DUAL_X_CARRIAGE sanity check errors
Scott Lahteine 516e79bbda Declare extruder_duplication_enabled in Marlin.h
Scott Lahteine bffa928954 Merge pull request from esenapaj/update-japanese-translation
Update Japanese trasration
esenapaj 56d5ae596c Update Japanese trasration
・Add new translation
・Change translation
Scott Lahteine 3bdc03667e Merge pull request from thinkyhead/rc_funcs_not_extern
Function declarations in headers don't need "extern"
Scott Lahteine 4041508ffb Function decl. in headers don't need "extern"