Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Added Klipper support #29

Open
wants to merge 55 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
ac33159
Added Klipper memes
mcm001 Sep 24, 2018
3afba8a
Added comments
mcm001 Sep 24, 2018
fdaec91
fixed indent
mcm001 Sep 24, 2018
18f7c26
whackamole
mcm001 Sep 24, 2018
33fbefa
oofOuchMyJson
mcm001 Sep 24, 2018
d055b88
maybe
mcm001 Sep 24, 2018
d8c79df
no me gusta Vim - rolled back indents
mcm001 Sep 24, 2018
5fed225
Update __init__.py
mcm001 Sep 24, 2018
2325e53
Update __init__.py
mcm001 Sep 24, 2018
834e90f
its working for me...
mcm001 Sep 24, 2018
3b13826
Confirmed working with Octoprint, test code commented out
mcm001 Sep 24, 2018
8926edb
Quotation mark
mcm001 Sep 24, 2018
9b8fa54
Fixed line 37 indentation
mcm001 Sep 25, 2018
e47cbab
Indentation fixed
mcm001 Sep 25, 2018
be276e1
Added MK52 Mode
mcm001 Sep 25, 2018
c6d9d0c
MK52 Mode support added
mcm001 Sep 25, 2018
fb0ee3b
MK52 Mode support maybe
mcm001 Sep 25, 2018
6165bc0
Update __init__.py
mcm001 Sep 25, 2018
7888aaf
Fixed syntax
mcm001 Sep 25, 2018
a123d43
Git commit for mk52 testing
mcm001 Sep 25, 2018
ef4424c
Fixed indentation errors
mcm001 Sep 25, 2018
cfcdfb6
Added standoffs
mcm001 Sep 25, 2018
019dd7c
Fixed variable names
mcm001 Sep 25, 2018
66c3e83
Removed unused variables
mcm001 Sep 25, 2018
427d538
Update __init__.py
mcm001 Sep 25, 2018
37c0a96
Update PrusaMeshMap_settings.jinja2
mcm001 Sep 25, 2018
ff02afa
Testing Mode
mcm001 Sep 28, 2018
9a1df7a
Updated test mode
mcm001 Sep 28, 2018
eb0660e
added an error
mcm001 Sep 29, 2018
fca6912
Fixed induced error
mcm001 Sep 29, 2018
87ab913
try clearing the screen after saving klipper fig to fix range bar glitch
mcm001 Oct 1, 2018
2f082a3
add more plt clears to fix glitch
mcm001 Oct 1, 2018
1956e2c
added 2nd subplot with contourf
mcm001 Oct 1, 2018
5f93b32
added 2nd color bar
mcm001 Oct 1, 2018
45f8b6e
Added moure features to contourf including mk52 sheet
mcm001 Oct 1, 2018
af4cd81
Added standoffs, tweaked contourf stuff
mcm001 Oct 1, 2018
9b695ba
inverted y axis
mcm001 Oct 1, 2018
72c6a77
Tight layout
mcm001 Oct 1, 2018
861fea5
Tight layout
mcm001 Oct 1, 2018
d49060f
remove tight lahyout
mcm001 Oct 1, 2018
6ab1de2
try tight layout
mcm001 Oct 1, 2018
a49b274
Merge branch 'master' of https://github.com/mcm001/OctoPrint-PrusaMes…
mcm001 Oct 4, 2018
23fd132
Disabled testing mode
mcm001 Oct 4, 2018
a4c9708
set default bed level gcode to Klipper bed_mesh_map
mcm001 Oct 4, 2018
445f934
Added switchable mode
mcm001 Oct 5, 2018
7b9f14e
added test mode switch
mcm001 Oct 5, 2018
ae3687b
fixed a typo
mcm001 Oct 5, 2018
0a5124d
more UI fixes
mcm001 Oct 5, 2018
25a7f6a
More changes to UI
mcm001 Oct 5, 2018
6608bcc
fixed function call
mcm001 Oct 5, 2018
379030c
Fixed self.get_current_settings()["pluginTestingMode"]
mcm001 Oct 5, 2018
bf95725
fixed typo with self
mcm001 Oct 5, 2018
4eedfd0
reversed array
mcm001 Oct 13, 2018
b31af29
fixed the silly flip, fixed bicubic/contourf reversal
mcm001 Nov 26, 2018
5fcee70
syntax error fixed
mcm001 Nov 26, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added MK52 Mode
  • Loading branch information
mcm001 authored Sep 25, 2018
commit be276e1814534f808d74983555235f3ff47a45ab
1 change: 1 addition & 0 deletions octoprint_PrusaMeshMap/static/js/PrusaMeshMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $(function() {

// Assign matplotlib color dropdown options
self.matplotlib_heatmap_theme_options = ["viridis", "plasma", "inferno", "magma"];
self.matplotlib_heatmap_background_image_style = ["MK52 Mode", "Generic Klipper Mode"];

// TODO: Implement your plugin's view model here.
self.sendPrusaBedLevel = function() {
Expand Down