diff --git a/plotter-app/app.pyZone.Identifier b/plotter-app/app.pyZone.Identifier deleted file mode 100644 index fe8c267..0000000 --- a/plotter-app/app.pyZone.Identifier +++ /dev/null @@ -1,3 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=C:\Users\Sohel\Downloads\WebApp2.zip diff --git a/plotter-app/gcode_test.py b/plotter-app/gcode_test.py index 192903c..b3ad360 100644 --- a/plotter-app/gcode_test.py +++ b/plotter-app/gcode_test.py @@ -9,7 +9,7 @@ gcode = Gcode( mm_per_px=0.1, # Conversion factor: mm per pixel speed=1000, # Speed in mm/min machine=machine_type, - max_s=255 # Laser power (only for LASER machines) + ) # Draw a line from (10, 20) to (30, 40) diff --git a/plotter-app/insect-010001.svgZone.Identifier b/plotter-app/insect-010001.svgZone.Identifier deleted file mode 100644 index fe783b7..0000000 --- a/plotter-app/insect-010001.svgZone.Identifier +++ /dev/null @@ -1,4 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=https://cloud.erg.school/apps/files/?dir=/_plotter_erg&fileid=582497 -HostUrl=https://cloud.erg.school/remote.php/webdav/_plotter_erg/insect-010001.svg?downloadStartSecret=9gujgcmgcqh diff --git a/plotter-app/requirements.txt b/plotter-app/requirements.txt new file mode 100644 index 0000000..c7c73ba --- /dev/null +++ b/plotter-app/requirements.txt @@ -0,0 +1,13 @@ +blinker==1.9.0 +click==8.1.7 +Flask==3.1.0 +Flask-FlatPages==0.8.2 +itsdangerous==2.2.0 +Jinja2==3.1.4 +Markdown==3.7 +MarkupSafe==3.0.2 +pyserial==3.5 +PyYAML==6.0.2 +six==1.16.0 +svg-to-gcode==1.5.4 +Werkzeug==3.1.3 diff --git a/plotter-app/static/style.css b/plotter-app/static/style.css index 197769c..63c859e 100644 --- a/plotter-app/static/style.css +++ b/plotter-app/static/style.css @@ -6,8 +6,6 @@ body { } - - .form-block { background-color: ; display: flex; @@ -63,7 +61,7 @@ input:invalid { input:valid { border: 2px solid black; border-radius: 4px; - width: 50%; + width: 80vw; font-size: 1em; } diff --git a/plotter-app/streamer.pyZone.Identifier b/plotter-app/streamer.pyZone.Identifier deleted file mode 100644 index fe8c267..0000000 --- a/plotter-app/streamer.pyZone.Identifier +++ /dev/null @@ -1,3 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=C:\Users\Sohel\Downloads\WebApp2.zip diff --git a/plotter-app/svgToGcode.pyZone.Identifier b/plotter-app/svgToGcode.pyZone.Identifier deleted file mode 100644 index fe8c267..0000000 --- a/plotter-app/svgToGcode.pyZone.Identifier +++ /dev/null @@ -1,3 +0,0 @@ -[ZoneTransfer] -ZoneId=3 -ReferrerUrl=C:\Users\Sohel\Downloads\WebApp2.zip diff --git a/plotter-app/templates/form.html b/plotter-app/templates/form.html index 4b7f984..3db521b 100644 --- a/plotter-app/templates/form.html +++ b/plotter-app/templates/form.html @@ -7,7 +7,7 @@