I hereby claim:
- I am traxmaxx on github.
- I am traxmaxx (https://keybase.io/traxmaxx) on keybase.
- I have a public key whose fingerprint is 5027 A170 D143 D914 E324 2509 7A07 203E 62D3 5F5D
To claim this, I am signing this object:
| # Title: | |
| # Last modified: 16 Mar 2023 10:29 UTC+7 | |
| # Version: | |
| # Blocked: | |
| # Please report any ads or problems on GitHub | |
| # Homepage: | |
| # GitHub: | |
| # Report issues: | |
| # Download: | |
| # |
| ###################################################################### | |
| # Start Print and End Print | |
| ###################################################################### | |
| # Replace the slicer's custom start and end g-code scripts with | |
| # START_PRINT and END_PRINT. | |
| [gcode_macro START_PRINT] | |
| gcode: | |
| {% set BED_TEMP = params.BED_TEMP|default(80)|float %} |
I hereby claim:
To claim this, I am signing this object:
| module MyApp | |
| class Application < Rails::Application | |
| def config.database_configuration | |
| # detect rails environment, otherwise set it to development | |
| rails_env = ENV['RAILS_ENV'] || 'development' | |
| config = super | |
| # set creds for the different adapters |
| //Add pixel units for old browsers. The base for rem is 10. HTML font-size have to be 62.5%/20pt | |
| @mixin font-size($val: 1.2, $important: false){ | |
| @if $important == true { | |
| font-size: ($val * 10) + px !important; | |
| font-size: $val + rem !important; | |
| } | |
| @else { | |
| font-size: ($val * 10) + px; | |
| font-size: $val + rem; | |
| } |
| nvm_prompt_info() { | |
| nvm_info=$(node -v 2> /dev/null) | |
| if [ -f package.json -a -n $nvm_info ]; then | |
| echo "(node-$nvm_info)" | |
| fi | |
| } | |
| ZSH_THEME_GIT_PROMPT_PREFIX="%{$reset_color%}%{$fg[magenta]%}|" | |
| ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}" | |
| ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[yellow]%}⚡%{$reset_color%}" |
| <input multiple="multiple" type="file" name="file"> |