Scott Lahteine
64268f3312
Fixup axis_is_at_home a little
il y a 10 ans
Scott Lahteine
996d0a9185
Squish the code down a little
il y a 10 ans
Scott Lahteine
8534bc376c
Fix homing of YZ with DUAL_X_CARRIAGE
il y a 10 ans
Wurstnase
be9e4ceddc
fix typo
c'n'p ftw :/
il y a 10 ans
unknown
c26d816839
filter any 0
il y a 10 ans
AnHardt
f2c94b3298
tone will end automaticly
il y a 10 ans
AnHardt
c5e0e29d23
Add DISPLAY_CHARSET_HD44780_CYRILLIC as alternative in SanityCheck.h
and add some documentation - how to integrate a new font.
il y a 10 ans
AnHardt
b59e92ab99
Fix for #1946
Syntax error.
il y a 10 ans
Wurstnase
61ae43f35e
v <-> code_value
il y a 10 ans
Wurstnase
da0d91a79b
max endstopp
no user will home to 0 with a max endstopp
il y a 10 ans
AnHardt
3a27a78f9e
Commented REPRAP_DISCOUNT_SMART_CONTROLLER again
and removed some tabs.
il y a 10 ans
AnHardt
064f2b37d0
More Beeper clean up.
Centralised beep code to lcd_buzz().
From gcode_M300() and lcd_quick_feedback().
Enforced max. duration for M300 to 5 seconds.
Corrected description in 'Configuration.h'
LCD_FEEDBACK_FREQUENCY_HZ 0 gives now a silent delay of
LCD_FEEDBACK_FREQUENCY_DURATION_MS.
il y a 10 ans
Wurstnase
92575cecca
new timout/add adv_ok
il y a 10 ans
AnHardt
671aaf2dc9
Minor fix for M300
Corrected wrong order of parameters.
il y a 10 ans
Scott Lahteine
d931220a65
Tweak comments
il y a 10 ans
Scott Lahteine
47847765e2
Add M410 QuickStop command
il y a 10 ans
Ivan Galvez Junquera
b99e63a7bf
Fixed compilation error "error: stray ‘\357’ in program" in several configuration files.
Introduced in commit 697ee2dc and later spread to other files.
il y a 10 ans
paclema
581685a231
Added new PID autotune info, to make easy copy & paste results to marlin
il y a 10 ans
Chris Palmer
483384aaa4
Fixed faulty comment merge
il y a 10 ans
Chris Palmer
cc6b7cf3ce
Fixed some comment spellings.
il y a 10 ans
Chris Palmer
e4595fa24a
Fixed jump in speed when using high accelerations on axes with lots of steps.
I.e., when acceleration * steps per mm > 2,000,000.
This was done by changing MultiU24X24toH16 to take a 32b bit operand.
Removed the claim that stepper.cpp uses the Leib algorithm.
il y a 10 ans
Wurstnase
b09a957fce
make 'wait' optional and mark as workaround
il y a 10 ans
Scott Lahteine
58d128b7a9
Apply zprobe_zoffset in axis_is_at_home
Ensure the probe offset will always be included when homing Z.
il y a 10 ans
Scott Lahteine
63b98b8280
Raise Z for M401 and M402
il y a 10 ans
wurstnase
d69da22f7c
last_command_time inside get_command()
il y a 10 ans
Scott Lahteine
53be0f3399
Babystep delay 2us
il y a 10 ans
wurstnase
574e2d856e
remove config
il y a 10 ans
paclema
cde5eee2a5
Removed unnecessary comments
il y a 10 ans
paclema
e1b69db6d1
Fixed M48 mismatch between n and P parameter on documentation
il y a 10 ans
elgambitero
60f46276bf
Some minor translations to spanish
il y a 10 ans
CONSULitAS
a40c274310
Example Configuration for K8200 back in sync
example_configurations\K8200\Configuration.h:
* merge upstream changes from default Configuration.h manually
* add some machine specific comments
il y a 10 ans
CONSULitAS
1de9b568db
Example Configuration for K8200: comments/URL/readme
Example Configuration for K8200 : comments/URL/readme
example_configurations\K8200\Configuration.h:
* add machine specific header
* change STRING_URL to K8200 fork (@thinkyhead : What do you think?)
example_configurations\K8200\readme.md:
* updated documentation
* added URLs and links
il y a 10 ans
CONSULitAS
0af5e3a04f
Example Configuration for K8200: comments/URL/readme
Example Configuration for K8200 : comments/URL/readme
example_configurations\K8200\Configuration.h:
* add machine specific header
* change STRING_URL to K8200 fork (@thinkyhead : What do you think?)
example_configurations\K8200\readme.md:
* updated documentation
* added URLs and links
il y a 10 ans
elgambitero
cb9ac490d4
Some minor translations to spanish
il y a 10 ans
CONSULitAS
3851ac6226
Example Configuration for K8200 back in sync
example_configurations\K8200\Configuration.h:
* merge upstream changes from default Configuration.h manually
* add some machine specific comments
il y a 10 ans
Scott Lahteine
7336e6df07
Always define old_z, not always z2
il y a 10 ans
Scott Lahteine
5dd87d2e74
Enable all old_z_*_endstop vars for Z_DUAL_ENDSTOPS
- Potentially addressing #1911
il y a 10 ans
Scott Lahteine
3f02da646c
Make sure axis_active is cleared for #1908
il y a 10 ans
Scott Lahteine
e0e68c5cbc
Rename servos[] array in Marlin to servo[]
il y a 10 ans
Chris Petersen
ffaf1b4f22
Add pin configuration for Brainwave Pro
Copied from jcrocholl's contributions to the OpenBeamUSA Marlin fork
il y a 10 ans
Scott Lahteine
642f6a92bc
fix type of code_has_value
il y a 10 ans
Scott Lahteine
17ad80c1e1
Spacing in XYZ_CONSTS
il y a 10 ans
Scott Lahteine
09d60e0128
Naming and code comments
il y a 10 ans
Mehmet Sutas
5a9e45cc4a
Fix Syntax Error Filament Runout Statement
il y a 10 ans
Scott Lahteine
257a907456
Fix typo in next_bed_check_ms
il y a 10 ans
Scott Lahteine
e4b1e8651b
next_ vars faster than previous_
- Change some `previous_` time vars to `next_` so an add only happens
at intervals
- Fix `HEATER_0_USES_MAX6675` polling too frequently, or not at all
il y a 10 ans
Scott Lahteine
ccddc280be
Apply three more commits
il y a 10 ans
Scott Lahteine
74e4b42f7e
Default MACHINE_NAME to "3D Printer"
il y a 10 ans
Scott Lahteine
8857b9e921
Use the extruder argument in plan_buffer_line
il y a 10 ans
Edward Patel
a37c7ff16d
Manual bed leveling menu fixes.
lcdDrawUpdate = 2 helped a lot!
il y a 10 ans