Paul Arden
|
003ccf388d
|
Add a new macro function random(min,max) which will return a random number in the range specified by the parameters. The type of parameters defines the type of the output, if the inputs are doubles then result will be a double and if the inputs are int the output will be in. Uses C++11 random functionality, compiler compatibility on Linux should be checked. Fixes #4001.
|
2020-11-22 18:22:48 +11:00 |
|
ardenpm
|
510765b2ed
|
Merge pull request #3 from prusa3d/master
Update to upstream master.
|
2020-11-22 13:59:29 +11:00 |
|
ardenpm
|
e4fc220f90
|
Merge pull request #2 from prusa3d/master
Update to upstream master.
|
2020-11-21 14:41:26 +11:00 |
|
ardenpm
|
888cdf833b
|
Merge pull request #1 from prusa3d/master
Update fork to master.
|
2020-10-24 10:15:10 +11:00 |
|
ardenpm
|
541c31afb0
|
Merge branch 'master' into pa_reprap_g10_temperature_support
|
2020-09-15 11:40:38 +10:00 |
|
Paul Arden
|
f6d25d0634
|
Rework G10 temperature support to be enabled only for a new Firmware type RepRapFirmware leaving the RepRap/Sprinter behaviour alone. Rename the enum for gcfRepRap to gcfRepRapSprinter and add new gcfRepRapFirmware enum value. Also adds code to only use the G10 searching in custom G-code if the flavour is RepRapFirmware.
|
2020-08-21 14:08:32 +10:00 |
|
Paul Arden
|
e275197518
|
Add G10 temperature G-code support for the RepRapFirmware flavour.
|
2020-07-20 20:57:37 +10:00 |
|