Lipu Fei
|
29ef964ba7
Add shortcut key check script into Jenkinsfile
|
6 years ago |
Lipu Fei
|
15f5e9ff01
Remove TestShortcutKeys
|
6 years ago |
Lipu Fei
|
784f7cca76
Move shortcut key check into a separate script
|
6 years ago |
Lipu Fei
|
a8a88e5ccb
Remove mistake changes in CuraEngineBackend
|
6 years ago |
Lipu Fei
|
c36434ebdd
Fix TestShortcutKeys
|
6 years ago |
Aleksei S
|
27c112d4db
Fix duplicated shortcut keys in all languages
|
6 years ago |
Aleksei S
|
0f655553bb
Removed shortcut keys from general cura.pot
|
6 years ago |
Aleksei S
|
e853cdc04d
Removed shortcut from Reset All Model &Transformations
|
6 years ago |
Aleksei S
|
944b937036
Simplified unit test, make code clear
|
6 years ago |
Aleksei S
|
17d2316da3
Validate shortcut keys in all languages(except default)
|
6 years ago |
Aleksei S
|
3a8d023371
Addded test for checking shortcut keys
|
6 years ago |
Lipu Fei
|
0b6574e715
Rename script to check_gcode_buffer.py
|
6 years ago |
Lipu Fei
|
32a49bf8fa
Make annotated output gcode optional
|
6 years ago |
Lipu Fei
|
053613ad97
Merge remote-tracking branch 'origin/master' into CURA-5561_gcode_analysis
|
6 years ago |
Lipu Fei
|
bb578be066
Move the script to scripts dir
|
6 years ago |
Ghostkeeper
|
ea2b0d0480
Print total predicted number of buffer underruns
|
6 years ago |
Lipu Fei
|
a7f421c60c
Merge pull request #4097 from Ultimaker/fix_layer_number_width
|
6 years ago |
Lipu Fei
|
9aea0e5109
Fix quality lookup logic for extruders
|
6 years ago |
Mark
|
cfcf52d7c3
Center in parent and increase width. Fits good on Mac
|
6 years ago |
Remco Burema
|
d3356cdba6
Merge pull request #4142 from smartavionics/mb-improve-overhanging-walls
|
6 years ago |
Lipu Fei
|
b21200c6a8
Check for None before updating model
|
6 years ago |
Ghostkeeper
|
3e30e26ac0
Move into tests folder
|
6 years ago |
Ghostkeeper
|
f5157aeeaf
Add commands per second to output
|
6 years ago |
Ghostkeeper
|
bec643cd79
Fix reading F parameter from g-code
|
6 years ago |
Ghostkeeper
|
23e42164cb
Add total estimated time to output
|
6 years ago |
Ghostkeeper
|
de43711226
All times in seconds instead of milliseconds
|
6 years ago |
Ghostkeeper
|
f93a82041d
Fix typo
|
6 years ago |
Ghostkeeper
|
df435a4cf9
Don't recalculate last trapezoid if last command is not a move
|
6 years ago |
Ghostkeeper
|
88a84f60e0
Make estimated_exec_time_in_ms just public
|
6 years ago |
Ghostkeeper
|
9a43ee4629
Fix kernel parameters
|
6 years ago |
Ghostkeeper
|
2cc3a593ef
Store current feedrate when encountering it
|
6 years ago |
Ghostkeeper
|
df8ee1928d
Fix parsing from value_dict
|
6 years ago |
Ghostkeeper
|
169b59a6b4
Remove superfluous _distance_in_mm property
|
6 years ago |
Ghostkeeper
|
b95ad2f926
Remove unused function
|
6 years ago |
Ghostkeeper
|
9d6b184cff
Leave out all commands which do nothing to time estimates
|
6 years ago |
Ghostkeeper
|
cf5f66db9f
Align expected time of auxillary commands to what CuraEngine estimates
|
6 years ago |
Ghostkeeper
|
bddfe44f2c
Make G10 and G11 behave just like actual retractions
|
6 years ago |
Ghostkeeper
|
4e7f8a268f
Implement calculating final time of movement commands
|
6 years ago |
Ghostkeeper
|
515b286230
Implement recalculation of trapezoid if entry speed had changed
|
6 years ago |
Ghostkeeper
|
944bf70eb5
Implement forward kernel pass
|
6 years ago |
Ghostkeeper
|
0ad644386e
Actually execute the reverse pass in reverse
|
6 years ago |
Ghostkeeper
|
5e85af30de
Implement reverse kernel
|
6 years ago |
Ghostkeeper
|
dcbe832d9f
Implement the rest of the initial time estimation
|
6 years ago |
Ghostkeeper
|
1037b09188
Implement M203, setting maximum Z feedrate
|
6 years ago |
Ghostkeeper
|
5d292e1a79
Remove state class usage
|
6 years ago |
Ghostkeeper
|
c559763c88
Partially implement acceleration and jerk estimation algorithm
|
6 years ago |
Ghostkeeper
|
5bf90df6be
Rename process() to parse()
|
6 years ago |
Ghostkeeper
|
594e3c986d
Add function to calculate trapezoid for block
|
6 years ago |
Ghostkeeper
|
582f06dfff
Add fields from CuraEngine
|
6 years ago |
Ghostkeeper
|
842ee7c00e
Reinstate the argument input
|
6 years ago |