Rodrigo Sclosa
|
f9868a5aa4
Revert "Included two fields on PauseAtHeight script for user to put custom GCODE before and after the pause, such as a beep code."
|
4 years ago |
Rodrigo Sclosa
|
323c374cc4
Included two fields on PauseAtHeight script for user to put custom GCODE before and after the pause, such as a beep code.
|
4 years ago |
Aldo Hoeben
|
7ea3891da0
Merge branch 'master' into feature_unify_pause_at_height
|
4 years ago |
Jaime van Kessel
|
329c5c5c11
Rename pause duration to disarm timeout and set default to give same behavior as before
|
4 years ago |
fieldOfView
|
fa613c35eb
Hide unused temperature for Repetier
|
4 years ago |
fieldOfView
|
c87ee61e9c
Add repetier-specific parking if repetier flavor is selected
|
4 years ago |
fieldOfView
|
87633e7818
Make Griffin a selectable method instead of snooping it from gcode
|
4 years ago |
fieldOfView
|
a7e23ba99e
Use an appropriate default for the pause method...
|
4 years ago |
Ilia Mazlov
|
5b85dae926
PP-plugin -> PauseAtHeight: steppers disarm timout
|
4 years ago |
fieldOfView
|
a0a353e33c
Add option to set pause method gcode command
|
4 years ago |
Remco Burema
|
432ed02aa6
Fix skip (or late) pause at height.
|
5 years ago |
Ghostkeeper
|
c875252b53
Fix some mistakes indicated by PyCharm's linting
|
5 years ago |
Lipu Fei
|
af1a03d02f
Merge pull request #6400 from Ultimaker/CURA-6799_pause_at_height_resume_speed
|
5 years ago |
Nino van Hooff
|
2fa4230d1c
Only consider feedrates for extrusions (Pause At Height)
|
5 years ago |
Nino van Hooff
|
e51efe6cbc
Restore feedrate at end of Pause at Height script
|
5 years ago |
Ghostkeeper
|
b20e5bfd98
Don't display any message if setting is empty
|
5 years ago |
Ghostkeeper
|
c1b4bcebec
Add message while pausing
|
5 years ago |
B. Perry
|
6ed57838a9
Fixed PauseAtHeight.py to resume at starting height
|
5 years ago |
Ghostkeeper
|
8179e1ee90
Add typing
|
5 years ago |
Ghostkeeper
|
6740c2bee9
Fix offset of initial layer height
|
6 years ago |
Ghostkeeper
|
54b990c0bd
Retract further if we can't set the temperature to stand-by temp
|
6 years ago |
Ghostkeeper
|
41857338cb
Use firmware retraction and temperature control settings
|
6 years ago |
Ghostkeeper
|
b67339c3bf
Merge branch 'CURA-5491-pause-at-height'
|
6 years ago |
Ghostkeeper
|
6977b8de6e
Make getValue return an int if it's an integer number
|
6 years ago |
Ghostkeeper
|
96896088c3
Add spaces around equals operators
|
6 years ago |
Jack Ha
|
b77220b260
Add more ultigcode retract and unretract. CURA-5491
|
6 years ago |
Jack Ha
|
e61ad750b7
Fixed UM3 Griffin and UM2 UltiGCode for Pause At Height. CURA-5491
|
6 years ago |
Jack Ha
|
c260078631
Remove temperature commands for pause at height for UM3. CURA-5491
|
6 years ago |
Jack Ha
|
7058ddbb66
Corrected float/int mixups and allow catching temperature before the layers start. CURA-5491
|
6 years ago |
Jack Ha
|
17c4b65453
Fix pause at height that uses new latest temperature CURA-5491
|
6 years ago |
Ghostkeeper
|
d4ca3d144e
Use latest temperature instead of a manual resume temperature
|
6 years ago |
Ghostkeeper
|
7b82421751
Don't disable E steppers when pausing
|
6 years ago |
ChrisTerBeke
|
717c11005b
Codestyle changes after merge
|
6 years ago |
JPFrancoia
|
f15680b9ea
Cleaning dev instructions.
|
6 years ago |
JPFrancoia
|
a14d594909
- Solve https://github.com/Ultimaker/Cura/issues/3608.
|
6 years ago |
Aleksei S
|
6df4ad3f6d
Merge branch 'master' of github.com:Ultimaker/cura
|
6 years ago |
Aleksei S
|
cd0846fad2
PostProcessing plugi, script Pause at Height redo layers
|
6 years ago |
Ghostkeeper
|
6934c3f881
Use self.putValue to write g-code
|
6 years ago |
Ghostkeeper
|
d0cc9ba8a6
Remove debugging prints
|
6 years ago |
Ghostkeeper
|
75265911d4
Add option to pause at layer
|
6 years ago |
Ghostkeeper
|
b8fce75dac
Track index instead of finding it back later
|
6 years ago |
Ghostkeeper
|
80b99e0323
Use double quotes instead of single quotes
|
6 years ago |
Ghostkeeper
|
0e23fb15af
Don't skip the first layer
|
6 years ago |
Ghostkeeper
|
cfdde8dd07
Simplify indentation of pause at height script
|
6 years ago |
ChrisTerBeke
|
6c0fb110fe
Add post processing source files
|
6 years ago |